1
0
Fork 0
Commit graph

55 commits

Author SHA1 Message Date
Joost De Cock
a2b689e69a feat(org): Added translation status page 2023-07-05 20:58:30 +02:00
Enoch Riese
aee2491bdf add blog and showcase pages to the nav prebuild 2023-07-03 13:28:41 -05:00
joostdecock
f0279c3830 chore: Linter issues 2023-05-31 18:34:37 +02:00
joostdecock
7cf19fe408 chore(shared): Tweaks to navigation context 2023-05-30 18:10:56 +02:00
joostdecock
2c365a2e81 feat(backend): Include (c)set when returning pattern 2023-05-30 16:53:23 +02:00
joostdecock
ea8d540305 feat(org): Added sitemap 2023-05-21 09:58:59 +02:00
joostdecock
4450fc0eda chore(org): Fix linter warnings in sites/org 2023-05-19 16:43:14 +02:00
joostdecock
0b238c989e wip(shared): Switched to webpack loader for MDX 2023-05-15 15:57:46 +02:00
joostdecock
6dbc6fe078 wip(org): Work on curated sets 2023-05-08 09:31:37 +02:00
joostdecock
080986294b wip(org): Work on new site 2023-05-05 19:56:51 +02:00
joostdecock
5aabd08b61 wip(org): Work on design pages 2023-05-01 18:27:06 +02:00
joostdecock
39e013be42 feat(org): Better /new page 2023-04-30 21:24:35 +02:00
joostdecock
1c694d7aac feat(org): Started /new page 2023-04-30 20:31:28 +02:00
joostdecock
e56016ed95 feat(shared): Apply control restrictions to sets 2023-04-30 18:29:56 +02:00
joostdecock
3642242835 feat(org): Completed initial sets management 2023-04-30 17:50:15 +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
7991710c52 wip(org): Work on measurments sets 2023-04-22 16:41:13 +02:00
joostdecock
6f53b752f6 feat(org): Added new/apikey page 2023-04-22 15:01:57 +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
Joost De Cock
83e4e86f74 wip: Work on site navigation 2023-04-01 15:41:58 +02:00
Joost De Cock
995bb23551 wip(shared): Nav prebuild changes 2023-03-28 16:47:52 +02:00
Joost De Cock
847598f059 wip(org): Added typography pages to nav 2023-03-27 19:31:36 +02:00
Joost De Cock
bc5504ce63 wip(org): Updated profile page for new navigation 2023-03-27 19:25:10 +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
264e7a0b9d chore(org): Moved useApp hook to shared hook 2023-03-24 21:49:37 +01:00
Joost De Cock
c1438a9419 wip(shared): Work on refactoring hooks 2023-03-24 16:33:14 +01:00
Joost De Cock
6fbd383039 chore(org): Refactored useToast hook 2023-03-23 10:48:01 +01:00
Joost De Cock
d7fc8282b3 chore(org): Create the use-account hook
I am refactoring hooks, breaking up the *god hook* that is useApp.

I am also switching to `use-persisted-storage` as a dependency
over our own useStorage implementation as that has been the source
of some bugs lately and this one seems to do the job just fine
so that's one less thing to worry about.
2023-03-23 10:34:06 +01:00
Joost De Cock
c8314f9acf chore(org): Refactored useBackend hook 2023-03-23 10:29:55 +01:00
joostdecock
20d370aab3 chore(org): Some signin to login changes 2023-03-19 19:11:50 +01:00
joostdecock
8c25eae2e2 feat(org): Handle signin with magic link 2023-03-19 19:03:51 +01:00
joostdecock
806a2174db fix(org): Use noAccount object in clear method 2023-03-12 18:50:49 +01:00
joostdecock
731c246e88 fix(org): Avoid recreating noAccount object on each render 2023-03-12 18:49:09 +01:00
joostdecock
4c3d3a5019 feat(backend): Implement email change flow 2023-02-26 13:18:14 +01:00
joostdecock
644c1b8dcf feat(org): Work on API keys page 2023-02-25 18:19:11 +01:00
Joost De Cock
2819473eaa fix(org): Lint issues 2023-02-20 19:20:15 +01:00
joostdecock
79434846b6 feat(org): Further work on account pages 2023-02-19 20:49:15 +01:00
joostdecock
c0571d54f0 feat(org): More account pages 2023-02-18 16:11:02 +01: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
8634b84e04 fix(org): Fix prebuild to output mjs 2023-02-05 16:39:18 +01:00
joostdecock
595417a23b feat(org): Ported components to mjs and named exports 2023-01-29 16:44:02 +01:00
joostdecock
84dbd9353a chore(org): Linter warnings 2023-01-27 21:13:12 +01:00
joostdecock
1d31b3040a chore(org): Linter warnings 2023-01-27 21:10:06 +01:00
joostdecock
8caed34e73 wip(org): Final welcome pages 2023-01-27 20:39:09 +01:00
Joost De Cock
24a16a0673 fix(backend): Require auth to check username availability 2023-01-24 21:18:55 +01:00
Joost De Cock
e75d88c67f wip: Work on onboarding 2023-01-22 19:46:56 +01:00