Commit Graph

2314 Commits

Author SHA1 Message Date
Pontus Dreij 6e1806fb29 fix(SW-705): Add path and searchparams to language switcher 2024-11-29 15:17:39 +01:00
Christel Westerberg 329d762917 fix: normalize page width 2024-11-29 14:58:27 +01:00
Christel Westerberg bdccce1d70 fix: header width and clamping 2024-11-29 14:58:27 +01:00
Linus Flood 6433f136b4 Fixed new tracking requirements 2024-11-29 13:01:03 +01:00
Fredrik Thorsson baecfdbfb4 feat(SW-914): add parking list component 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 0b4710f380 feat(SW-914): add enum 2024-11-29 12:55:46 +01:00
Fredrik Thorsson 3524b62f6c feat(SW-914): add parking logic 2024-11-29 12:55:46 +01:00
Fredrik Thorsson d2e214ed6c feat(SW-914): update parking design 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 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 3d78bdd671 fix(SW-978) Checks for null data on hotels 2024-11-29 09:41:24 +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
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 267a47c61a Merge branch 'master' into feat/sw-929-release-preps 2024-11-27 19:13:21 +01:00
Christel Westerberg f5990998db fix: add hotel header to enter details flow 2024-11-27 15:59:12 +01:00
Christel Westerberg 439bc13e65 fix: close summary sheet 2024-11-27 13:39:09 +01:00
Simon Emanuelsson ccb15593ea feat: merge stores, fix auto navigation, split summary 2024-11-27 10:20:14 +01:00
Niclas Edenvin a69d14ff61 Merged in fix/sw-1011-calendar (pull request #975)
fix(SW-1011): when only choosing one date on mobile

* fix(SW-1011): when only choosing one date on mobile

When choosing only from date on mobile the to date is set to the next
day. This was only the case on desktop before, no it's on mobile too.

* Remove unnecessary dependency


Approved-by: Pontus Dreij
Approved-by: Hrishikesh Vaipurkar
2024-11-27 08:38:29 +00:00
Erik Tiekstra 27f48bcc7e feat(SW-713): Added sidepeek functionality for rooms 2024-11-27 07:54:40 +01:00