Feat/SW-619 signup non happy
* feat(SW-619): Added tests for Date input
* feat(SW-619): Updated date input to not allow date below 18 years old, also added form validation and tests to cover this change
* fix
* feat(SW-619): add info banner if membership verification fails
* fix(SW-619): update test description
Approved-by: Christel Westerberg
Approved-by: Arvid Norlin
fix(SW-1330): add space and fix touchable tooltip for ipad
* fix(SW-1330): add space and fix touchable tooltip for ipad
Approved-by: Pontus Dreij
Approved-by: Niclas Edenvin
Feat/enter details store tests
* test: add unit tests for useEnterDetailsStore and update Jest environment
* test: added more useEnterDetailsStore tests
Approved-by: Christel Westerberg
fix(SW-1177): fix localization problems in search history
* fix(SW-1177): fix localization problems in search history
When saving search history the whole location objects where stored and
also used later. This made the list display in different languages if
the user previously had search for something in another language.
Another issue where that the list where also deduped based on name of
the search item, which meant that there could be multiple history
items for the same entity and the same ID, e.g. `Gothenburg` and
`Göteborg`.
Approved-by: Bianca Widstam
fix(SW-1329)(SW-1122): remove min-height and set default height of price card to minimum of price cards
* fix(SW-1329)(SW-1122): remove min-height and set default height of price card to minimum of price cards
Approved-by: Niclas Edenvin
Fix/sw-1127 image fixes for lightbox
* fix(SW-1127): move back to top button behind lightbox
* fix(SW-1127): don't loop lightbox thumbnails
* fix(SW-1127): nicer animation in the gallery
This both fixes a bug in the gallery where the animation in the carousel
didn't work so good and also animates the images different directions
depending on if the user go left or right.
Approved-by: Matilda Landström
fix(SW-1260): allow unrecognized hotel facilities
* fix(SW-1260): allow unrecognized hotel facilities
Before this we only allowed hotel facilities that we know about (ID:s in
an enum). Now we instead allow everything, but filter away the ones we
don't know about.
Approved-by: Christel Westerberg
Feat/SW-1023 bed type information
* feat(SW-1023): add bed type info
* fix: formatting of bed type string
* fix(SW-1023): refactored bed type info and added default value to children beds
* fix(SW-1023): fixes from PR
Approved-by: Christel Westerberg
Approved-by: Simon.Emanuelsson
fix(SW-1160): include current header as sticky
* fix(SW-1160): include current header as sticky
* fix(sw-1160): only count with current header height if its shown
Approved-by: Erik Tiekstra