1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
joostdecock
62f6cc6ac4 feat(shared): Set IDs on new inputs 2023-08-26 09:27:27 +02:00
joostdecock
3d84ce390e chore(org): Don't load mdx dynamically in a hook 2023-08-24 19:42:32 +02:00
joostdecock
a2c5522a8e chore(shared): Linter issues 2023-08-24 19:01:48 +02:00
joostdecock
ee5e83aaf5 chore: Linter issues 2023-08-24 18:39:12 +02:00
joostdecock
dc7a0316c2 feat(org): Ported apikeys and bookmarks to new inputs 2023-08-23 18:49:21 +02:00
joostdecock
545f829a6a chore(shared): Consolidate Row component 2023-08-23 17:47:21 +02:00
joostdecock
dad2fa0e99 feat(shared): Overhaul sets 2023-08-23 12:18:20 +02:00
joostdecock
c913588f2f feat(org): Added handling of bookmarks 2023-08-21 17:58:08 +02:00
joostdecock
6e87493440 feat(org): Better handling of apikeys 2023-08-21 16:14:58 +02:00
joostdecock
782b8e60e3 chore: Linter issues 2023-08-20 18:53:35 +02:00
joostdecock
cad7ccf294 chore: Linter issues 2023-08-20 18:48:40 +02:00
joostdecock
513fe23ab7 chore: Updated import path to Popout component 2023-07-23 18:42:06 +02:00
joostdecock
1c694d7aac feat(org): Started /new page 2023-04-30 20:31:28 +02:00
joostdecock
3642242835 feat(org): Completed initial sets management 2023-04-30 17:50: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
6f53b752f6 feat(org): Added new/apikey page 2023-04-22 15:01:57 +02:00
joostdecock
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +02:00
joostdecock
6ae91efeed chore: Improvements to modal 2023-04-16 10:45:36 +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/apikeys.mjs (Browse further)