Merged in feat/SW-1276-implement-design (pull request #1348)

Feat/SW-1276 implement design

* feat(SW-1276) UI implementation Desktop part 1 for MyStay

* feat(SW-1276) UI implementation Desktop part 2 for MyStay

* feat(SW-1276) UI implementation Mobile part 1 for MyStay

* refactor: move files from MyStay/MyStay to MyStay

* feat(SW-1276) Sidepeek implementation

* feat(SW-1276): Refactoring

* feat(SW-1276) UI implementation Mobile part 2 for MyStay

* feat(SW-1276): translations

* feat(SW-1276) fixed skeleton

* feat(SW-1276): Added missing translations

* feat(SW-1276): Removed console log

* feat(SW-1276) fixed translations

* feat(SW-1276): Added translations

* feat(SW-1276) fix dynamic ID:s

* feat(SW-1276) removed createElement

* feat(SW-1276): Fixed build errors

* feat(SW-1276): Updated label

* feat(SW-1276): Rewrite SummaryCard


Approved-by: Niclas Edenvin
This commit is contained in:
Pontus Dreij
2025-02-18 14:20:54 +00:00
parent 90fee1b0c4
commit 8616e4ab76
56 changed files with 4163 additions and 227 deletions

View File

@@ -34,6 +34,8 @@ import {
CulturalIcon,
CutleryOneIcon,
CutleryTwoIcon,
DiamondIcon,
DirectionsIcon,
DoorOpenIcon,
DresserIcon,
ElectricBikeIcon,
@@ -67,6 +69,7 @@ import {
KidsMocktailIcon,
LampIcon,
LaundryMachineIcon,
LinkIcon,
LocalBarIcon,
LocationIcon,
LockIcon,
@@ -191,6 +194,10 @@ export function getIconByIconName(
return CutleryOneIcon
case IconName.CutleryTwo:
return CutleryTwoIcon
case IconName.Diamond:
return DiamondIcon
case IconName.Directions:
return DirectionsIcon
case IconName.DoorOpen:
return DoorOpenIcon
case IconName.Dresser:
@@ -257,6 +264,8 @@ export function getIconByIconName(
return LampIcon
case IconName.LaundryMachine:
return LaundryMachineIcon
case IconName.Link:
return LinkIcon
case IconName.LocalBar:
return LocalBarIcon
case IconName.Location: