Commit Graph

341 Commits

Author SHA1 Message Date
Lachlan Kermode
c8495f2e02 💄 2019-01-23 11:41:36 +00:00
Lachlan Kermode
39a1e3726b Merge pull request #94 from forensic-architecture/topic/lint-jsx
lint jsx files
2019-01-23 11:37:06 +00:00
Lachlan Kermode
fb4d0c2d86 lint jsx files 2019-01-23 11:35:34 +00:00
Lachlan Kermode
939a4833b8 Merge pull request #92 from forensic-architecture/add-linting
Add linting
2019-01-22 18:15:20 +00:00
Lachlan Kermode
3de7b3a8c5 lint additional files 2019-01-22 16:15:55 +00:00
Lachlan Kermode
20d39f3bf9 Merge remote-tracking branch 'origin/develop' into add-linting 2019-01-22 15:34:07 +00:00
Lachlan Kermode
00aeea0f43 Merge pull request #89 from forensic-architecture/topic/shapes-support
Topic/shapes support
2019-01-18 18:13:24 +00:00
Lachlan Kermode
38f7662ff6 correct updateTimerange reducer 2019-01-18 17:47:28 +00:00
Lachlan Kermode
e671b3416c add support from name from config 2019-01-18 16:58:47 +00:00
Lachlan Kermode
238e220d9f fix categories labels y position 2019-01-18 16:46:02 +00:00
Lachlan Kermode
cb254884ca only show sites toggle if USE_SITES 2019-01-18 16:14:41 +00:00
Lachlan Kermode
a2434b36c0 add support for custom styled maps (mapbox) 2019-01-18 15:08:42 +00:00
Lachlan Kermode
3ebf668d27 refactor timeline config to redux state 2019-01-18 14:58:25 +00:00
Phil Denoncourt
0002fe0df8 Add linting and cleaned up obvious suggestions 2019-01-18 07:56:53 -05:00
Lachlan Kermode
033ecdce8e update example.config 2019-01-18 12:14:44 +00:00
Lachlan Kermode
10b62e1e23 add optional styling for shapes from redux store 2019-01-18 12:09:37 +00:00
Lachlan Kermode
e7cac13fb5 significantly refactor presentational components 2019-01-18 11:51:00 +00:00
Lachlan Kermode
f561064e6c shapes -> lines between points 2019-01-18 11:19:40 +00:00
Lachlan Kermode
fb46948b77 add MapShapes, analog of MapSites 2019-01-18 10:41:06 +00:00
Lachlan Kermode
6226dc3e85 💄 2019-01-17 18:00:28 +00:00
Lachlan Kermode
9d6d51e11d load shape data from ext 2019-01-17 17:40:47 +00:00
Lachlan Kermode
9e4b9b2a1f move handles to dateline 2019-01-17 17:17:09 +00:00
Lachlan Kermode
5560b09d7b move timeline dimensions to store 2019-01-17 17:17:03 +00:00
Lachlan Kermode
ebf32199ce Merge pull request #88 from forensic-architecture/source-overlay-refine
Source overlay refine
2019-01-17 17:14:39 +00:00
Lachlan Kermode
ed57ff82e8 return lost import 2019-01-17 17:12:09 +00:00
Franc Camps-Febrer
b9aec03816 Fix rebase conflicts 2019-01-17 11:58:09 -05:00
Franc Camps-Febrer
daba374958 Style media gallery controls 2019-01-17 11:52:40 -05:00
Franc Camps-Febrer
c2c78f6b98 Style video and text 2019-01-17 11:52:40 -05:00
Lachlan Kermode
faf3ac576e adjust media styling, rm timeline text 2019-01-17 11:52:40 -05:00
Lachlan Kermode
dbc0b0b0f2 better narrative card styles with scroll 2019-01-17 11:52:17 -05:00
Lachlan Kermode
798d0b0703 allow events without time 2019-01-17 11:52:17 -05:00
Lachlan Kermode
e25a634cf6 allow dates for starting timerange to be in config 2019-01-17 11:52:17 -05:00
Lachlan Kermode
b7618543f7 compose store with custom values in config.js 2019-01-17 11:52:17 -05:00
Lachlan Kermode
87f2f5c796 fix sites toggle hover states 2019-01-17 11:52:17 -05:00
Lachlan Kermode
bf012ebed9 move narrative header across to match cardstack 2019-01-17 11:52:17 -05:00
Lachlan Kermode
f93a1feccc add scroll for cardstack overflow 2019-01-17 11:52:17 -05:00
Franc Camps-Febrer
92a5c08b22 Make images in source overlay as gallery 2019-01-17 11:52:17 -05:00
Lachlan Kermode
21f7cab098 Merge pull request #84 from forensic-architecture/topic/categories-as-tags
Topic/categories as tags
2019-01-17 16:47:58 +00:00
Franc Camps-Febrer
ec3ea5a7c7 Adjust y ticks height 2019-01-17 11:24:31 -05:00
Franc Camps-Febrer
8cbc17e388 Return narratives in original order 2019-01-17 11:18:22 -05:00
Franc Camps-Febrer
20ef17e775 Move some strings to copy 2019-01-17 11:13:52 -05:00
Lachlan Kermode
68d43ad9a2 💄 2019-01-17 10:00:55 +00:00
Lachlan Kermode
a6e04b23ee more generic error handling actions 2019-01-17 09:50:07 +00:00
Lachlan Kermode
79af252b33 add more descriptive error handling for optional exts 2019-01-17 09:40:04 +00:00
Franc Camps-Febrer
08d44c79c7 Add categories-as-tag flag to config example 2019-01-16 11:32:02 -05:00
Franc Camps-Febrer
4251ed0e94 Allow filtering by category, intersecting with tags 2019-01-16 11:18:57 -05:00
Franc Camps-Febrer
470daf27e7 Use tag arrays in events, no longer strings 2019-01-16 11:18:57 -05:00
Lachlan Kermode
f4a1c8e958 Merge pull request #83 from forensic-architecture/source-overlay-refine
Source overlay refine
2019-01-16 16:02:16 +00:00
Franc Camps-Febrer
7a103b50a0 Style meta box for source overlay 2019-01-15 11:23:39 -05:00
Franc Camps-Febrer
cd2fef3d4c Fix resizing timeline on switchin gmodes 2019-01-15 10:16:28 -05:00