Commit Graph

19 Commits

Author SHA1 Message Date
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
Miguel Sozinho Ramalho
9273a34b4e Merge pull request #22 from gaearon/drag-perf 2022-04-04 17:53:55 +01:00
dan
22c2715473 rm import 2022-04-03 21:59:29 +01:00
Dan Abramov
23d519f5b9 Improve dragging performance 2022-04-03 21:54:57 +01:00
Dan Abramov
ad646a2a00 Fix invalid <rect> width error 2022-04-03 20:52:25 +01:00
Dan Abramov
3abac3ebad Fix DOM property name warnings 2022-04-03 20:26:43 +01:00
Lachlan Kermode
86fcd1a942 💄 2022-03-10 07:20:48 -05:00
Lachlan Kermode
c1c3c1a2db Nicer arrows on timeline when zoomed in 2022-03-06 21:43:13 -05:00
Lachlan Kermode
bc2f5606bf aesthetic fixes 2022-03-03 21:30:50 -05:00
Lachlan Kermode
20025dac57 Remove warnings 2022-03-03 13:00:31 -05:00
Lachlan Kermode
ea1dc45ea7 Fix warnings 2022-03-03 11:59:41 -05:00
efarooqui
096cfaa073 Minor changes to example config for feature flags 2021-08-08 17:06:48 -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
de48bf3556 Modified square and star shapes 2021-05-12 16:59:02 -07:00
efarooqui
fb954d1b3d Added new triangle and pentagon shapes; modified star shape to rotate into position 2021-05-11 23:04:23 -07:00
efarooqui
0b989465f6 Fixing bugs with timeline markers; issues with using category as associations obj vs just title 2021-05-10 15:57:59 -07:00
efarooqui
123ed80d74 Allow categories to be selected by title and not id; allow for primary key field 2021-04-30 17:47:16 -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