1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
joostdecock
8ec48e7db8 wip(org): Started reworking the home page 2023-07-27 21:03:49 +02:00
Joost De Cock
78fa37869e chore(shared/dev): Remove use-navigation hook 2023-07-20 08:42:56 +02:00
joostdecock
54abc42e73 feat(dev): Added footer links via use-navigation 2023-07-15 12:16:21 +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
joostdecock
2ac149655c wip(shared): Theme changes 2023-04-08 10:53:24 +02:00
Joost De Cock
3c085888f0 chore(shared): Changes to footer 2023-03-26 14:02:19 +02:00