Commit Graph

1927 Commits

Author SHA1 Message Date
Fredrik Thorsson
aace50fb37 feat(SW-322): remove divs 2024-10-14 09:51:14 +02:00
Fredrik Thorsson
765c934307 feat(SW-322): fix typo 2024-10-14 09:51:14 +02:00
Fredrik Thorsson
af71bc3ec6 feat(SW-322): name change 2024-10-14 09:51:14 +02:00
Fredrik Thorsson
5d1bdd9cd8 feat(SW-322): refactor shortcuts list 2024-10-14 09:51:14 +02:00
Fredrik Thorsson
67a33c9dc8 feat(SW-322): variable name change 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
84a11d731a feat(SW-322): change output variable name 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
febd400c81 feat(SW-322): remove two component structure 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
f806f6176b feat(SW-322): move type to blocks folder 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
d4f86bd02e feat(SW-322): simplify condition 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
c1be1619da feat(SW-322): make Shortcut reusable component 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
2db756b738 feat(SW-322): fix typo 2024-10-14 09:51:13 +02:00
Fredrik Thorsson
5ea3410006 feat(SW-322): implement two column list 2024-10-14 09:51:13 +02:00
Linus Flood
81ece30a0d Merge branch 'develop' into feature/sw-561-design-fixes-2 2024-10-14 08:48:58 +02:00
Linus Flood
5075b72a9b More design fixes 2024-10-14 07:09:04 +02:00
Chuma McPhoy
e0121e7a17 fix: reuse currentWebHrefs for signup 2024-10-11 14:50:53 +02:00
Erik Tiekstra
84881ee16a feat(SW-391): Changes after PR 2024-10-11 14:48:37 +02:00
Erik Tiekstra
9620071c78 feat(SW-391): Added sidepeek functionality to teasercard 2024-10-11 14:48:37 +02:00
Linus Flood
a6a1ff1aa0 Moved maxwidth to hotelpage instead of layout 2024-10-11 14:31:43 +02:00
Michael Zetterberg
a5d9eb43c9 Merged in fix/service-token-error-handling (pull request #673)
fix: improve error handling

Approved-by: Christel Westerberg
Approved-by: Arvid Norlin
2024-10-11 11:57:43 +00:00
Linus Flood
1408284af8 feat:sw-561 updated design 2024-10-11 12:58:46 +02:00
Pontus Dreij
79a01ae699 Merged in fix/hotel-page-validation (pull request #675)
Fix validation on hotelData

Approved-by: Simon.Emanuelsson
2024-10-11 10:20:37 +00:00
Pontus Dreij
e723558870 fix: removed second validation since it is not needed 2024-10-11 12:15:11 +02:00
Simon Emanuelsson
f69c1c4cbf feat: handle redirects when searchparams are missing in steps 2024-10-11 10:51:25 +02:00
Simon.Emanuelsson
5ed940e01f Merged in fix/readd-translations (pull request #671)
fix: re-add translations lost because of rebase misses

Approved-by: Arvid Norlin
2024-10-11 08:50:17 +00:00
Simon Emanuelsson
f6239b6ce7 fix: re-add translations lost because of rebase misses 2024-10-11 10:47:15 +02:00
Michael Zetterberg
7bbb8915b3 fix: improve error handling
- Do not throw in onError callback for server client. This lets the originating error bubble to Next.js.
- Do not log errors inside the service token procedure, server client onError callback will log all procedure errors.
- Log errors for fetching service token failure.
2024-10-11 10:42:40 +02:00
Michael Zetterberg
bd2dc90f18 Merged in feat/gql-logging (pull request #668)
feat: add improved logging for graphql requests

Approved-by: Arvid Norlin
2024-10-11 08:33:46 +00:00
Erik Tiekstra
ed9c45b646 fix(SW-591): fixed the position of the amenities list 2024-10-11 10:19:46 +02:00
Pontus Dreij
393ac27369 Merge in fix/SW-592-booking-widget (pull request #665)
Fix/SW-592 booking widget
2024-10-11 06:54:51 +00:00
Pontus Dreij
7c4a880519 Merge in feat/SW-415-select-room-card (pull request #663)
Feat/SW-415 select room card
2024-10-11 06:48:57 +00:00
Linus Flood
4d5a9ec82c feat: #SW-561 Added max-width to layout again 2024-10-11 07:23:52 +02:00
Michael Zetterberg
8f40d57a0f feat: add improved logging for graphql requests 2024-10-10 17:50:16 +02:00
Christel Westerberg
2efffbeb28 Merged in feat/sw-571 (pull request #666)
Feat/SW-571 - Enter details validation

Approved-by: Simon.Emanuelsson
2024-10-10 14:53:13 +00:00
Christel Westerberg
c9684dee11 feat: add validation to enter details flow 2024-10-10 16:48:38 +02:00
Tobias Johansson
1bce311666 fix: race condition with booking confirmation being set in session storage 2024-10-10 15:55:51 +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
Pontus Dreij
2c6c978525 Merge remote-tracking branch 'origin/develop' into feat/SW-415-select-room-card 2024-10-10 14:35:38 +02:00
Pontus Dreij
98e8a048b4 fix(SW-592): Fix layout in mobile on select-hotel 2024-10-10 14:34:01 +02:00
Pontus Dreij
56193b0821 fix(SW-592): Show search in mobile 2024-10-10 14:26:48 +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
c69b473de1 feat(SW-415): Normalize roomSchema 2024-10-10 14:10:03 +02:00
Pontus Dreij
9d106713a0 feat(SW-415): Update typings 2024-10-10 13:38:05 +02:00
Erik Tiekstra
353ae5ec80 feat(SW-441): Updated sticky position of tabnavigation and map 2024-10-10 12:08:18 +02:00
Erik Tiekstra
4212f5c97b fix(SW-441): fixes after PR 2024-10-10 12:08:18 +02:00
Erik Tiekstra
d63e8856ec feat(SW-441): Added dynamic values for activities and faq to tabNavigation 2024-10-10 12:08:18 +02:00
Erik Tiekstra
275d85f482 feat(SW-441): Implemented useScrollSpy hook 2024-10-10 12:08:18 +02:00
Fredrik Thorsson
a567190080 feat(SW-441): add intersection observer 2024-10-10 12:08:18 +02: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