1
0
Fork 0
Commit graph

18 commits

Author SHA1 Message Date
joostdecock
4fae3a425f feat(dev): Ported dev site to new v3 site framework 2023-05-16 10:34:13 +02:00
joostdecock
ed1ac8a7a7 Merge branch 'develop' into joost 2023-05-16 08:49:35 +02:00
joostdecock
39e013be42 feat(org): Better /new page 2023-04-30 21:24:35 +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
6340592206 feat(shared): Added TrophyIcon 2023-04-25 11:10:49 +02:00
Joost De Cock
c5e8f69459 fix(shared): Check for crumbs being present 2023-04-19 20:05:09 +02:00
joostdecock
6057d0f548 chore(org): Slice navigation for faq pages 2023-04-16 17:35:44 +02:00
joostdecock
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +02:00
joostdecock
86a5a8765b wip(org): Work on modal menus 2023-04-16 16:19:49 +02:00
joostdecock
dbab735eeb wip(shared): Work on modal menu 2023-04-09 15:57:25 +02:00
joostdecock
2ac149655c wip(shared): Theme changes 2023-04-08 10:53:24 +02:00
joostdecock
4b4537c2a7 wip(org): New header and theme picker 2023-04-07 17:10:54 +02:00
Joost De Cock
995bb23551 wip(shared): Nav prebuild changes 2023-03-28 16:47:52 +02:00
Joost De Cock
10ceb2df91 wip(org): Work on porting account pages to new navigation 2023-03-27 18:49:09 +02:00
Joost De Cock
5ea69e6372 chore(org): Work on navigation 2023-03-26 16:50:46 +02:00
Joost De Cock
91c0627cdd chore(shared): Shared navigation and wordmark tweaks 2023-03-26 09:18:51 +02:00
joostdecock
86aa0f20da chore: linter issues 2023-02-05 19:58:25 +01:00
joostdecock
595417a23b feat(org): Ported components to mjs and named exports 2023-01-29 16:44:02 +01:00
Renamed from sites/shared/components/navigation/primary.js (Browse further)