Commit Graph

4118 Commits

Author SHA1 Message Date
Michael Zetterberg 50576b5e15 Merged in fix/edit-profile-newpassword-optional (pull request #706)
fix: new password not required for edit profile
2024-10-16 10:45:15 +00:00
Michael Zetterberg c1a3b9ae8a fix: visibility toggle for new password disabled on edit profile 2024-10-16 12:05:08 +02:00
Michael Zetterberg 6be0510927 fix: new password can be optional when submitting edit profile 2024-10-16 11:35:43 +02:00
Michael Zetterberg e78847d743 chore: update-browserslist-db to latest 2024-10-16 11:20:09 +02:00
Michael Zetterberg b7e0590339 fix: edit profile date of birth selection 2024-10-16 11:15:00 +02:00
Michael Zetterberg 9a0e1fae9d fix: new password not required for edit profile 2024-10-16 10:53:27 +02:00
Michael Zetterberg 4fdefcd270 Merged in fix/feature-flag-communications (pull request #685)
fix: feature flag communications settings in profile

Approved-by: Christian Andolf
2024-10-16 08:52:35 +00:00
Michael Zetterberg 7faf50217b Merged in fix/feature-flag-expiring-points (pull request #689)
fix: feature flag expiring points

Approved-by: Christian Andolf
2024-10-16 08:52:09 +00:00
Michael Zetterberg adf8e21224 Merged in feat/improve-env (pull request #701)
Feat/improve env
2024-10-16 08:51:32 +00:00
Arvid Norlin 9c940f54e9 fix: add code lost in rebase 2024-10-16 10:34:12 +02:00
Arvid Norlin b1beb7931a fix: remove redundant DialogTrigger from SidePeek 2024-10-16 10:26:10 +02:00
Arvid Norlin 103dcc7f1e feat(SW-472): Add EnterDetails SidePeek 2024-10-16 10:26:10 +02:00
Michael Zetterberg 261d1bc3c7 fix(SW-126): feature flag communications settings in profile 2024-10-16 07:30:45 +02:00
Michael Zetterberg 3040b0fcb8 fix: feature flag expiring points 2024-10-16 07:30:28 +02:00
Michael Zetterberg 55df33d26c fix: throw on errors in api tier rewards 2024-10-16 07:30:04 +02:00
Michael Zetterberg 4a846540c3 feat: improve handling of deployment env vars
These are now defined in Netlify UI for dedicated environments (test, stage, production):

AUTH_URL
NEXTAUTH_URL
PUBLIC_URL

Code now falls back to incoming request host. Mainly used for
deployment previews which do not have Akamai in front, meaning
we do not need the above workaround as incoming request host
matches the actual public facing host. When Akamai is in front,
we lose the public facing host in Netlify's routing layer as they
internally use `x-forwarded-for` and we can't claim it for our usage.
2024-10-15 17:03:36 +02:00
Pontus Dreij fd3cd053a2 feat(sw-452): Implement select room form submit 2024-10-15 15:48:23 +02:00
Pontus Dreij 3a3491c534 Merged in fix/sw-350-booking-widget-ui-fixes (pull request #683)
Fix/sw 350 booking widget ui fixes

Approved-by: Simon.Emanuelsson
2024-10-15 11:23:41 +00:00
Fredrik Thorsson f7ca40be7a feat(SW-439): import type 2024-10-15 13:09:45 +02:00
Fredrik Thorsson 4eac289722 feat(SW-439): remove columns key from interface 2024-10-15 13:09:45 +02:00
Fredrik Thorsson 5858ac6976 feat(SW-439): use existing type 2024-10-15 13:09:45 +02:00
Fredrik Thorsson 8ea7eafb37 feat(SW-439): add support for one column grid 2024-10-15 13:09:45 +02:00
Hrishikesh Vaipurkar b2290b7ad3 feat: SW-276 Optimized code removed vanilla implmentation 2024-10-15 12:00:25 +02:00
Hrishikesh Vaipurkar adb63a827e feat: SW-276 Updated UI and implement add room blocked tooltip 2024-10-15 12:00:24 +02:00
Hrishikesh Vaipurkar cefed89ae5 feat: SW-276 Updated UI as per design 2024-10-15 12:00:24 +02:00
Hrishikesh Vaipurkar b8f7f91fb4 feat: SW-276 Optimized code 2024-10-15 12:00:23 +02:00
Hrishikesh Vaipurkar d52a347904 feat: SW-276 Optimized code 2024-10-15 12:00:23 +02:00
Hrishikesh Vaipurkar f1f1434c9d feat: SW-276 Optimized code 2024-10-15 12:00:22 +02:00
Hrishikesh Vaipurkar 2c6ef3fea7 feat: SW-276 Optimized code 2024-10-15 12:00:22 +02:00
Hrishikesh Vaipurkar ad42440817 feat: SW-276 SW-565 Updated UI 2024-10-15 12:00:21 +02:00
Hrishikesh Vaipurkar 9dbd10afdd feat: SW-276 Optimized code 2024-10-15 12:00:21 +02:00
Hrishikesh Vaipurkar 4c82add3bc feat: SW-276 Updated plurals for labels 2024-10-15 12:00:20 +02:00
Hrishikesh Vaipurkar 770c82e57a feat: SW-276 Implemented Store usage 2024-10-15 12:00:20 +02:00
Hrishikesh Vaipurkar 8a04f840a2 feat: SW-276 Optimized code 2024-10-15 12:00:20 +02:00
Hrishikesh Vaipurkar 510880d697 feat: SW-276 Updated translations 2024-10-15 12:00:19 +02:00
Hrishikesh Vaipurkar a7167dde6a feat: SW-276 Implemented child age validation 2024-10-15 12:00:19 +02:00
Hrishikesh Vaipurkar 24f7bc290d feat: SW-276 Implemented Guests and rooms picker 2024-10-15 12:00:18 +02:00
Pontus Dreij 4089d8d8d6 fix(sw-350): reverted unnecessary state 2024-10-15 11:54:56 +02:00
Pontus Dreij f4be831a78 Merged in fix/sw-589-room-summary (pull request #696)
fix(sw-589): Correct type

Approved-by: Simon.Emanuelsson
2024-10-15 08:52:28 +00:00
Pontus Dreij 3996ffa5fe fix(sw-589): Correct type 2024-10-15 10:47:38 +02:00
Pontus Dreij f6f529017e fix(sw-589): Correct type 2024-10-15 10:44:19 +02:00
Simon.Emanuelsson 12b107abf2 Merged in fix/clean-up-redirects (pull request #695)
fix: redirect clean up

Approved-by: Arvid Norlin
2024-10-15 08:43:31 +00:00
Pontus Dreij cad38a3160 Merged in feat/SW-589-room-summary (pull request #693)
feat(SW-589): Room selection summary

Approved-by: Niclas Edenvin
2024-10-15 08:39:49 +00:00
Pontus Dreij cd5b9e7648 feat(sw-589): cleanups and PR comment fixes 2024-10-15 10:28:32 +02:00
Pontus Dreij 0f27d3b2b5 feat(SW-589): break out RateSummary 2024-10-15 09:52:50 +02:00
Pontus Dreij cae11a80a7 fix(sw-350): cleanups and PR comment fixes 2024-10-15 09:34:52 +02:00
Pontus Dreij fcd226973c fix(sw-350): changed to data-open 2024-10-15 09:19:16 +02:00
Pontus Dreij 3d637e8c3f fix(sw-350): select dates backwards 2024-10-15 09:17:16 +02:00
Pontus Dreij 27058dedba fix(sw-350): removed console log 2024-10-15 09:13:13 +02:00
Pontus Dreij b3b26be83c fix(sw-350): fixed ui-comments for calendar, search and widget 2024-10-15 09:13:13 +02:00