1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
joostdecock
bd3ce90e1a wip(org): Work on curation of sets 2023-05-08 14:03:47 +02:00
joostdecock
1c694d7aac feat(org): Started /new page 2023-04-30 20:31:28 +02:00
joostdecock
e56016ed95 feat(shared): Apply control restrictions to sets 2023-04-30 18:29:56 +02:00
joostdecock
3642242835 feat(org): Completed initial sets management 2023-04-30 17:50:15 +02:00
joostdecock
ebbb4a8b8c feat(shared): Modal design picker and work on sets 2023-04-30 14:53:49 +02:00
joostdecock
9579d4b7bb wip(shared): UI tweaks to sets management 2023-04-30 11:58:17 +02:00
joostdecock
4557e71552 feat(org): Support for creating sets 2023-04-29 20:06:46 +02:00
joostdecock
d3d8e3d35a feat(org): Support for creating sets 2023-04-29 08:29:12 +02:00
Joost De Cock
e47c18177b wip(shared): Removed useApp hook in favor of contexts
This removes the useApp hook from all org pages in favor of various
context. This means there is no longer global state that gets passed
around, instead each component that requires access to something shared
(like account, or navigation) can just use the context instead.

This is a first step, as a lot of shared components stil rely on app not
to mention the dev and lab sites.
2023-04-28 21:23:06 +02:00
joostdecock
7991710c52 wip(org): Work on measurments sets 2023-04-22 16:41:13 +02:00