Commit Graph

33 Commits

Author SHA1 Message Date
Lachlan Kermode
1bbcd57e5e Fix/clean errors (#191)
* clean dev errors

* add check command

* yarn -> npm in travis

* fix all warnings

* fix base test

* 💄
2021-01-17 18:16:28 +13:00
Zac Ioannidis
81e00fd917 Using prettier for linting 2020-12-08 13:13:50 +00:00
Ebrahem Farooqui
c454775fcb Feature/add coloring algorithm (#169)
* Fixed bug: when all child filters unselected, turn off parent as well

* Refactored placement of onSelectFilter to be in Layout; working logic for updating coloring sets

* Linting fixes and removal of console logs

* Added separate component for colored markers which clusters and events will use; working calculation of color percentages based off of coloringset

* Working colors for clusters; need to implement for individual points as well

* Adding two new features to select whether to color by association or by category (can't do both)

* Working colors for filter list panel; text and checkbox change according to colorset groupings

* Working timeline events with coloring algorithm

* Handle select acts different on map when we don't render all points and only filter through clusters; can fix this by not filtering before passing in locations to events in map

* Removed extraneous prop

* Working point count on hover again; numbers were showing up below the colored markers

* Linting fixes and minor refactor of calculateColorPercentage for linting to ass

* Comments and more linting fixes

* add dev command for windows subsystem for linux

* return default styles for category toggles

* dynamically filter out timelines

* calibrate styling

* further calibrations

* correct contrast

* lint

Co-authored-by: efarooqui <efarooqui@pandora.com>
Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com>
2020-10-27 13:33:32 +01:00
efarooqui
8bf93a7dec Working multi-select; need to stop firing update timerange upon select 2020-09-23 08:36:03 -07:00
efarooqui
6ae472b96f Removing tooltip import 2020-09-18 10:50:23 -07:00
efarooqui
da4e640360 Need to resolve minor issues with association duplicates; removing prototype tooltip; source not showing up and event gets deselected 2020-09-18 07:52:08 -07:00
Sol
2fa1860e3d simplified component logic 2020-08-07 19:26:01 +02:00
Sol
cc2561aa30 added and changed var names 2020-08-07 19:26:01 +02:00
Sol
e04fb2ebfb refactor onselect 2020-08-07 19:26:01 +02:00
Sol
90f1de296a lint fixes 2020-08-07 19:26:01 +02:00
Sol
62eefca9e2 lint fix 2020-08-07 19:26:01 +02:00
Sol
31bdbd0313 map and cards clickable 2020-08-07 19:26:01 +02:00
Sol
c8768f643b lint 2020-08-07 19:26:01 +02:00
Lachlan Kermode
dd679f8943 small fixes 2020-06-18 10:30:25 +02:00
Lachlan Kermode
12e309ed8a enable modifying event radius from config 2020-06-18 10:30:25 +02:00
Lachlan Kermode
16358f5ab9 all tags->filters 2020-06-18 10:30:25 +02:00
Lachlan Kermode
3641756539 WIP: overridden colours and shapes 2020-06-18 10:30:25 +02:00
Lachlan Kermode
7973d5c1f3 lint 2020-06-18 10:30:25 +02:00
Lachlan Kermode
421af5e60c improve project graph 2020-06-18 10:30:25 +02:00
Lachlan Kermode
afc84e61ac removes numbers, increases opacity for more events instead 2020-06-18 10:30:25 +02:00
Lachlan Kermode
a0d224ca9c lint it 2019-08-15 15:03:53 +01:00
Sam Ludford
7755a8fee2 renamed js folder as common + moved hardcoded colors into global.js 2019-05-22 12:50:22 +01:00
Sam Ludford
c32dff1080 events have yellow outline on hover 2019-05-22 12:50:22 +01:00
Sam Ludford
db92644624 template cover with updated example.config.js 2019-05-17 13:41:47 +01:00
Lachlan Kermode
4e9128476d clean tag representation and filtering 2019-02-14 14:27:36 +00:00
Franc Camps-Febrer
ca941f4bd7 Put event locations on top of narrative arrows in map 2019-02-08 11:27:10 -05:00
Franc Camps-Febrer
4af0c9c2ef fix lint errors 2019-02-01 12:23:11 -05:00
Franc Camps-Febrer
ac740596fa Time display on Card display precision 2019-01-31 19:21:23 -05:00
Franc Camps-Febrer
92d2fa9a21 Map events are now clickable again 2019-01-31 18:43:39 -05:00
Franc Camps-Febrer
8147af2620 Non-structure locations are marked as approximated 2019-01-31 18:37:23 -05:00
Franc Camps-Febrer
4e000c8137 Make map events as slices based on categories 2019-01-31 18:06:03 -05:00
Lachlan Kermode
fb4d0c2d86 lint jsx files 2019-01-23 11:35:34 +00:00
Lachlan Kermode
e7cac13fb5 significantly refactor presentational components 2019-01-18 11:51:00 +00:00