Commit Graph

14 Commits

Author SHA1 Message Date
Christian Andolf
06d861fb6f chore: add no unused vars lint rule 2025-02-17 10:43:54 +01:00
Joakim Jäderberg
2791f07f67 Merged in fix/mypages-clientside-menu (pull request #1344)
Fix/mypages clientside menu

* feat: move mypages menu to client side

* Merge branch 'master' of bitbucket.org:scandic-swap/web into fix/mypages-clientside-menu

* wip

* wip

* wip

* refactor: reorganize MyPages navigation logic and improve type definitions

* refactor: enhance MyPagesMobileDropdown with loading states and skeletons

* refactor: clean up header component and improve myPagesNavigation query structure

* Merge branch 'master' of bitbucket.org:scandic-swap/web into fix/mypages-clientside-menu


Approved-by: Linus Flood
2025-02-17 07:47:33 +00:00
Joakim Jäderberg
6f51130e48 Merged in feature/hardcoded-mypages-links (pull request #1325)
Feature/hardcoded mypages links

* feat: wip use hardcoded links

* Merge branch 'master' of bitbucket.org:scandic-swap/web into feature/hardcoded-mypages-links

* feat: use hardcoded links for my pages to support dynamic links

* cleanup

* code fixes

* refactor: restructure MyPagesMobileDropdown component for improved readability

* use util timeout function


Approved-by: Christian Andolf
Approved-by: Linus Flood
2025-02-13 09:28:30 +00:00
Christian Andolf
e08e960209 chore: add consistent type imports 2024-12-12 11:47:44 +01:00
Christian Andolf
f6b3cf8b92 chore: replace function expression with inline statement
replace destructuring for better static analysis

remove unused variables
2024-11-08 09:25:28 +01:00
Pontus Dreij
2734af5f3f feat(sw-187): Refactor dropdown to keep more logic in main-menu.ts 2024-09-11 11:41:26 +02:00
Pontus Dreij
07eb0401bb feat(SW-187): simplify dropdown menu 2024-09-09 14:58:22 +02:00
Niclas Edenvin
e67212bd94 Merged in feature/refactor-lang (pull request #387)
feat: SW-238 Avoid prop drilling of lang

Approved-by: Michael Zetterberg
2024-08-14 11:00:20 +00:00
Chuma McPhoy
83252ec6d7 fix: use correct variant for signout link in dropdown 2024-06-24 13:12:20 +02:00
Chuma McPhoy
df82073e14 fix: Divider spacing in mobile dropdown 2024-06-19 17:13:01 +02:00
Chuma McPhoy
facff498ba feat: introduce and use subtle color for divider 2024-06-19 17:13:00 +02:00
Chuma McPhoy
0d6498c654 fix: pass in lang to mobile dropdown and render logout button 2024-06-19 17:12:39 +02:00
Chuma McPhoy
e92b6cc27d feat: pass in navigation from server components 2024-06-19 17:12:39 +02:00
Chuma McPhoy
cfb08fff2c feat: add my pages mobile dropdown cmoponent, parallel route, and consume + zustand store 2024-06-19 17:12:38 +02:00