Commit Graph

172 Commits

Author SHA1 Message Date
Pontus Dreij 62cf5dab80 feat(sw-453): fixed pr comments and default filter 2024-10-29 11:15:06 +01:00
Pontus Dreij 917f44f323 feat(sw-453): fixed mobile view and some improvements 2024-10-29 11:15:03 +01:00
Pontus Dreij 8da94fc259 feat(SW-453): Fixed new filter buttons and updated price in summary 2024-10-29 11:12:32 +01:00
Pontus Dreij 7b36139684 feat(sw-453): implemented filter from packages 2024-10-29 11:10:27 +01:00
Pontus Dreij 260c9096f6 feat(sw-453): fixed lang files 2024-10-29 11:10:26 +01:00
Pontus Dreij fc63a8e5ca feat(SW-453) added filter options 2024-10-29 11:10:26 +01:00
Pontus Dreij aea963740b feat(sw-453): Added selected types count 2024-10-29 11:10:26 +01:00
Chuma McPhoy 6c56fbc313 fix(SW-667): update translations based on content team requirements 2024-10-29 10:39:07 +01:00
Chuma McPhoy 8219ff1931 fix(SW-667): proper contact padding on mobile + translations 2024-10-29 10:39:07 +01:00
Niclas Edenvin 0efa52ada5 Merged in feat/sw-587-sidepeek-for-room (pull request #767)
Create the sidepeek for a specific roomtype. This also changes the lightbox to use react-aria instead of radix-ui, so we use the same for the lightbox and the sidepeek. Works better together!


Approved-by: Bianca Widstam
2024-10-25 14:11:06 +00:00
Christian Andolf b6cb3855c2 refactor(SW-556): added a few missing pieces like translations and properties.
removed unneeded changes
2024-10-25 14:02:32 +02:00
Christian Andolf dcfa0d9bd8 chore(SW-556): sort dictionaries 2024-10-25 14:02:32 +02:00
Christian Andolf 3206319254 feat(SW-556): add surprise notification component 2024-10-25 14:02:32 +02:00
Simon Emanuelsson 2d23f9bbf3 feat: booking confirmation page with hardcoded data 2024-10-23 11:56:02 +02:00
Tobias Johansson b33381d1b4 Merged in feat/SW-588-payment-saved-card (pull request #697)
feat(SW-588): Added saved card to payment step

* feat(SW-588): Added saved card to payment step

* feat(SW-588): Add proper label for saved card

* feat(SW-588): fix from PR feedback

* feat(SW-588): Add preloading of data

* feat(SW-588): remove onChange logic for PaymentOption

* feat(SW-588): moved payment files to correct folder

* feat(SW-588): moved preload to layout

* fix: remove unused prop


Approved-by: Simon.Emanuelsson
2024-10-21 10:39:19 +00:00
Hrishikesh Vaipurkar 5f00b50fe5 feat: SW-641 Updated UI mobile view 2024-10-17 17:06:23 +02:00
Christel Westerberg 74c2a9d1e1 feat: add conditional signup values 2024-10-16 16:58:05 +02:00
Matilda Landström b0d5415d03 chore(SW-194): add translations 2024-10-16 13:55:05 +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
Hrishikesh Vaipurkar b2290b7ad3 feat: SW-276 Optimized code removed vanilla implmentation 2024-10-15 12:00:25 +02:00
Hrishikesh Vaipurkar 4c82add3bc feat: SW-276 Updated plurals for labels 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 24f7bc290d feat: SW-276 Implemented Guests and rooms picker 2024-10-15 12:00:18 +02:00
Simon Emanuelsson f69c1c4cbf feat: handle redirects when searchparams are missing in steps 2024-10-11 10:51:25 +02:00
Simon Emanuelsson f6239b6ce7 fix: re-add translations lost because of rebase misses 2024-10-11 10:47:15 +02:00
Pontus Dreij 7c3ff7f94e Merge remote-tracking branch 'origin/develop' into feat/SW-415-select-room-card 2024-10-10 14:45:35 +02:00
Tobias Johansson 740419bad2 Merged in feat/SW-459-payment-flow-ui-ux (pull request #657)
Feat/SW-459 payment flow ui ux

* feat(SW-431): List payment methods and handle booking status and redirection

* feat(SW-431): small fix

* fix(SW-431): Added intl string and sorted dictionaries

* fix(SW-431): add todo comments

* feat(SW-459): Added payment method icons

* feat(SW-459): refactored into new component and added form

* feat(SW-459): Localized strings

* feat(SW-459): added checkbox

* feat(SW-459): Refactored payment options and updated payment form

* feat(SW-459): update input bg color

* feat(SW-459): add current web links and style fixes

* fix(SW-459): fix issue with booking confirmation not being accessible

* feat(SW-459): style changes

* feat(SW-459): update max width of payment container

* feat(SW-459): update create booking schema

* feat(SW-459): fixes from PR


Approved-by: Arvid Norlin
2024-10-10 12:20:41 +00:00
Pontus Dreij 1d4947ecb6 feat(SW-415): Fix merge issues 2024-10-10 11:08:58 +02:00
Pontus Dreij 7cfea83be5 Merge remote-tracking branch 'origin/develop' into feat/SW-415-select-room-card 2024-10-10 10:58:04 +02:00
Pontus Dreij 4c06a1b98d feat(SW-415): Added content from API 2024-10-10 10:48:02 +02:00
Pontus Dreij 87547bf128 feat(SW-415): Update Room card UI 2024-10-10 10:47:58 +02:00
Simon Emanuelsson 7c5205e7cf feat: add summary card 2024-10-10 10:47:09 +02:00
Chuma McPhoy c21a0cd18b fix(SW-360): redirect verify step when authed as well 2024-10-10 10:47:09 +02:00
Chuma McPhoy bf8976c24c feat(SW-360): Add signup verification route w. tracking for login 2024-10-10 10:47:09 +02:00
Chuma McPhoy fe198b5fc5 feat(SW-360): register form headings and styling fixes 2024-10-10 10:47:05 +02:00
Tobias Johansson aa9475ce12 feat(SW-360): Added register form with server action 2024-10-10 10:46:47 +02:00
Tobias Johansson c5c4f8e7e7 feat(SW-360): Refactored NewPassword input 2024-10-10 10:46:31 +02:00
Simon Emanuelsson eeae38ec1d feat: add selected room card 2024-10-10 10:46:28 +02:00
Chuma Mcphoy (We Ahead) 11d9dd9025 Merged develop into feat/SW-360-signup-flow 2024-10-10 07:56:16 +00:00
Simon Emanuelsson a84940aa8f feat: add summary card 2024-10-10 09:11:52 +02:00
Chuma McPhoy 01b1d195ee fix(SW-360): redirect verify step when authed as well 2024-10-10 08:59:33 +02:00
Chuma McPhoy 1f6fd4e980 feat(SW-360): Add signup verification route w. tracking for login 2024-10-10 08:59:33 +02:00
Chuma McPhoy e1d6dd9282 feat(SW-360): register form headings and styling fixes 2024-10-10 08:59:33 +02:00
Tobias Johansson e086857072 feat(SW-360): Added register form with server action 2024-10-10 08:59:33 +02:00
Tobias Johansson 9435059097 feat(SW-360): Refactored NewPassword input 2024-10-10 08:59:33 +02:00
Simon Emanuelsson cc60b4d264 feat: add selected room card 2024-10-09 13:36:55 +02:00
Pontus Dreij 79442d80b8 feat(SW-415): Update Room card UI 2024-10-09 11:03:33 +02:00
Christel Westerberg f72f3a40ee fix: add forms in accordions 2024-10-08 11:42:06 +02:00
Pontus Dreij edf948e341 Merge develop 2024-10-08 10:56:02 +02:00