Commit Graph

122 Commits

Author SHA1 Message Date
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
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
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
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
4c06a1b98d feat(SW-415): Added content from API 2024-10-10 10:48:02 +02:00
Simon Emanuelsson
7c5205e7cf feat: add summary card 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
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
Simon Emanuelsson
372ec171f5 feat: breakfast choice 2024-10-08 09:59:48 +02:00
Simon Emanuelsson
e6b22b81f4 feat: select bed type 2024-10-08 09:58:10 +02:00
Matilda Landström
c12fb9f125 fix(SW-302): remove unused translation 2024-10-08 08:53:41 +02:00
Matilda Landström
d55644db7c fix(SW-302): plural translations 2024-10-08 08:53:41 +02:00
Matilda Landström
1d8319bfcb fix(SW-302): fixes after rebase 2024-10-08 08:53:41 +02:00
Matilda Landström
ea11d3d9b0 fix(SW-302): update translations 2024-10-08 08:53:41 +02:00
Matilda Landström
86dd3c04ed feat(SW-302): switch out mock data for facility cards 2024-10-08 08:53:41 +02:00
Christel Westerberg
2886084a82 feat: add communication preferences
feat: add generatePreferencesLink

feat: add subscriberId endpoint
2024-10-08 08:25:44 +02:00
Pontus Dreij
4a83ecae74 feat(SW-350): fix merge conflicts 2024-10-07 14:12:04 +02:00
Tobias Johansson
9ff4e84ed6 Merged in feat/SW-431-payment-flow (pull request #635)
Feat/SW-431 payment flow

* feat(SW-431): Update mock hotel data

* feat(SW-431): Added route handler and trpc routes

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

* feat(SW-431): Updated booking page to poll for booking status

* feat(SW-431): Updated create booking contract

* feat(SW-431): small fix

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

* fix(SW-431): Changes from PR

* fix(SW-431): fixes from PR

* fix(SW-431): add todo comments

* fix(SW-431): update schema prop

Approved-by: Simon.Emanuelsson
2024-10-07 13:45:31 +02:00
Simon Emanuelsson
a5400c1498 feat: guest information form enter details 2024-10-07 13:41:46 +02:00
Simon Emanuelsson
451d461c7f feat: guest information form enter details 2024-10-07 08:12:07 +02:00
Matilda Landström
e0abbef112 fix: "as of today" translation corrections 2024-10-04 12:36:18 +02:00
Tobias Johansson
d44451d2dc Merged in feat/SW-431-payment-flow (pull request #635)
Feat/SW-431 payment flow

* feat(SW-431): Update mock hotel data

* feat(SW-431): Added route handler and trpc routes

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

* feat(SW-431): Updated booking page to poll for booking status

* feat(SW-431): Updated create booking contract

* feat(SW-431): small fix

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

* fix(SW-431): Changes from PR

* fix(SW-431): fixes from PR

* fix(SW-431): add todo comments

* fix(SW-431): update schema prop

Approved-by: Simon.Emanuelsson
2024-10-04 12:23:31 +02:00
Matilda Landström
c7e829cd02 fix: "as of today" translation corrections 2024-10-04 12:20:48 +02:00
Tobias Johansson
4103e3fb37 Merged in feat/SW-431-payment-flow (pull request #635)
Feat/SW-431 payment flow

* feat(SW-431): Update mock hotel data

* feat(SW-431): Added route handler and trpc routes

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

* feat(SW-431): Updated booking page to poll for booking status

* feat(SW-431): Updated create booking contract

* feat(SW-431): small fix

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

* fix(SW-431): Changes from PR

* fix(SW-431): fixes from PR

* fix(SW-431): add todo comments

* fix(SW-431): update schema prop


Approved-by: Simon.Emanuelsson
2024-10-04 09:37:09 +00:00
Pontus Dreij
aee9e94f7a feat(SW-350): Implemented tooltip and booking widget tablet design 2024-10-04 10:00:52 +02:00
Matilda Landström
105f721dc9 fix: "as of today" translation corrections 2024-10-03 10:55:42 +02:00
Simon Emanuelsson
1380dec6e3 feat: add mobile ui to calendar 2024-10-02 11:50:56 +02:00