1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
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
Joost De Cock
89617bef92 wip(shared): Work on refactoring hooks 2023-03-24 21:30:04 +01:00
joostdecock
963e43185e chore(org): Linter issues 2023-02-19 20:58:06 +01:00
joostdecock
c0571d54f0 feat(org): More account pages 2023-02-18 16:11:02 +01:00
joostdecock
a0a1538aa0 wip(org): Work on account/welcome pages 2023-02-12 18:35:54 +01:00