1
0
Fork 0
Commit graph

21 commits

Author SHA1 Message Date
Enoch Riese
b8ab3e9326 re-add new measie inputs to account sets page 2023-06-22 11:36:24 -05:00
joostdecock
526d6f2f4b fix(shared): Pass measurement to row 2023-06-10 11:59:08 +02:00
joostdecock
52adb098b2 fix(shared): Fixed some of the sets inputs 2023-06-06 20:19:36 +02:00
joostdecock
fecb894ecb chore: Linter warning 2023-05-26 13:39:55 +02:00
joostdecock
10c3fb660a chore: Linter warnings 2023-05-26 13:35:03 +02:00
joostdecock
067bff61e5 fix(shared): Missing var in component 2023-05-26 10:41:36 +02:00
joostdecock
801ba17ab6 chore: More QA fixes for sites 2023-05-19 18:27:36 +02:00
joostdecock
c11a29e28a chore(shared): Fix linter warnings in sites/shared 2023-05-19 18:15:06 +02:00
joostdecock
c49a47a0de chore: Fixing linter warnings 2023-05-19 16:31:28 +02:00
joostdecock
a41b3f09a2 chore(shared): Move org stuff to shared to be used by the lab 2023-05-17 17:32:19 +02:00
joostdecock
2dcf46befa wip(lab): Work on v3 lab 2023-05-17 17:04:15 +02:00
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