Joost De Cock
07b08967d3
fix(shared): Use correct colors for account links
2023-08-28 10:45:06 +02:00
joostdecock
084e6e534c
fix(shared): Consistent use of pattern icon
2023-08-26 18:25:36 +02:00
joostdecock
807cdd7bc4
feat(shared): Add migration from v2 accounts
2023-08-25 16:14:48 +02:00
joostdecock
62f76b32f7
feat(shared): More work on sets
2023-08-23 17:41:34 +02:00
joostdecock
dad2fa0e99
feat(shared): Overhaul sets
2023-08-23 12:18:20 +02:00
joostdecock
1cecede4f9
chore(org): Tweaks to account links colors
2023-08-20 19:00:36 +02:00
joostdecock
444ae8b321
chore(org): Tweaks to account links
2023-08-20 18:55:25 +02:00
joostdecock
2512765c49
chore: Linter issues
2023-08-20 18:35:19 +02:00
joostdecock
1b574f6806
wip(org): Work on platform pages
2023-08-19 18:31:45 +02:00
joostdecock
4744759d0b
wip(org): Going through account pages
2023-08-19 18:01:22 +02:00
joostdecock
61da3e1dab
chore: Work on admin pages/routes
2023-08-14 19:16:47 +02:00
joostdecock
6dbc6fe078
wip(org): Work on curated sets
2023-05-08 09:31:37 +02:00
joostdecock
e56016ed95
feat(shared): Apply control restrictions to sets
2023-04-30 18:29:56 +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
Joost De Cock
9e3861b009
chore(shared): Moved account components to allowed shared access
2023-03-27 19:07:48 +02:00