joostdecock
9610d7d11b
feat(org): Handle author claims for posts
2024-02-25 16:01:03 +01:00
joostdecock
78bafc4f00
wip: Working on posts author/maker info
2024-02-18 18:48:59 +01:00
3f0c9de1ac
Hide 'missing image' icon from newsletters
2024-01-24 13:34:21 +02:00
joostdecock
e8badfc735
chore: Remove lint
2023-11-03 15:41:13 +01:00
joostdecock
2472ab1824
feat(shared): Add dynamic OG images
2023-11-03 15:36:09 +01:00
Joost De Cock
763190d721
chore(org): port new post to new mdx loader
2023-10-10 08:53:16 +02:00
Joost De Cock
f194324367
chore(org): Remove lint
2023-10-10 07:49:42 +02:00
Joost De Cock
29743c629f
wip(org): Added PrevNext to showcase/blog posts
...
Although it needs some work to ensure it gets the order correct
2023-10-10 07:42:01 +02:00
Joost De Cock
312e5f7d86
fix(org): Port showcase posts to new MDX loader
2023-10-10 07:40:00 +02:00
Joost De Cock
ec0b8b0322
fix(org): Port blog posts to new MDX loader
2023-10-10 07:35:11 +02:00
Joost De Cock
ddbbbda2bc
chore(shared): Changes kiosk/expand/flags/header
...
- Revamped the flags ui to be consistent with the rest
- The expand setting is on by default now. Tweaks to its dialog and
header
- Added a new kiosk mode that will use the entire screen for the
workbench
- Got rid of the auto-hiding behaviour of the header which gets annoying
quick
2023-09-09 17:58:44 +02:00
joostdecock
2106a38154
feat(org): Bookmarks for docs
2023-09-04 11:01:08 +02:00
Joost De Cock
6110aff90a
chore(org): Layout tweaks
2023-08-01 16:46:02 +02:00
joostdecock
8ea11d6abe
Merge branch 'eriese-mdx-posts' of github.com:eriese/freesewing into eriese-eriese-mdx-posts
2023-07-21 10:51:44 +02:00
Joost De Cock
acc72730df
chore(org): Adapted org site to new prebuild structure
2023-07-20 18:27:59 +02:00
Joost De Cock
a5f0e00936
chore(org): Remove use-navigation hook
2023-07-20 08:52:50 +02:00
Enoch Riese
b7fcd80cae
document #4507
2023-07-19 21:11:59 -06:00
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
3df7367fc7
chore: Linter warnings
2023-07-16 07:27:51 +02: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
joostdecock
bb8eef0504
chore: Default to no layout
2023-07-15 10:37:16 +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
517fa3f5e3
wip(shared): Re-factoring workbench
2023-05-11 19:14:48 +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
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
Joost De Cock
93dedd8c20
chore(org): Fixed linter warnings
2022-12-26 14:31:50 +01:00
Joost De Cock
6a3ecf166d
wip(org): Work on navigation menu
2022-12-26 14:22:46 +01:00
Joost De Cock
a728a5a227
wip(org): Work on new navigation menu
2022-12-25 19:10:21 +01:00
Joost De Cock
a5d4437925
fix(org): Linter issues
2022-12-25 11:05:52 +01:00
Joost De Cock
2d8c396edb
wip(org): Layout changes
2022-12-24 18:20:05 +01:00
Enoch Riese
477a4d93f5
everything passes lint
2022-12-03 11:25:02 -06:00
joostdecock
1e379d68ff
chore(sites): Updates to headers
2022-11-23 21:42:22 +01:00
Joost De Cock
8225009e96
chore: Fixing linter warnings
2022-07-12 20:31:53 +02:00
Joost De Cock
43ee0f1790
chore: Adapt sites to recent changes
2022-06-17 12:02:09 +02:00