1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
joostdecock
50b6747584 wip(org): Working on admin & content creation pages 2023-08-15 17:32:47 +02:00
joostdecock
61da3e1dab chore: Work on admin pages/routes 2023-08-14 19:16:47 +02:00
Enoch Riese
cc14c562d2 both menus using same structure and components 2023-06-02 12:39:55 -05: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
c1438a9419 wip(shared): Work on refactoring hooks 2023-03-24 16:33:14 +01:00
Renamed from sites/org/hooks/use-account.mjs (Browse further)