1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
joostdecock
b2755d0584 fix(org): Forgot to update the showcase pages. Import typo fix 2023-07-21 13:35:20 +02:00
joostdecock
8edf9cff94 chore: Fixed linter issues 2023-07-21 10:27:15 +02:00
Joost De Cock
78fa37869e chore(shared/dev): Remove use-navigation hook 2023-07-20 08:42:56 +02:00
joostdecock
0a8dd5f111 feat(dev/shared): Ported PrevNext component to new nav structure 2023-07-14 09:23:37 +02:00
Enoch Riese
aee2491bdf add blog and showcase pages to the nav prebuild 2023-07-03 13:28:41 -05:00
joostdecock
79a41e8184 wip(org): Work on pattern pages 2023-05-30 19:25:22 +02:00
joostdecock
7cf19fe408 chore(shared): Tweaks to navigation context 2023-05-30 18:10:56 +02:00
joostdecock
801ba17ab6 chore: More QA fixes for sites 2023-05-19 18:27:36 +02:00
joostdecock
0dece4d70e wip(org): Started working on v3 workbench 2023-05-08 19:28:03 +02:00
joostdecock
bd3ce90e1a wip(org): Work on curation of sets 2023-05-08 14:03:47 +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