1
0
Fork 0
Commit graph

12 commits

Author SHA1 Message Date
joostdecock
f6a1063e59 chore: Various small tweaks 2023-11-03 19:41:21 +01:00
joostdecock
1a3350ee3d chore(lab): Updated prebuild pages 2023-10-22 15:06:27 +02:00
joostdecock
c774e1f2b2 chore: Remove lint 2023-09-26 11:13:36 +02:00
joostdecock
09939b0a8f chore: Remove lint 2023-09-26 11:06:26 +02:00
joostdecock
9a2882b0a1 chore(org): Added blog posts to home page 2023-09-26 10:38:51 +02:00
joostdecock
76c24155c9 chore(org): Updated blog 2023-09-26 10:12:55 +02:00
Enoch Riese
860cc3826b ssg pagination for blog pages 2023-06-22 16:27:08 -05:00
Enoch Riese
74cbfb4061 add pagination to blog and showcase pages 2023-06-21 15:27:19 -05:00
Enoch Riese
e9d21ddd62 shared components and utils for sanity pages 2023-06-19 16:27:13 -05:00
Enoch Riese
39655daf6a rudimentary implementation of blog pages 2023-06-17 17:00:10 -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
joostdecock
dbab735eeb wip(shared): Work on modal menu 2023-04-09 15:57:25 +02:00