Commit Graph

131 Commits

Author SHA1 Message Date
Arvid Norlin 0c7c6ea21a feat: add Price details modal 2024-12-20 09:28:06 +01:00
Linus Flood e0c5b59860 Merged master into feat/1268-mask-private-data 2024-12-19 10:21:17 +00:00
Linus Flood ec0a87aed7 feat/sw-1266: mask private info in hotjar recordings 2024-12-19 11:00:00 +01:00
Erik Tiekstra 3939bf7cdc feat(SW-664): Hotel listing component and queries for content pages 2024-12-18 12:20:57 +01:00
Linus Flood 711bf4b2d3 feat/valid-session: check valid user/session from token instead of making a slow request to api 2024-12-17 15:15:55 +01:00
Chuma McPhoy 01c0d5c35e fix(LOY-64): lowercase s on membershipbadge 2024-12-13 14:57:16 +01:00
Chuma McPhoy 9d9084f60d fix(LOY-64): memoize getCurrentRewards call 2024-12-13 14:57:16 +01:00
Chuma McPhoy 079d8dbf33 fix(LOY-64): lint fix 2024-12-13 14:57:16 +01:00
Chuma McPhoy 9247ea0e9c fix(LOY-64): abstract membershipbadge to its own component 2024-12-13 14:57:16 +01:00
Chuma McPhoy 839655d4df fix(LOY-64): use memberId in conditonal 2024-12-13 14:57:16 +01:00
Chuma McPhoy aa9e2e0a1b chore(LOY-64): remove unused import 2024-12-13 14:57:16 +01:00
Chuma McPhoy c33f125332 chore(LOY-64): better organisation of reward types and data 2024-12-13 14:57:16 +01:00
Chuma McPhoy 87ff783c87 fix(LOY-64): remove uneeded css 2024-12-13 14:57:16 +01:00
Chuma McPhoy 457f2b942d feat(LOY-64): add ActiveRedeemedBadge UI for on site tier rewards 2024-12-13 14:57:16 +01:00
Christian Andolf e08e960209 chore: add consistent type imports 2024-12-12 11:47:44 +01:00
Christian Andolf 4b51b5aff6 Merged in fix/hide-cs-rewards-flag (pull request #1065)
fix: hide new cs rewards model behind feature flag

Approved-by: Michael Zetterberg
Approved-by: Chuma Mcphoy (We Ahead)
2024-12-11 08:55:46 +00:00
Chuma McPhoy 7b7b5717d5 fix(LOY-10): proper formatting 2024-12-11 09:40:41 +01:00
Chuma McPhoy 4aab9c01ef fix(LOY-10): remove unsused import 2024-12-11 09:40:41 +01:00
Chuma McPhoy f403ac62df fix(LOY-10): use RewardIcon in redeem modal 2024-12-11 09:40:41 +01:00
Chuma McPhoy c94d36afb2 fix(LOY-10): type import 2024-12-11 09:40:41 +01:00
Chuma McPhoy 5933380bd8 fix(LOY-10): provide fallback icon for current rewards 2024-12-11 09:40:41 +01:00
Chuma McPhoy 5464efb7a8 fix(LOY-10): remove uneeded css and icon wrapper 2024-12-11 09:40:41 +01:00
Chuma McPhoy 6babb667e4 fix(LOY-10): move types to type folder 2024-12-11 09:40:41 +01:00
Chuma McPhoy d897bd81ac chore(LOY-10): rename folder to CurrentRewards 2024-12-11 09:40:41 +01:00
Chuma McPhoy 13551417ed feat(LOY-10): dynamic icons based on reward id 2024-12-11 09:40:41 +01:00
Christian Andolf 0d607d7cc7 fix: hide new cs rewards model behind feature flag 2024-12-10 16:26:20 +01:00
Fredrik Thorsson 0ad703a29f fix(SW-1180): update theme logic 2024-12-10 15:28:45 +01:00
Chuma McPhoy 80f7e8e7f8 fix(LOY-53): scroll to top of current rewards on page change 2024-12-10 09:48:59 +01:00
Chuma McPhoy 5a2b726ffc fix(LOY-53): hide pagination if less than one page 2024-12-10 09:48:59 +01:00
Chuma McPhoy 28d4d752e9 feat(LOY-53): CurrentRewards - replace show more functionality with pagination 2024-12-10 09:48:59 +01:00
Christian Andolf 1a4dddb3fe fix: hide redeem button with feature flag 2024-12-06 12:56:54 +01:00
Christian Andolf 7be90facd0 feat(LOY-23): redeem benefit modal 2024-12-06 12:56:54 +01:00
Christian Andolf d612aa83d8 fix(SW-992): center empty stays text 2024-11-25 10:51:03 +01:00
Chuma McPhoy d65be1845a fix(SW-890): more reliable checking of user 2024-11-15 12:57:32 +01:00
Erik Tiekstra 5a48a118f4 fix(SW-856): fixed issues where blocks do not have titles/preambles 2024-11-11 14:47:10 +01:00
Erik Tiekstra fe6582ccbb fix(SW-812): styling fixes for the header and related components 2024-11-11 07:48:47 +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
Christian Andolf 28c30b2416 fix(SW-315): formatting numbers via locale, fixed a few padding issues 2024-11-08 09:25:28 +01:00
Erik Tiekstra 76444d6fe9 fix(SW-813): More content page fixes 2024-11-07 15:20:50 +01:00
Erik Tiekstra edad4047ac fix(SW-741): UI fixes on contentpages and some components 2024-11-07 15:20:50 +01:00
Matilda Landström c7b61196cb Merged in feat/SW-337-hotel-page-ui (pull request #828)
Feat(SW-337): HotelPage UI fixes

Approved-by: Christian Andolf
Approved-by: Erik Tiekstra
Approved-by: Fredrik Thorsson
2024-11-05 09:52:39 +00:00
Christel Westerberg e2e2d786bd fix: add correct login button instead of sending everyone to my pages 2024-11-05 08:16:16 +01:00
Fredrik Thorsson f84866da45 feat(SW-762): add h5 level 2024-11-04 13:50:32 +01:00
Fredrik Thorsson fdd48ff48a style(SW-762): update styling for headings 2024-11-04 13:50:32 +01:00
Matilda Landström d5efaa686c Merged in feat/SW-286-collectionPage (pull request #765)
Feat(SW-286): CollectionPage

Approved-by: Erik Tiekstra
Approved-by: Fredrik Thorsson
2024-11-04 12:10:51 +00:00
Christel Westerberg 85fdefb5ac feat: save search params from select-rate to store 2024-10-30 15:47:20 +01:00
Fredrik Thorsson b841604e5e feat(SW-281): refactor 2024-10-28 15:54:26 +01:00
Fredrik Thorsson 2428e09fe5 feat(SW-281): use subtitle instead of title 2024-10-28 15:54:26 +01:00
Fredrik Thorsson 32c875a56c feat(SW-281): create hotellisting component 2024-10-28 15:54:26 +01:00
Linus Flood 0036fa1a68 Merged develop into feat/sw-700-designglitch-divider 2024-10-28 12:56:40 +00:00