Commit Graph

272 Commits

Author SHA1 Message Date
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
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
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
Simon Emanuelsson
99b14304d4 feat: add desktop ui to calendar 2024-09-27 17:51:27 +02:00
Erik Tiekstra
e43c4ce9e8 feat(SW-325): added translations 2024-09-27 10:07:31 +02:00
Simon Emanuelsson
af850c90e7 feat(SW-66, SW-348): search functionality and ui 2024-09-24 09:47:31 +02:00
Erik Tiekstra
e79f413003 feat(SW-325): added pois to the list and dynamic map 2024-09-18 15:22:31 +02:00