Andrew Mudrov
53d6f389e3
feat(main): style changes and mobile version ( #58 )
...
Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com >
2022-10-31 17:40:35 +00:00
wattroll
b4eb4edcae
npm run lint:fix
2022-04-06 21:40:40 +03:00
msramalho
799f67ea49
implements csv+json downloads
2022-04-06 18:57:09 +02:00
Dan Abramov
66ad4ddd48
Fix warning about Tab and TabPanel
2022-04-03 21:05:54 +01:00
Felix Spöttel
26c8432acf
feat(Toolbar): add fullscreen toggle
2022-03-22 22:03:34 +01:00
Felix Spöttel
da38cddb82
chore: extract ToolbarButton component
2022-03-22 21:21:38 +01:00
Lachlan Kermode
88a5d2b5b4
When selecting filter, deselect events
2022-03-06 20:07:18 -05:00
Lachlan Kermode
20025dac57
Remove warnings
2022-03-03 13:00:31 -05:00
Lachlan Kermode
3d8ec706ed
Minor cleanup ( #220 )
...
* Fix README; add missing dev dependency
* Fix validators to filter out bad events and sources
* Better defaults in config
2021-10-21 17:28:16 +02:00
efarooqui
09d82b4da5
Working with default category values from store if none are provided in config
2021-05-24 22:00:51 -07:00
efarooqui
5c3fffd99e
Allows for multiple specified categories that are customizable panelsin left hand side toolbar
2021-05-24 20:31:00 -07:00
efarooqui
c688a35958
event.shape is initially shape ID, interpolated during domain fetch; adding base styles for checkbox inline with said component; generalized checkbox comp across three panels
2021-05-21 16:18:35 -07:00
efarooqui
7156639ec3
Polygon shapes abstracted to be types of checkboxes; abstracted rendering of panel into one component; importing shapes from separate endpoint
2021-05-20 18:44:26 -07:00
efarooqui
87d84df8b4
Reading in from toolbar copy from config for narrative and filter panels
2021-05-13 18:23:40 -07:00
efarooqui
b50ee8b5fe
Creates an event type called TIMELINE_ONLY which doesnt get filtered by filter panel; allowing for panel copy to be read in via the config
2021-05-12 20:03:02 -07:00
efarooqui
a1b7fb5259
Refactored all of filter logic to accomodate for paths instead of simply looking at leaf node in tree; fixes bugs where leaf path is non-unique
2021-05-06 19:49:32 -07:00
Lachlan Kermode
e99398ceab
Cleaning technical debt ( #192 )
...
* abstract Space component to switch out Map
* basic viewing possible
* restructure components dir
* all jsx --> js
* App.jsx --> App.js
* comment out 3d for now
2021-01-19 22:22:12 +01:00