Matilda Landström
d78218801f
fix(SW-302): add facility ID enum
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
a12eea5493
refactor(SW-302): split upp function into two
2024-10-08 08:53:41 +02:00
Matilda Landström
32c9e73ba9
fix(SW-302): remove comments
2024-10-08 08:53:41 +02:00
Matilda Landström
72c961eabf
refactor(SW-302): code cleanup
2024-10-08 08:53:41 +02:00
Matilda Landström
2438d04f43
refactor(SW-302): cleanup
2024-10-08 08:53:41 +02:00
Matilda Landström
6c88d3431a
chore(SW-302): add dynamic restaurant title
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
02cb03f154
refactor(SW-302): update naming
2024-10-08 08:53:41 +02:00
Matilda Landström
369710b0a7
fix(SW-302): add fallback title
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
Matilda Landström
8d5ed30fc4
mock JSON file
2024-10-08 08:53:41 +02:00
Christel Westerberg
44747058d0
fix: loyalty levels fetch in rsc for mobile menu
...
fix: get loyalty level in rsc
fix: typo
2024-10-08 08:25:44 +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
af8d1b8d6e
feat(SW-350): split input styles in booking widget
2024-10-07 15:38:05 +02:00
Pontus Dreij
836ab559f0
feat(SW-350): split input styles in booking widget
2024-10-07 15:18:04 +02:00
Pontus Dreij
f8127c4875
feat(SW-350): split input styles in booking widget
2024-10-07 15:17:18 +02:00
Linus Flood
915657bf15
Fix for current navigation
2024-10-07 14:33:08 +02:00
Linus Flood
801da50120
Remove unnecessary css
2024-10-07 14:22:43 +02:00
Pontus Dreij
2650b3d5d7
feat(SW-350): fix merge conflicts
2024-10-07 14:18:04 +02:00
Pontus Dreij
795f4f218b
feat(SW-350): fix merge conflicts
2024-10-07 14:13:05 +02:00
Pontus Dreij
4a83ecae74
feat(SW-350): fix merge conflicts
2024-10-07 14:12:04 +02:00
Linus Flood
158472524f
More design fixes
2024-10-07 14:10:25 +02:00
Erik Tiekstra
676b763e67
fix(SW-272): now closing on click outside and also closing the mobile menu when changing to screensizes larger than mobile
2024-10-07 14:04:28 +02:00
Pontus Dreij
f16f62e1d1
feat(sw-350): Fixed merge conflict
2024-10-07 13:45:33 +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
Tobias Johansson
184aa29142
Merged in feat/SW-475-enter-details-header (pull request #630 )
...
Feat/SW-475 enter details header
* feat(SW-475): updated hotel mock data to reflect api
* feat(SW-475): Added hotel selection header with sidepeek buttons
* fix(SW-475): fixes from PR
* fix(SW-475): changed intl string
Approved-by: Arvid Norlin
2024-10-07 13:44:28 +02:00
Pontus Dreij
f7f4f9efa8
feat(SW-350): Implemented tooltip and booking widget tablet design
2024-10-07 13:44:25 +02:00
Pontus Dreij
b9410327a4
feat(SW-350): Update design for booking widget
2024-10-07 13:43:15 +02:00
Simon Emanuelsson
a5400c1498
feat: guest information form enter details
2024-10-07 13:41:46 +02:00
Pontus Dreij
6bcb7a6126
feat(SW-350): updated BookingWidgetType
2024-10-07 11:04:44 +02:00
Pontus Dreij
e776b1552a
feat(SW-350): Fix PR comments
2024-10-07 10:51:52 +02:00
Linus Flood
ed55f966c7
feat/sw-561: some design tweaks for container widths
2024-10-07 09:17:04 +02:00
Simon Emanuelsson
451d461c7f
feat: guest information form enter details
2024-10-07 08:12:07 +02:00
Pontus Dreij
6338c77a0d
feat(SW-350): Removed max-width
2024-10-04 15:26:37 +02:00
Pontus Dreij
d23e279d6c
Merge remote-tracking branch 'remotes/origin/develop' into feat/SW-350-booking-widget-ui
2024-10-04 13:38:05 +02:00
Pontus Dreij
b83103cb54
feat(SW-350): removed dublicaded translation
2024-10-04 12:40:18 +02:00
Tobias Johansson
9b160c2222
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:38:49 +02:00
Pontus Dreij
dde7fb1fd8
feat(SW-350): Implemented tooltip and booking widget tablet design
2024-10-04 12:38:49 +02:00
Tobias Johansson
2ddc735ab5
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:38:49 +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
18a1649bdf
Merged in feat/SW-475-enter-details-header (pull request #630 )
...
Feat/SW-475 enter details header
* feat(SW-475): updated hotel mock data to reflect api
* feat(SW-475): Added hotel selection header with sidepeek buttons
* fix(SW-475): fixes from PR
* fix(SW-475): changed intl string
Approved-by: Arvid Norlin
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
Tobias Johansson
869c9b67b8
Merged in feat/SW-475-enter-details-header (pull request #630 )
...
Feat/SW-475 enter details header
* feat(SW-475): updated hotel mock data to reflect api
* feat(SW-475): Added hotel selection header with sidepeek buttons
* fix(SW-475): fixes from PR
* fix(SW-475): changed intl string
Approved-by: Arvid Norlin
2024-10-03 07:42:26 +00:00
Pontus Dreij
04406d3865
feat(SW-350): Update design for booking widget
2024-10-02 15:51:37 +02:00
Pontus Dreij
d58c77493a
feat(SW-350): Update design for booking widget
2024-10-02 15:36:58 +02:00