Commit Graph
100 Commits
Author SHA1 Message Date
Arvid Norlin cf3268bda3 Merged in feat/SW-910-membershipnumber-non-happy-path (pull request #1358)
fix(SW-910): handle MembershipFailedError

* fix(SW-910): handle MembershipFailedError


Approved-by: Tobias Johansson
2025-02-24 15:55:31 +00:00
Arvid Norlin f5e0214313 Merged in feat/confirmation-page-initial-multiroom-display (pull request #1334)
feat: initial display of linkedReservations on confirmation page

* feat: initial display of linkedReservations on confirmation page

* refactor: move notFound


Approved-by: Tobias Johansson
2025-02-14 10:05:58 +00:00
Arvid Norlin d6f32bef7c Merged in fix/confirmation-schema (pull request #1329)
fix(SW-1640): adjust linkedReservationsSchema to align with api response

* fix(SW-1640): adjust linkedReservationsSchema to align with api response


Approved-by: Michael Zetterberg
Approved-by: Simon.Emanuelsson
2025-02-13 11:49:38 +00:00
Arvid Norlin d46a85a529 Merged in fix/handle-bed-reselect-navigation (pull request #1321)
fix: adjust allowed step navigation condition

* fix: adjust allowed step navigation condition


Approved-by: Tobias Johansson
2025-02-13 08:39:43 +00:00
Arvid Norlin cb0dfcecad fix (SW-1352): update PriceDetailsTable with avarage price per night 2025-01-14 14:24:06 +01:00
Arvid NorlinandChristel Westerberg 39ebfe50c9 fix: adjust modal padding-bottom 2025-01-13 14:53:48 +00:00
Arvid Norlin f7ec34d86f fix: pass correct location data to session storage 2024-12-20 10:15:01 +01:00
Arvid Norlin 0c7c6ea21a feat: add Price details modal 2024-12-20 09:28:06 +01:00
Arvid Norlin e885b76a12 fix: add regex validation of membership no 2024-12-10 11:51:33 +00:00
Arvid Norlin d67a2919bf fix: limit first/lastname inputs to 30 characters 2024-12-10 10:30:55 +01:00
Arvid Norlin a5a99c1432 fix: replace enter details first-/lastname regex 2024-12-10 10:30:55 +01:00
Arvid Norlin 886be166ef fix: use room.description instead of mainBed.description 2024-12-09 14:18:15 +01:00
Arvid Norlin 083ba28f9e feat: add SignupPromo component 2024-12-05 15:33:25 +01:00
Arvid Norlin ac0d671811 fix(SW-957 SW-958): Make selected EnterDetailsCards clickable 2024-11-21 15:34:44 +01:00
Arvid NorlinandJoakim Jäderberg bdbdfa80ab feat: add useSetOverflowVisibleOnRA hook 2024-11-19 08:48:11 +01:00
Arvid NorlinandJoakim Jäderberg bb49dccc9e fix: use new Popover component in FlexibilityOption 2024-11-19 08:48:11 +01:00
Arvid NorlinandJoakim Jäderberg c0751968b5 feat(SW-612): Add popover component 2024-11-19 08:48:11 +01:00
Arvid NorlinandChristel Westerberg e18a2fdc44 feat: add useSetOverflowVisibleOnRA hook 2024-11-19 08:08:08 +01:00
Arvid NorlinandChristel Westerberg 1004871afb fix: use new Popover component in FlexibilityOption 2024-11-19 08:08:08 +01:00
Arvid NorlinandChristel Westerberg 17df6d6c47 feat(SW-612): Add popover component 2024-11-19 08:08:08 +01:00
Arvid NorlinandChristel Westerberg 58678244fc fix: refactor GuestRoomsPicker to avoid performance bugs 2024-11-14 11:42:24 +01:00
Arvid NorlinandChristel Westerberg 628f79929c fix(SW-779): replace css module with .css file to work with parallel route 2024-11-11 11:17:05 +01:00
Arvid Norlin e8e23a2113 feat: Convert Selected-Room to Steplike design and fix select-rate link 2024-11-07 09:36:45 +01:00
Arvid Norlin 3ea48b3846 fix: make Bed and Breakfast Accordion texts dynamic based on selection 2024-11-04 10:28:02 +01:00
Arvid Norlin 5bddaff04d fix: handle non-escaped newlines 2024-10-18 09:30:06 +02:00
Arvid Norlin 9c940f54e9 fix: add code lost in rebase 2024-10-16 10:34:12 +02:00
Arvid Norlin b1beb7931a fix: remove redundant DialogTrigger from SidePeek 2024-10-16 10:26:10 +02:00
Arvid Norlin 103dcc7f1e feat(SW-472): Add EnterDetails SidePeek 2024-10-16 10:26:10 +02:00
Arvid Norlin 724f429696 feat(SW-341): add hotels listing sidepeeks 2024-10-02 08:55:05 +02:00
Arvid Norlin 2849c69c52 refactor: Move Sidepeek param logic to SidePeekProvider 2024-09-16 21:28:39 +02:00
Arvid NorlinandMichael Zetterberg 9bd250e070 Merged in fix/tracking-sdk-cleanup-logic (pull request #522)
fix: move perfObserver.disconnect()

Approved-by: Michael Zetterberg
2024-08-28 12:58:47 +00:00
Arvid NorlinandMichael Zetterberg 08529e6398 Merged in fix/handle-missing-dateofbirth (pull request #524)
fix: handle profile update when dateOfBirth is missing

Approved-by: Michael Zetterberg
Approved-by: Matilda Landström
2024-08-28 12:43:02 +00:00
Arvid Norlin 9efcaba887 fix: handle profile update when dateOfBirth is missing 2024-08-27 15:47:38 +02:00
Arvid Norlin 4f0c46cd77 fix(SW-309): move perfObserver.disconnect() 2024-08-27 13:52:48 +02:00
Arvid NorlinandMichael Zetterberg 7949039521 Merged in fix/cleanup-metrics-attributes (pull request #494)
fix: remove toString() in metric attributes to avooid silly data like Object: Object

Approved-by: Michael Zetterberg
2024-08-26 13:06:58 +00:00
Arvid NorlinandMichael Zetterberg f2a71fab8e Merged in fix/birth-year (pull request #496)
fix: make year of birth now - 18 years

Approved-by: Michael Zetterberg
2024-08-26 12:20:26 +00:00
Arvid Norlin 3a6db5c7ec fix: make year of birth now - 18 years 2024-08-26 14:15:22 +02:00
Arvid Norlin b56069e009 fix: remove toString() in metric attributes to avooid silly data like Object: Object 2024-08-26 13:30:07 +02:00
Arvid NorlinandMichael Zetterberg ca07c600d1 Merged in feat/add-metrics (pull request #476)
Feat/add metrics

Approved-by: Michael Zetterberg
2024-08-26 10:03:56 +00:00
Arvid Norlin 0b2936159f feat: add metrics 2024-08-26 11:50:35 +02:00
Arvid Norlin fac0d7acdc fix: structure logged data 2024-08-26 11:50:35 +02:00
Arvid Norlin e3ca26d0df feat: add metrics PoC counters to getHotel trpc query 2024-08-26 11:50:35 +02:00
Arvid Norlin 7388df5f5f feat: add metricReader to instrumentation.ts 2024-08-26 11:50:35 +02:00
Arvid Norlin 5b6295779d fix: add apiResponse.text() to logging 2024-08-26 11:50:35 +02:00
Arvid Norlin 417505c23d fix: remove lingering input mask: false 2024-08-26 11:43:33 +02:00
Arvid NorlinandMichael Zetterberg cdef7b62a8 Merged in fix/improve-logging (pull request #448)
Fix/improve logging

Approved-by: Michael Zetterberg
2024-08-23 10:42:23 +00:00
Arvid NorlinandMichael Zetterberg 9497e8eef3 fix: add apiResponse.text() to logging 2024-08-23 12:33:28 +02:00
Arvid Norlin 7cd6367c15 fix: change bad JSON.stringify:s 2024-08-23 09:47:45 +02:00
Arvid Norlin 8340f1ff6c fix: structure logged data 2024-08-23 09:47:43 +02:00
Arvid Norlin d603f53240 fix: add improved logging for contentstack requests 2024-08-23 09:46:19 +02:00
Arvid Norlin 7de8a184b7 fix: improve logging for api requests 2024-08-23 09:46:17 +02:00
Arvid NorlinandErik Tiekstra a01aa10bf2 fix: add content-page handling in languageSwitcher query 2024-08-22 09:49:02 +02:00
Arvid Norlin 8109148bc5 fix(SW287): update translation regarding current level 2024-08-21 14:29:51 +02:00
Arvid Norlin cadcf2a13f chore: remove redundant css rule 2024-08-21 09:44:28 +02:00
Arvid Norlin 7e719bc475 chore: move typings 2024-08-21 09:44:28 +02:00
Arvid Norlin 0453728696 chore: make pagination scale somewhat better on small devices awaiting design feedback on ellipsises 2024-08-21 09:44:28 +02:00
Arvid Norlin b0358ffa0e chore: break out pagination component 2024-08-21 09:44:28 +02:00
Arvid Norlin a14157696e fix: remove initialData to avoid page load issues 2024-08-21 09:44:28 +02:00
Arvid Norlin f96712538e refactor: implement trpc client pattern for EarnAndBurn Journey 2024-08-21 09:44:28 +02:00
Arvid Norlin 1bcd3b81e1 chore: move totalPages to meta 2024-08-21 09:44:28 +02:00
Arvid Norlin 8c75b9bcd7 wip: initial stab trpc pagination 2024-08-21 09:44:25 +02:00
Arvid Norlin 6c15f1ae3a chore: remove destructuring of intl.formatMessage 2024-08-21 09:43:51 +02:00
Arvid Norlin 6f293be3a7 feat(SW-164): Add pagination for friendship transactions 2024-08-21 09:43:51 +02:00
Arvid Norlin 902f1c965e chore: remove destructuring of intl.formatMessage 2024-08-16 14:15:58 +02:00
Arvid Norlin f59cb6d031 chore: replace translation key 2024-08-16 13:30:09 +02:00
Arvid Norlin da36036379 reafactor: decouple SidePeek from URL params 2024-08-16 13:30:09 +02:00
Arvid Norlin 68694ef914 refactor: update SidePeek composition 2024-08-16 13:30:09 +02:00
Arvid Norlin 04eb3c6d94 fix: enable localization of sidepeek params 2024-08-16 13:30:09 +02:00
Arvid Norlin 47c77b62d6 fix(SW-239): make contents in sidepeek component render serverside for seo 2024-08-16 13:30:09 +02:00
Arvid Norlin b9d63d9f01 fix: make table full width of container 2024-08-16 11:14:15 +02:00
Arvid Norlin 35128dbf44 fix: handle rte table overflow on smaller screens 2024-08-14 12:07:23 +02:00
Arvid NorlinandMichael Zetterberg 9b0ee16282 Merged in fix/spendable-points (pull request #395)
Fix/spendable points SW-248

Approved-by: Michael Zetterberg
Approved-by: Fredrik Thorsson
2024-08-10 06:25:39 +00:00
Arvid NorlinandMichael Zetterberg 0aa97ba613 chore: add translations 2024-08-10 08:23:54 +02:00
Arvid NorlinandMichael Zetterberg 1230df86d0 chore: remove obsolete CurrentPointsBalance component since unused 2024-08-10 08:23:54 +02:00
Arvid NorlinandMichael Zetterberg 8592d7004b fix(SW-248): update spendable points texts 2024-08-10 08:23:42 +02:00
Arvid Norlin c0bf09bf3f fix: change casing of some svg attributes to get rid of warnings 2024-08-09 14:58:28 +02:00
Arvid Norlin d0227cb5f5 fix: correct the faulty values in Overview Table data 2024-08-08 09:15:46 +02:00
Arvid Norlin aefa779a17 chore: organize table exports 2024-08-06 10:52:44 +02:00
Arvid Norlin 4005701c79 feat: add RTE Table 2024-08-05 15:56:26 +02:00
Arvid NorlinandChuma McPhoy b1698a8a2e refactor: make SidePeek more reusable and composable 2024-07-15 09:45:23 +02:00
Arvid NorlinandChuma McPhoy 301de3a110 feat: add SidePeek 2024-07-15 09:45:23 +02:00
Arvid Norlin 719429f691 chore: add danish translations for Level Comparison 2024-07-05 15:11:34 +02:00
Arvid Norlin 2eb5e2aae3 chore: update NO and DE translations for OverviewTable 2024-07-03 09:41:56 +02:00
Arvid Norlin fc5eca5d84 chore: update SV translations for OverviewTable 2024-07-01 14:11:58 +02:00
Arvid Norlin 2a71a45d3d fix: make connectionString optional 2024-07-01 13:33:28 +02:00
Arvid Norlin 0657355f27 chore: remove debug configuration 2024-07-01 11:29:13 +02:00
Arvid Norlin edc2216d83 feat: add instrumentation 2024-07-01 11:29:13 +02:00
Arvid Norlin 1c76725b4c feat: add benefit translations and remove unused JSON 2024-06-26 14:57:33 +02:00
Arvid Norlin 1bd65f77ac Merge branch 'master' into develop 2024-06-26 09:01:31 +02:00
Arvid Norlin aebb223542 fix: add temp translation handling for overview table 2024-06-20 15:26:55 +02:00
Arvid Norlin 6e45749e8e fix: enable use of links in descriptions by dangerouslySetting HTML 2024-06-19 17:07:24 +02:00
Arvid Norlin 9efe3e25e4 chore: add FI translations for Loyalty Overview 2024-06-19 17:07:24 +02:00
Arvid Norlin f6de0c8337 chore: add DE translations for Loyalty Overview 2024-06-19 17:07:24 +02:00
Arvid Norlin bdc1edcf04 chore: add DA translations for Loyalty Overview 2024-06-19 17:07:24 +02:00
Arvid Norlin 13f301966b chore: add NO translations for Loyalty Overview 2024-06-19 17:07:24 +02:00
Arvid Norlin ed02eac812 chore: remove whitespace 2024-06-19 17:07:24 +02:00
Arvid Norlin ef2ebe6d16 chore: add SV translations for Loyalty Overview 2024-06-19 17:07:24 +02:00
Arvid Norlin cccb1edb40 chore: update EN translations for Loyalty Overview 2024-06-19 17:07:24 +02:00
Arvid Norlin bd456ea92e fix: correct typo 2024-06-14 13:26:10 +02:00
Arvid NorlinandSimon.Emanuelsson 62bd501064 Merged in fix/allow-multiple-membership-types (pull request #248)
fix: make membershipLevel since not present on all membership types

Approved-by: Simon.Emanuelsson
2024-06-14 09:49:05 +00:00