1
0
Fork 0
Commit graph

20 commits

Author SHA1 Message Date
Enoch Riese
36b28a8f93 lint fixes 2023-07-18 23:14:09 -06:00
Enoch Riese
2768adc36c refactor blog and showcase implementation 2023-07-18 21:43:38 -06:00
Enoch Riese
8a4c558cee more contained fixes to docs 2023-07-17 11:40:45 -05:00
joostdecock
5a9f2f8d40 wip(shared): Changes to layouts
This will break the org build, but we need to rip out sanity anyway so
I don't think it's worth obsessing over it now.

I've essentially changes the default layout and added a new navigation
component.
2023-07-15 16:55:22 +02:00
joostdecock
3174b9a145 chore(shared): Made it more clear that there's a default layout 2023-07-15 10:45:44 +02:00
Enoch Riese
e1be833dfd dry up headers and layout wrappers. use sticky side navs 2023-06-20 16:52:00 -05:00
joostdecock
0a8cedd23f chore(shared): Linter warnings 2023-06-10 14:11:29 +02:00
joostdecock
977546936b chore(shared): Linter warnings 2023-06-10 14:08:07 +02:00
joostdecock
01722da391 chore(shared): Show error rather than silently switch type 2023-06-08 08:23:39 +02:00
joostdecock
79a41e8184 wip(org): Work on pattern pages 2023-05-30 19:25:22 +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
joostdecock
e88dc07ac4 fix(org): Markdown layout padding 2023-04-16 18:39:27 +02:00
joostdecock
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +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
5ea69e6372 chore(org): Work on navigation 2023-03-26 16:50:46 +02:00
joostdecock
424c15c723 wip(org): Moved toasts to their own hook 2023-02-12 11:20:59 +01:00
joostdecock
e861a64363 wip(org): Work on account pages, and shared features 2023-02-11 19:47:35 +01:00
joostdecock
595417a23b feat(org): Ported components to mjs and named exports 2023-01-29 16:44:02 +01:00
Renamed from sites/org/components/layouts/docs.js (Browse further)