fix(LOY-391): changed back localize keys to the old ones to make less work for content
* fix(LOY-391): changed back localize keys to the old ones to make less work for content
Approved-by: Anton Gunnarsson
feat(LOY-291): New claim points flow for logged in users
* wip new flow
* More wip
* More wip
* Wip styling
* wip with a mutation
* Actually fetch booking data
* More styling wip
* Fix toast duration
* fix loading a11y maybe
* More stuff
* Add feature flag
* Add invalid state
* Clean up
* Add fields for missing user info
* Restructure files
* Add todos
* Disable warning
* Fix icon and border radius
Approved-by: Emma Zettervall
Approved-by: Matilda Landström
fix(BOOK-785): fix incorrect cache keys for contact config and hotel filters
* fix(BOOK-785): fix incorrect cache keys for contact config and hotel filters
fix(STAY-23): don't strikethrough price if only one room is cancelled (multiroom)
* fix(STAY-23): don't strikethrough price if only room is cancelled (multiroom)
Approved-by: Anton Gunnarsson
feat(BOOK-750): refactor booking endpoints
* WIP
* wip
* wip
* parse dates in UTC
* wip
* no more errors
* Merge branch 'master' of bitbucket.org:scandic-swap/web into chore/refactor-trpc-booking-routes
* .
* cleanup
* import named z from zod
* fix(BOOK-750): updateBooking api endpoint expects dateOnly, we passed ISO date
Approved-by: Anton Gunnarsson
Fix/point transaction link
* fix: only make stay transactions links
* fix: only make transaction of type stay and reward nights with a bookingUrl as links
Approved-by: Matilda Landström
Fix/book 769 booking widget ui bugs
* fixed text in serachList not wrapping properly
* fixed spacing on mobile searchList
* fixed close button icon color
* fix for issues with fixed vs sticky elements on scroll lock
Approved-by: Linus Flood
fix(LOY-391): uses transaction date if checkinDate does not exist
* fix(LOY-391): uses transaction date if checkinDate does not exist
* fix(LOY-391): changed date to datejs and fixed description for reward night and reward gift
* fix(LOY-391):use year transaction date
* fix(LOY-391): fixed date timezone and dt() instead of datejs()
* fix(LOY-391): small improv with year
* fix(LOY-391): utc fix
* fix(LOY-391): changed sorting order on transaction date
* fix(LOY-391): filter out transactions with 0 award points
Approved-by: Joakim Jäderberg
fix(LOY-600): remove 1 från address in edit profile
* fix(LOY-600): remove 1 från address in edit profile
Approved-by: Bianca Widstam
Approved-by: Erik Tiekstra
Approved-by: Anton Gunnarsson
Feat/LOY-584 L6 progressbar informational modal
* refactor(LOY-584): replace deprecated link
* feat(LOY-584): add info modal to progress bar
* fix(LOY-584): let labels overflow progress bar in mobile
Approved-by: Anton Gunnarsson
Feat(SW-3708): refactor contentstack fetching (removing all refs) and cache invalidation
* Remove all REFS
* Revalidate correct language
* PR fixes
* PR fixes
* Throw when errors from contentstack api
Approved-by: Joakim Jäderberg
chore: Add test script to redis-api package.json
* Add test script to redis-api package.json
Ensures knip understands test files aren't unused
Approved-by: Joakim Jäderberg
Refactor TripadvisorChip
* feat: create new StaticChip componeny
* refactor tripadvisor chip to use ChipStatic
* refactor: use TripadvisorChip everywhere
* fix: use withChipStatic
Approved-by: Erik Tiekstra