Bianca Widstam
dc18589afe
Merged in fix/isostring-error (pull request #3386 )
...
fix: isostring
* fix: isostring
Approved-by: Joakim Jäderberg
2026-01-05 09:21:30 +00:00
Bianca Widstam
57d0e1b27b
Merged in fix/BOOK-662-handle-overlapping-dates-timezone (pull request #3319 )
...
Fix/BOOK-662 handle overlapping dates timezone
* fix(BOOK-662): handle overlapping dates alerts
* fix(BOOK-662): handle overlapping dates alerts
* fix(BOOK-662): add test same dates
Approved-by: Anton Gunnarsson
2025-12-19 14:03:30 +00:00
Linus Flood
40e1efa81f
Merged in feat/SW-3688-nerbyhotels (pull request #3372 )
...
feat(SW-3688): remove nearbyHotels prop/fetch from hotelscheme
* feat(SW-3688): remove nearbyHotels prop/fetch from hotelscheme
* Cleanup
Approved-by: Joakim Jäderberg
2025-12-18 13:43:56 +00:00
Erik Tiekstra
a9c1a91134
fix(BOOK-599): Filtering on correct values for hotel pages now and added comments
...
Approved-by: Matilda Landström
2025-12-05 06:31:17 +00:00
Matilda Landström
51036d2f70
Merged in feat/LOY-485-remove-api-attributes (pull request #3190 )
...
feat(LOY-485): remove isLackingCribs and isLackingExtraBeds
* feat(LOY-485): remove isLackingCribs and
Approved-by: Linus Flood
2025-11-20 14:18:42 +00:00
Matilda Landström
8f813eb9e7
Merged in feat/SW-3163-remove-openinghours-name (pull request #2735 )
...
feat(SW-3163): update opening hours schema name/nameEnglish
* feat(SW-3163): remove name
* fix(SW-3163): update schemas
Approved-by: Erik Tiekstra
2025-09-04 14:18:57 +00:00
Erik Tiekstra
92cb3f3663
fix(SW-3307): Filtered out duplicate facilities from hotel response
...
Approved-by: Matilda Landström
2025-08-29 13:00:25 +00:00
Hrishikesh Vaipurkar
44fce176e9
Merged in chore/SW-3246-move-alert-to-design-system (pull request #2698 )
...
chore(SW-3246): Moved Alert component into design system
* chore(SW-3246): Moved Alert component into design system
* chore(SW-3246): Optimsed code and imports
* chore(SW-3246): Moved type AlertTypeEnum and other to common package
Approved-by: Anton Gunnarsson
2025-08-26 11:22:38 +00:00
Matilda Landström
4c9605ef3f
Merged in fix/SW-2528 (pull request #2688 )
...
fix(SW-2528): get correct restaurant type
* fix(SW-2528): get correct type
Approved-by: Erik Tiekstra
2025-08-26 06:38:40 +00:00
Erik Tiekstra
8180271b0f
fix(SW-3203): Added property id to pointOfInterestSchema to handle identical names
...
Approved-by: Matilda Landström
Approved-by: Chuma Mcphoy (We Ahead)
2025-08-26 05:58:25 +00:00
Joakim Jäderberg
c54c1ec540
Merged in SW-3270-move-interactive-map-to-design-system-or-booking-flow (pull request #2681 )
...
SW-3270 move interactive map to design system or booking flow
* wip
* wip
* merge
* wip
* add support for locales in design-system
* add story for HotelCard
* setup alias
* .
* remove tracking from design-system for hotelcard
* pass isUserLoggedIn
* export design-system-new-deprecated.css from design-system
* Add HotelMarkerByType to Storybook
* Add interactive map to Storybook
* fix reactintl in vitest
* rename env variables
* .
* fix background colors
* add storybook stories for <Link />
* merge
* fix tracking for when clicking 'See rooms' in InteractiveMap
* Merge branch 'master' of bitbucket.org:scandic-swap/web into SW-3270-move-interactive-map-to-design-system-or-booking-flow
* remove deprecated comment
Approved-by: Anton Gunnarsson
2025-08-25 11:26:16 +00:00
Matilda Landström
7891ae3ae6
Merged in feat/SW-3232-site-config-alerts (pull request #2671 )
...
feat(SW-3232): update alert schema
* feat(SW-3232): update alert schema
Approved-by: Erik Tiekstra
2025-08-20 09:18:00 +00:00
Matilda Landström
37c311d826
Merged in feat/SW-2528-restaurant-icons-sidepeek (pull request #2610 )
...
feat(SW-2528): add restaurant type icon to sidepeek
* feat(SW-2528): add restaurant type icon to sidepeek
Approved-by: Anton Gunnarsson
2025-08-11 11:45:20 +00:00
Hrishikesh Vaipurkar
33c274bce1
Merged in fix/SW-2926-hotel-special-alerts- (pull request #2580 )
...
fix(SW-2926): Display alerts in booking flow if date range matches search dates and in hotel page if current date is in date range
* fix(SW-2926): Display alerts in booking flow if date range matches search dates and in hotel page if current date is in date range
* fix(SW-2926) Updated hotel alerts with respect to booking dates
* fix(SW-2926): Optimized code
Approved-by: Matilda Landström
2025-08-01 08:26:32 +00:00
Matilda Landström
19b58be654
Merged in feat/SW-1468 (pull request #2529 )
...
feat(SW-1468): add restaurant name mapping
* feat(SW-1468): add restaurant name mapping
Approved-by: Bianca Widstam
Approved-by: Chuma Mcphoy (We Ahead)
2025-07-08 12:20:18 +00:00
Anton Gunnarsson
002d093af4
Merged in feat/sw-2863-move-contentstack-router-to-trpc-package (pull request #2389 )
...
feat(SW-2863): Move contentstack router to trpc package
* Add exports to packages and lint rule to prevent relative imports
* Add env to trpc package
* Add eslint to trpc package
* Apply lint rules
* Use direct imports from trpc package
* Add lint-staged config to trpc
* Move lang enum to common
* Restructure trpc package folder structure
* WIP first step
* update internal imports in trpc
* Fix most errors in scandic-web
Just 100 left...
* Move Props type out of trpc
* Fix CategorizedFilters types
* Move more schemas in hotel router
* Fix deps
* fix getNonContentstackUrls
* Fix import error
* Fix entry error handling
* Fix generateMetadata metrics
* Fix alertType enum
* Fix duplicated types
* lint:fix
* Merge branch 'master' into feat/sw-2863-move-contentstack-router-to-trpc-package
* Fix broken imports
* Merge branch 'master' into feat/sw-2863-move-contentstack-router-to-trpc-package
Approved-by: Linus Flood
2025-06-26 07:53:01 +00:00