1
0
Fork 0
Commit graph

27 commits

Author SHA1 Message Date
joostdecock
bc8d1787bb chore: Linter warnings 2024-03-17 11:45:14 +01:00
joostdecock
1506975447 feat(shared): Support import/clone of measuremnts set 2024-03-17 11:18:21 +01:00
Benjamin Fan
ffc26f8b1d fix(shared): Do not capitalize social media names 2024-02-21 14:07:45 -08:00
joostdecock
a0933a33cc fix(shared): Reflect MFA status in account links 2023-10-25 20:21:36 +02:00
joostdecock
679ba9dc10 wip: Fix platform pages to add fallback (and remove twitter) 2023-10-22 11:50:39 +02:00
joostdecock
dd0daf8f63 wip(org): Test with fallback:blocking 2023-10-21 17:15:14 +02:00
joostdecock
fd0e1b0de2 feat(shared): Add role to account page 2023-10-21 16:48:53 +02:00
Joost De Cock
5f806c4d85 fix(shared): URL for user avatars 2023-10-20 15:20:08 +02:00
Joost De Cock
cb9373b1a2 chore(shared): linter issues 2023-08-30 17:14:09 +02:00
Joost De Cock
a60fb0204c feat(org): mockup for options pack 2023-08-30 09:44:55 +02:00
Joost De Cock
56871b3329 chore(shared): Icon tweaks 2023-08-30 08:39:56 +02:00
Joost De Cock
0807357a7b fix(shared): Limit width of account links 2023-08-29 14:21:13 +02:00
Joost De Cock
07b08967d3 fix(shared): Use correct colors for account links 2023-08-28 10:45:06 +02:00
joostdecock
084e6e534c fix(shared): Consistent use of pattern icon 2023-08-26 18:25:36 +02:00
joostdecock
807cdd7bc4 feat(shared): Add migration from v2 accounts 2023-08-25 16:14:48 +02:00
joostdecock
62f76b32f7 feat(shared): More work on sets 2023-08-23 17:41:34 +02:00
joostdecock
dad2fa0e99 feat(shared): Overhaul sets 2023-08-23 12:18:20 +02:00
joostdecock
1cecede4f9 chore(org): Tweaks to account links colors 2023-08-20 19:00:36 +02:00
joostdecock
444ae8b321 chore(org): Tweaks to account links 2023-08-20 18:55:25 +02:00
joostdecock
2512765c49 chore: Linter issues 2023-08-20 18:35:19 +02:00
joostdecock
1b574f6806 wip(org): Work on platform pages 2023-08-19 18:31:45 +02:00
joostdecock
4744759d0b wip(org): Going through account pages 2023-08-19 18:01:22 +02:00
joostdecock
61da3e1dab chore: Work on admin pages/routes 2023-08-14 19:16:47 +02:00
joostdecock
6dbc6fe078 wip(org): Work on curated sets 2023-05-08 09:31:37 +02:00
joostdecock
e56016ed95 feat(shared): Apply control restrictions to sets 2023-04-30 18:29:56 +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
9e3861b009 chore(shared): Moved account components to allowed shared access 2023-03-27 19:07:48 +02:00
Renamed from sites/org/components/account/links.mjs (Browse further)