Commit Graph

556 Commits

Author SHA1 Message Date
Christel Westerberg e195f70d79 fix: enable benefits blocks 2024-05-28 08:30:08 +02:00
Christel Westerberg 9e4f41ee46 fix: redirect users to /refresh on unauth and mod webview links 2024-05-28 08:29:52 +02:00
Christel Westerberg b58b5f368d fix: refactor navigation of webview pages and add redirect to refresh 2024-05-28 08:29:20 +02:00
Arvid Norlin 4b4e214ab9 refactor: make createComparison more generic 2024-05-27 16:00:33 +02:00
Arvid Norlin f11e0c3903 fix: adjust viewport styles 2024-05-27 14:50:45 +02:00
Arvid Norlin 7b206947bc feat: add markup for additional viewport sizes 2024-05-27 10:09:05 +02:00
Arvid Norlin 52b927b684 extract BenefitCard component 2024-05-24 15:23:29 +02:00
Arvid Norlin 653cccaddb feat: add more generic Select component 2024-05-24 14:14:07 +02:00
Arvid Norlin f2b8ddae8e debug: add prefetch=false to logout link 2024-05-24 10:48:45 +02:00
Arvid Norlin 470e308480 chore: css fixes 2024-05-23 15:42:52 +02:00
Arvid Norlin 6cb1ee5385 chore: remove mock data 2024-05-23 15:25:08 +02:00
Arvid Norlin 1d481ba86d fix: adjust earn and burn mobile view 2024-05-23 14:59:26 +02:00
Arvid Norlin 672b1176d6 feat: add initial mobile layout for earn and burn 2024-05-23 14:59:26 +02:00
Arvid Norlin 90bd302715 fix: adjust table scaling 2024-05-23 14:59:26 +02:00
Arvid Norlin 607334aad5 fix: temp disable features using unavailable data 2024-05-23 14:59:26 +02:00
Arvid Norlin 795fe400cb fix: update friendTransaction model according to API 2024-05-23 14:59:26 +02:00
Arvid Norlin 9ef9de840c feat: add data handling to EarnAndBurn 2024-05-23 14:59:26 +02:00
Arvid Norlin 7ad8726633 feat: add initial support for points page 2024-05-23 14:59:26 +02:00
Matilda Landström e853f3980a Merged in feat/seamless-logout (pull request #194)
feat(WEB-207): Seamless logout

Approved-by: Michael Zetterberg
2024-05-23 12:54:44 +00:00
Arvid Norlin 59b8609c4a chore: remove redundant jsx fragment 2024-05-23 14:40:21 +02:00
Arvid Norlin da06311d34 chore: move type 2024-05-23 14:40:21 +02:00
Arvid Norlin e565c65a31 fix: correct OverviewTable createComparison function 2024-05-23 14:40:21 +02:00
Arvid Norlin bd93071e39 chore: make PR fixes 2024-05-23 14:40:21 +02:00
Arvid Norlin b127584b17 chore: use minus icon 2024-05-23 14:40:21 +02:00
Arvid Norlin bf247fa2b5 fix: tweak page layout 2024-05-23 14:40:21 +02:00
Arvid Norlin 14904e004a chore: move types 2024-05-23 14:40:21 +02:00
Arvid Norlin 6b016ce0e0 chore: rename perk to benefit 2024-05-23 14:40:21 +02:00
Arvid Norlin e5b9da29d0 feat: add rendering of detailed benefits 2024-05-23 14:40:21 +02:00
Arvid Norlin a5367354b6 add perk comparison logic 2024-05-23 14:40:21 +02:00
Arvid Norlin c171c909cb chore: add more levels to hardcoded data 2024-05-23 14:40:21 +02:00
Arvid Norlin 2a307db5e3 feat: add level selection logic 2024-05-23 14:40:21 +02:00
Arvid Norlin fc4b3300f5 chore: add initial level data 2024-05-23 14:40:21 +02:00
Arvid Norlin 1fd0e7164a feat: add initial version of Loyalty Overview Table 2024-05-23 14:40:21 +02:00
Arvid Norlin fffee84989 chore: add icons 2024-05-23 14:40:21 +02:00
Christel Westerberg 4d7207ec9a fix: missing previous data throwing error 2024-05-23 14:21:18 +02:00
Matilda Landström bb4b383caf fix: destructure lang prop 2024-05-23 14:15:02 +02:00
Matilda Landström 3085cccf8b chore: add lang for logout href 2024-05-23 14:05:02 +02:00
Matilda Landström a43754d624 chore: change sidebar logout href 2024-05-23 14:05:02 +02:00
Christel Westerberg a19b0687bb fix: refactor use of tokens 2024-05-21 15:23:06 +02:00
Christel Westerberg ad343aa666 fix: refactor buttons on card grid 2024-05-21 15:23:06 +02:00
Christel Westerberg 1bc8753649 feat: implement new design for button 2024-05-21 15:23:06 +02:00
Christel Westerberg 7d982aad18 feat: add new cards grid block 2024-05-21 15:23:06 +02:00
Christel Westerberg dbb1d10f9b feat: update design system 2024-05-21 15:19:32 +02:00
Michael Zetterberg 476e9f7582 fix(auth): make things work 2024-05-20 09:10:20 +02:00
Michael Zetterberg f5108d1a8e feat: improve structure and error handling 2024-05-20 00:51:16 +02:00
Michael Zetterberg 5e3041a73a fix: rewriting rules for my-pages 2024-05-16 15:22:47 +02:00
Michael Zetterberg 3153f158a9 Revert "chore(debug): auth"
This reverts commit 2097807062.
2024-05-16 08:19:17 +02:00
Michael Zetterberg 2097807062 chore(debug): auth 2024-05-15 14:59:47 +02:00
Christel Westerberg a734ba848a fix: remove unused import 2024-05-15 09:43:29 +02:00
Christel Westerberg 30b94b05f6 fix: make loading spinner smaller 2024-05-15 09:43:29 +02:00