1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
Joost De Cock
15f48d4e90 feat(shared): Component to reload the account 2023-07-25 19:38:22 +02:00
joostdecock
513fe23ab7 chore: Updated import path to Popout component 2023-07-23 18:42:06 +02:00
joostdecock
4fae3a425f feat(dev): Ported dev site to new v3 site framework 2023-05-16 10:34:13 +02:00
joostdecock
0b238c989e wip(shared): Switched to webpack loader for MDX 2023-05-15 15:57:46 +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
995bb23551 wip(shared): Nav prebuild changes 2023-03-28 16:47:52 +02:00
Joost De Cock
9e3861b009 chore(shared): Moved account components to allowed shared access 2023-03-27 19:07:48 +02:00
Joost De Cock
5ea69e6372 chore(org): Work on navigation 2023-03-26 16:50:46 +02:00
Joost De Cock
264e7a0b9d chore(org): Moved useApp hook to shared hook 2023-03-24 21:49:37 +01:00
Joost De Cock
c1438a9419 wip(shared): Work on refactoring hooks 2023-03-24 16:33:14 +01:00
joostdecock
595417a23b feat(org): Ported components to mjs and named exports 2023-01-29 16:44:02 +01:00
Renamed from sites/org/pages/index.js (Browse further)