Commit Graph

113 Commits

Author SHA1 Message Date
Franc Camps-Febrer
d64a085fb2 Add cells to card and tidy up 2018-12-10 16:46:18 +01:00
Franc Camps-Febrer
7c707ababf Redesign card 2018-12-10 16:46:18 +01:00
Franc Camps-Febrer
62b8908d03 Clean store fields, add narrative cards and some changes to toolbar 2018-12-10 16:46:19 +01:00
Lachlan Kermode
051620a49e Merge pull request #39 from forensic-architecture/topic/guided-narratives
Topic/guided narratives
2018-12-10 13:29:39 +00:00
Lachlan Kermode
a768f8cfc9 update example config 2018-12-10 12:06:56 +00:00
Lachlan Kermode
5cdf320784 update readme 2018-12-10 12:05:07 +00:00
Lachlan Kermode
4d1ee4538e rm console; improve default config 2018-12-10 12:00:23 +00:00
Franc Camps-Febrer
ccd917f73b Rebase with cleaning up fetchingEvents actions 2018-12-07 09:06:47 +00:00
Franc Camps-Febrer
aeec3ee239 Handle error for narrative url not functional 2018-12-07 08:51:37 +00:00
Franc Camps-Febrer
89a7290dbf Clean store fields, move from state.ui to state.app those that make sense 2018-12-07 08:51:37 +00:00
Franc Camps-Febrer
fe6922d8fb Render tag panel only if tags exist 2018-12-07 08:50:29 +00:00
Franc Camps-Febrer
b6f7053375 Filter by timerange on selecting Narrative 2018-12-07 08:50:28 +00:00
Franc Camps-Febrer
b53e4876da Add NarrativeCard close button 2018-12-07 08:50:28 +00:00
Franc Camps-Febrer
38eca7110c Create Narrative card 2018-12-07 08:50:28 +00:00
Franc Camps-Febrer
2dd83ecee5 Put bottom actions in its own component 2018-12-07 08:50:28 +00:00
Franc Camps-Febrer
36c2a5a672 Separate tabs and narratives on tab panels 2018-12-07 08:49:33 +00:00
Franc Camps-Febrer
9c60dfee03 Display category labels 2018-12-07 08:49:33 +00:00
Franc Camps-Febrer
3e38a0b94b Clean icons in toolbar 2018-12-07 08:49:33 +00:00
Franc Camps-Febrer
0c0625b58e Add narratives 2018-12-07 08:49:33 +00:00
Franc Camps-Febrer
e02b1c93e1 Add narrative schemas 2018-12-07 08:49:33 +00:00
Franc Camps-Febrer
85b31f59a0 Remove play from timeline 2018-12-07 08:48:12 +00:00
Lachlan Kermode
e57cf5d088 Merge pull request #37 from forensic-architecture/fix/clean-semantics
Fix/clean semantics
2018-12-06 14:31:42 +00:00
Lachlan Kermode
8f20a10e20 rm more comments 2018-12-06 14:27:47 +00:00
Lachlan Kermode
1c3f07e235 rm comments 2018-12-06 14:24:21 +00:00
Lachlan Kermode
13befd298a clean handler semantics in Dashboard.jsx (further) 2018-12-05 11:36:29 +00:00
Lachlan Kermode
eeb242ef87 toggleNotification -> markNotificationsRead 2018-12-05 11:27:33 +00:00
Lachlan Kermode
3d09eb4543 clean handler semantics in Dashboard.jsx, add markNotificationsRead 2018-12-05 11:17:19 +00:00
Lachlan Kermode
be4eca8352 refmt source URL and reducers
to use ES6 spread syntax
2018-12-04 18:01:32 +00:00
Lachlan Kermode
d80e39c698 rm loading icon from CardStack 2018-12-04 17:06:15 +00:00
Lachlan Kermode
1c700876fa change nomenclature: isFetchingEvents -> isFetchingSources 2018-12-04 16:52:07 +00:00
Lachlan Kermode
1091e376f3 add toggleFetchingSources 2018-12-04 16:48:17 +00:00
Lachlan Kermode
577ae7421f zoomed to 3yrs by default 2018-12-04 16:35:42 +00:00
Lachlan Kermode
53deaab164 rm async query from Dashboard 2018-12-04 16:30:53 +00:00
Lachlan Kermode
2e7da08563 Merge pull request #31 from forensic-architecture/fix/cleaner-handlers
Fix/cleaner handlers
2018-12-04 14:59:18 +00:00
Lachlan Kermode
77db0b8b7d rename CardStack handlers 2018-12-04 12:28:40 +00:00
Lachlan Kermode
ebb37a845a rename other timeline handlers 2018-12-04 12:26:23 +00:00
Lachlan Kermode
90e6d9ded1 interpolate app from store in Timeline.jsx
also rename 'filter' in timeline to avoid confusion
2018-12-04 12:23:16 +00:00
Lachlan Kermode
e5affccb8a timeline and map pass same representation for select 2018-12-04 12:06:04 +00:00
Lachlan Kermode
143fb6df92 retrieve domain direct from store 2018-12-04 11:31:01 +00:00
Lachlan Kermode
2edfbb5d19 move select to methods arg in timeline 2018-12-04 11:28:31 +00:00
Lachlan Kermode
5c026f12d8 move zoomLevels to redux 2018-12-04 11:26:21 +00:00
Lachlan Kermode
a47fbd95e2 give timeline constructor a 'methods' arg 2018-12-04 11:21:31 +00:00
Lachlan Kermode
b1fd81f772 make events clickable
Dashboard.jsx::handleSelect needs some rethinking, though...
2018-12-04 10:25:12 +00:00
Lachlan Kermode
838834e2a9 💄 2018-12-04 10:16:31 +00:00
Lachlan Kermode
8c0024d929 Merge pull request #30 from forensic-architecture/hot-fix-events-id
[FIX] Select proper event ids to fetch when clicking on event
2018-12-04 10:12:51 +00:00
Franc Camps-Febrer
41a92ae719 [FIX] Select proper event ids to fetch when clicking on event 2018-12-03 19:00:09 +00:00
Lachlan Kermode
9bca9788ef Merge pull request #29 from forensic-architecture/topic/rm-categoryGroups
Remove categoryGroups
2018-12-03 15:08:08 +00:00
Franc Camps-Febrer
b7c73ab9bd All components use getCategoryColor 2018-12-03 14:50:38 +00:00
Franc Camps-Febrer
0a6ba78389 Add color categories correct shade to card 2018-12-03 14:43:13 +00:00
Unknown
576aceba35 rm comments 2018-12-03 13:06:01 +00:00