Commit Graph

4424 Commits

Author SHA1 Message Date
Fredrik Thorsson 7b68bc7ac7 feat(SW-914): remove optional 2024-11-29 12:55:46 +01:00
Fredrik Thorsson b889787606 feat(SW-914): type change 2024-11-29 12:55:46 +01:00
Fredrik Thorsson ae01146376 feat(SW-914): import type 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 083811ff16 feat(SW-914): change filter function 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 0cd9c33512 feat(SW-914): add accessibility component 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 384f044dac feat(SW-914): back on track 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 43f9a21a47 feat(SW-914): fix merge hickup 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 37fda8f1ab feat(SW-914): merge changes 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 9b208d01ea feat(SW-914): add parking prices component 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 29e56d35eb feat(SW-914): add checkin information 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 65aa5f37ae feat(SW-914): add parking 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 0d7874d1c7 feat(SW-914): refactor 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 38a1f556cf feat(SW-914): add accordion components 2024-11-29 12:55:45 +01:00
Fredrik Thorsson 49c6de2e04 feat(SW-914): add correct import 2024-11-29 12:55:45 +01:00
Fredrik Thorsson 55628f903a feat(SW-914): fix typos 2024-11-29 12:55:45 +01:00
Fredrik Thorsson 69e285d449 feat(SW-914): remove placholder values 2024-11-29 12:55:45 +01:00
Fredrik Thorsson ae74f88e04 feat(SW-914): add button color 2024-11-29 12:55:45 +01:00
Fredrik Thorsson 2b29a03d3c feat(SW-914): remove fragment 2024-11-29 12:55:45 +01:00
Fredrik Thorsson 30cd68509c feat(SW-914): add button 2024-11-29 12:55:45 +01:00
Fredrik Thorsson ee622b07cb feat(SW-914): add amenities sidepeek 2024-11-29 12:55:45 +01:00
Linus Flood b424cf7bc4 Fixed tracking pageViewStart on hard reload 2024-11-29 12:49:19 +01:00
Chuma McPhoy b80d75a63a fix(SW-1095): default to swedish country code if page in english 2024-11-29 12:18:24 +01:00
Chuma McPhoy da824ee2b4 fix(SW-1095): add type to imports 2024-11-29 10:39:10 +01:00
Chuma McPhoy 4da0918469 fix(SW-1095): set country code based on url lang when phone input empty 2024-11-29 10:34:07 +01:00
Christian Andolf dde953c270 Merged in fix/incorrect-letter-spacing (pull request #982)
fix: corrected some letter-spacing values since percentage is not allowed

Approved-by: Matilda Landström
2024-11-29 09:23:10 +00:00
Christian Andolf b6e974ad4e fix: corrected some letter-spacing values since percentage is not allowed 2024-11-29 09:17:03 +00:00
Pontus Dreij 289d43b326 fix(SW-978): Small fixes 2024-11-29 09:56:25 +01:00
Pontus Dreij 558efba23d Reset the error and refresh the page when the search params change, to support the booking widget that is using router.push to navigate to the booking flow page 2024-11-29 09:41:25 +01:00
Pontus Dreij 3d78bdd671 fix(SW-978) Checks for null data on hotels 2024-11-29 09:41:24 +01:00
Pontus Dreij 4de3f4717c fix(SW-978): Fallback if no room is selected in URL 2024-11-29 09:38:58 +01:00
Linus Flood 0958c626c6 Age and bed for children 2024-11-29 08:48:39 +01:00
Linus Flood 1fb90ba9bd More props to track in enter details 2024-11-29 08:36:21 +01:00
Hrishikesh Vaipurkar 7d68dbaab2 fix: SW-1040 Fixed ref issue by removing extra props 2024-11-28 18:06:44 +01:00
Hrishikesh Vaipurkar dd0a699e4a fix: SW-1040 Updated fields clickable area 2024-11-28 18:04:15 +01:00
Linus Flood 43b38bf894 Merge master 2024-11-28 13:37:45 +01:00
Linus Flood 86ddd79a38 Change current header z-index so widget/gallery/sidepeek close button works on mobile 2024-11-28 12:38:22 +01:00
Hrishikesh Vaipurkar 5650538731 fix: SW-1010 Fixed naming conventions 2024-11-28 09:24:44 +01:00
Hrishikesh Vaipurkar 544cb1687d fix: SW-1010 Fixed default open state 2024-11-28 09:24:44 +01:00
Hrishikesh Vaipurkar 65f3ac7325 fix: SW-1010 Optimized code 2024-11-28 09:24:44 +01:00
Hrishikesh Vaipurkar e4c58d2b30 fix: SW-1010 Fixed picker closed with invalid data 2024-11-28 09:24:44 +01:00
Hrishikesh Vaipurkar bf60306236 fix: SW-1010 Fixed low screen height accessibility issue 2024-11-28 09:24:44 +01:00
Christel Westerberg 8a0ba71bc7 fix: remove feature flags 2024-11-28 09:19:04 +01:00
Christel Westerberg 5ef019b05a fix: readd confirmation page temporarily 2024-11-28 09:19:04 +01:00
Linus Flood 3318d31ec8 Fixed map page 2024-11-28 09:09:44 +01:00
Tobias Johansson 9b90e99adf Merged in feat/SW-1007-saved-cards-filtering (pull request #980)
Feat/SW-1007 saved payment cards now shown based on supported cards by hotel

* fix(SW-1007): refactored savedCards to only show supported payment cards

* fix(SW-1007): show error message even if metadata is null

* fix: merge changes that were missed

* fix: remove use server


Approved-by: Christel Westerberg
2024-11-28 08:08:39 +00:00
Bianca Widstam 8f3d203b70 Merged in fix/SW-1041-design-feedback-select-hotel (pull request #986)
fix(SW-1041): fix UI design feedback

* fix(SW-1041): fix UI design feedback

* fix(SW-1041): small fix

* fix(SW-1041): add filter and sort badge

* fix(SW-1041): update activefilter when entering map view

* fix(SW-1041): create hook with activefilters

* fix(SW-1041): hook only sets filter

* fix(SW-1041): fix padding breadcrumbs

* fix(SW-1041): rename hook

* fix(SW-1041): fix double scroll


Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin
2024-11-28 07:42:52 +00:00
Linus Flood 4a11833b4d Refactor 2024-11-27 21:46:39 +01:00
Linus Flood 31540d0d40 Refactor and fixed bug 2024-11-27 19:51:15 +01:00
Linus Flood 267a47c61a Merge branch 'master' into feat/sw-929-release-preps 2024-11-27 19:13:21 +01:00
Linus Flood 61696a0586 Merged master into fix/add-missing-cache 2024-11-27 18:10:24 +00:00