1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
Joost De Cock
16f5362dff fix(shared): Various broken links (see what I did there?) 2024-01-09 20:53:51 +01:00
joostdecock
2106a38154 feat(org): Bookmarks for docs 2023-09-04 11:01:08 +02:00
joostdecock
cad7ccf294 chore: Linter issues 2023-08-20 18:48:40 +02:00
joostdecock
2512765c49 chore: Linter issues 2023-08-20 18:35:19 +02:00
joostdecock
4744759d0b wip(org): Going through account pages 2023-08-19 18:01:22 +02:00
joostdecock
1e7592915e chore: Updated GDRP component 2023-08-13 18:00:43 +02:00
joostdecock
513fe23ab7 chore: Updated import path to Popout component 2023-07-23 18:42:06 +02:00
joostdecock
8df1276430 fix(lab): Fixed next build issues 2023-05-19 08:34:08 +02:00
joostdecock
2dcf46befa wip(lab): Work on v3 lab 2023-05-17 17:04:15 +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
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +02:00
Joost De Cock
9e3861b009 chore(shared): Moved account components to allowed shared access 2023-03-27 19:07:48 +02:00
Renamed from sites/org/components/account/consent.mjs (Browse further)