Feat/SW-1077 enter details edit room
* feat(SW-1077): persist state when changing rooms
* fix: issue with step state when closing accordion and transition to correct room when modifying step
Approved-by: Pontus Dreij
Feat/SW-965 select rate modify room
* feat(SW-965): added new state for modify room and smaller fixes
* feat(SW-965): update state handling of modifyRateIndex
* fix: adjust scroll animation to handle modifyRateIndex
* fix: room state logic and removed unused css class
Approved-by: Pontus Dreij
Approved-by: Arvid Norlin
feat(SW-1259): Enter details multiroom
* refactor: remove per-step URLs
* WIP: map multiroom data
* fix: lint errors in details page
* fix: made useEnterDetailsStore tests pass
* fix: WIP refactor enter details store
* fix: WIP enter details store update
* fix: added room index to select correct room
* fix: added logic for navigating between steps and rooms
* fix: update summary to work with store changes
* fix: added room and total price calculation
* fix: removed unused code and added test for breakfast included
* refactor: move store selectors into helpers
* refactor: session storage state for multiroom booking
* feat: update enter details accordion navigation
* fix: added room index to each form component so they select correct room
* fix: added unique id to input to handle case when multiple inputs have same name
* fix: update payment step with store changes
* fix: rebase issues
* fix: now you should only be able to go to a step if previous room is completed
* refactor: cleanup
* fix: if no availability just skip that room for now
* fix: add select-rate Summary and adjust typings
Approved-by: Arvid Norlin
Feat/SW-999 visual fixes in enter details
* fix(SW-999): accordion title font sizes fix and alignment of change room button
* fix(SW-999): added scroll if content cannot fit inside popover
Approved-by: Christel Westerberg
Feat/SW-613 refactor hotelreservation sidepeek
* feat(SW-613): move sidepeek paralell route to apply for all of hotelreservation
* feat(SW-613): refactor sidepeek logic to a unified approach for hotelreservation flow
* feat(SW-613): fix issue where room was not selected properly in sidepeek
* fix(SW-613): move back preload to layout
* fix(SW-613): move preload to dedicated file
* fix(SW-613): refactor sidepeek to work with hotel page
* feat(SW-613): added sidepeek button for room card
Approved-by: Simon.Emanuelsson