Commit Graph

64 Commits

Author SHA1 Message Date
Erik Tiekstra 52fdc1daac feat(SW-186): implement cms data into new header 2024-09-06 09:00:07 +02:00
Fredrik Thorsson 412f27acaa feat(SW-176): sort translations 2024-09-04 09:50:25 +02:00
Fredrik Thorsson e26a2aec85 feat(SW-176): add enum 2024-09-04 09:44:53 +02:00
Erik Tiekstra 79b4c3fe12 fix(SW-184): added membership level and points to menu 2024-09-03 13:26:15 +02:00
Erik Tiekstra d1a2175804 chore: cleanup 2024-09-03 13:26:15 +02:00
Erik Tiekstra f1242e69e3 fix(SW-184): added translations 2024-09-03 13:26:15 +02:00
Erik Tiekstra bdec054ecd feat(SW-184): my pages menu mobile/desktop functionality 2024-09-03 13:26:15 +02:00
Erik Tiekstra a2e2cf575e feat(SW-184): implementing mobile design 2024-09-03 13:26:15 +02:00
Erik Tiekstra c6ad5eecc5 feat(SW-184): added some translations 2024-09-03 13:26:15 +02:00
Tobias Johansson bc3233ff64 Merged in feat/SW-196-design-fixes (pull request #547)
Feat/SW-196 design fixes

* feat(SW-196): Updated copy My credit cards -> My payment cards

* fix: update design system version

* feat(SW-196): Update Header component to use Preamble instead of Subtitle

* feat(SW-196): Minor design fixes


Approved-by: Christel Westerberg
2024-09-03 08:43:13 +00:00
Tobias Johansson c0b16e8dee Merged in feat/SW-212-copy-to-clipboard-feedback (pull request #548)
Feat/SW-212 copy to clipboard feedback

* feat(SW-212): Added toast to give feedback when copying member id

* feat(SW-212): Update copy

* feat(SW-212): Changed to use success toast and updated copy

* fix: update copy in toast for copying membership ID


Approved-by: Christel Westerberg
Approved-by: Matilda Landström
2024-09-02 13:49:10 +00:00
Chuma McPhoy d77070a210 refactor(SW-96): unify lightbox to handle mobile and desktop 2024-08-30 08:53:34 +02:00
Fredrik Thorsson ee879f60a3 feat(SW-252): translations 2024-08-29 16:07:29 +02:00
Fredrik Thorsson 9c8bb4a862 feat(SW-252): sort translations 2024-08-29 16:07:29 +02:00
Fredrik Thorsson e7df1143d9 feat(Sw-252): add translations 2024-08-29 16:07:29 +02:00
Niclas Edenvin f178f7fde0 Merged in feature/select-room-ux-one-page (pull request #523)
This updates the select room page according to the new UX. It has different sections on the same page, but with specific URLs per section. Since neither UX, UI nor API is completely done both design and data structures are a bit temporary.

Approved-by: Simon.Emanuelsson
2024-08-29 13:38:14 +00:00
Simon Emanuelsson 93526ce693 fix: rename retried-wrapped fetch to make caching work again 2024-08-28 14:55:31 +02:00
Matilda Landström 007b937695 chore(SW-288): update Finnish translations + date format 2024-08-28 09:54:16 +02:00
Michael Zetterberg da3248041a fix: da translations 2024-08-27 07:24:18 +02:00
Matilda Landström c98326fd24 feat(SW-288): DK translation 2024-08-26 16:29:30 +02:00
Matilda Landström 9401a85140 fix(SW-288): Danish translation 2024-08-23 19:23:37 +02:00
Matilda Landström c63c216302 feat(SW-288): Danish translations 2024-08-23 14:20:37 +02:00
Simon Emanuelsson 2337d37f1a feat(SW-160): update profile 2024-08-23 09:09:55 +02:00
Tobias Johansson 159114a082 Merged in feat/SW-165-fixes (pull request #460)
Feat/SW-165 fixes

* fix(SW-165): update translations for reward labels

* fix(SW-165): Fix sorting and filtering of transactions and hide fields when BALFWD

* fix(SW-165): update condition


Approved-by: Michael Zetterberg
2024-08-22 14:34:55 +00:00
Tobias Johansson e9a6499086 feat(SW-245): Delete credit card 2024-08-21 16:24:39 +02:00
Tobias Johansson 1ec1033267 Merged in feat/SW-165-correct-labels (pull request #427)
Feat/SW-165 correct labels

* feat(SW-165): sort friend transactions and return additional properties

* feat(SW-165): Added points being calculated label

* feat(SW-165): added transactionDate for transactions without checkinDate

* feat(SW-165): Updated description copy for various reward types

* feat(SW-165): filter out expired transactions

* feat(SW-165): removed Mobile table and unified them into Table instead

* feat(SW-165): Added bookingUrl to friend transactions

* fix(SW-165): style fixes

* fix(SW-165): fix issues from merge

* fix(SW-165): remove comment

* fix(SW-165): fixed booking urls not being set and smaller fixes

* fix(SW-165): added comment regarding 'BALFWD'


Approved-by: Michael Zetterberg
Approved-by: Christel Westerberg
2024-08-21 13:54:55 +00:00
Fredrik Thorsson 5c357bc88b feat(SW-243): add translations 2024-08-21 15:32:53 +02:00
Fredrik Thorsson 95c8fd1950 feat(SW-243): all languages 2024-08-21 15:32:53 +02:00
Fredrik Thorsson cda3816219 feat(SW-243): translations 2024-08-21 15:32:53 +02:00
Arvid Norlin 8109148bc5 fix(SW287): update translation regarding current level 2024-08-21 14:29:51 +02:00
Tobias Johansson 84f5e74f00 Merged in feat/SW-104-add-card (pull request #410)
Feat/SW-104 add card

* feat: add api endpoints for adding and removing credit card

* feat(SW-104): Added Sonner toast lib

* feat(SW-104): Add route handlers for add card flow

* feat(SW-104): Added link to route handler and trigger toast when query params from callback is set

* feat(SW-104): Added translations for add card success toast

* feat(SW-104): Refactored to use client request for initiate save card

* fix(SW-104): Return proper status codes when initiating save card fails

* fix(SW-104): remove delete card endpoint because it was added in SW-245

* fix(SW-104): remove console.log

* fix(SW-104): Use api.post for save card request

* fix(SW-104): move function declaration above export

* fix(SW-104): handle response of save card and use Lang enum

* fix(SW-104): added comment for why setTimeout is needed for toast and also removed lang prop

* fix(SW-104): added type for AddCreditCardButton props

* feat: add toasts

* fix(SW-104): start using toasts from ToastHandler and fix problem with duplicate toasts

* fix(SW-104): remove unnecessary wrapping div


Approved-by: Michael Zetterberg
2024-08-20 15:04:02 +00:00
Matilda Landström aa9e723cb5 feat(SW-288): update translations 2024-08-20 10:10:18 +02:00
Fredrik Thorsson 8c339fa593 feat(SW-240): add basic styling 2024-08-19 15:49:59 +02:00
Fredrik Thorsson a3602b285b feat(SW-240): add translations 2024-08-19 15:49:59 +02:00
Erik Tiekstra 0a2fb14383 fix(SW-203): added translations and now using updater function to set state 2024-08-15 07:53:07 +02:00
Chuma Mcphoy (We Ahead) 242d604308 Merged develop into feat/hotel-page-tab-navigation 2024-08-13 07:03:40 +00:00
Fredrik Thorsson 4c0c90a0f0 feat(SW-68): add static map component 2024-08-13 08:52:54 +02:00
Chuma McPhoy c0cc32c1e4 chore: add more translations for tab links 2024-08-12 10:26:02 +02:00
Arvid Norlin 0aa97ba613 chore: add translations 2024-08-10 08:23:54 +02:00
Arvid Norlin 8592d7004b fix(SW-248): update spendable points texts 2024-08-10 08:23:42 +02:00
Michael Zetterberg 49ec390599 fix(SW-234): better empty state message for no transactions 2024-08-09 12:40:29 +02:00
Fredrik Thorsson 10bb946a90 feat: add translations 2024-08-06 13:12:22 +02:00
Fredrik Thorsson 4a18d68909 feat: add basic styling to checkbox 2024-08-06 13:12:22 +02:00
Niclas Edenvin 5347ae5b6c feat(SW-71): Create bed selection 2024-07-19 09:34:28 +02:00
Chuma McPhoy 1cf329bc03 fix: add amenities translation to other langs 2024-07-15 09:46:54 +02:00
Niclas Edenvin 5c6d9d03ce feat(SW-73): Create breakfast selection 2024-07-12 11:09:12 +02:00
Matilda Landström 801a041404 Merged in feat/best-friend-hero (pull request #338)
Feat(SW-170): Update overview hero

Approved-by: Christel Westerberg
2024-07-12 06:45:44 +00:00
Niclas Edenvin 3374505aee feat(SW-72): Add flexibility selection 2024-07-10 16:04:25 +02:00
Christel Westerberg 7068fb4e15 chore: update design system tokens 2024-07-10 07:57:11 +02:00
Niclas Edenvin 78c1452ed3 Add texts to i18n 2024-07-09 13:25:26 +02:00