Commit Graph
100 Commits
Author SHA1 Message Date
Chuma McPhoy b80d75a63a fix(SW-1095): default to swedish country code if page in english 2024-11-29 12:18:24 +01:00
Chuma McPhoy da824ee2b4 fix(SW-1095): add type to imports 2024-11-29 10:39:10 +01:00
Chuma McPhoy 4da0918469 fix(SW-1095): set country code based on url lang when phone input empty 2024-11-29 10:34:07 +01:00
Chuma McPhoy 4311def182 fix(SW-360): remove placeholder prop to fix ios select input bug 2024-11-26 11:57:40 +01:00
Chuma McPhoy c14fe6bc86 refactor(SW-360): extract password validation outside main NewPassword component to minimize re-renders. 2024-11-26 10:30:24 +01:00
Chuma McPhoy c8eaae7928 fix(SW-360): change button to signup to trigger shouldFocusError 2024-11-26 10:30:24 +01:00
Chuma McPhoy 3967ec6040 chore(SW-360): proper formatting of AriaInputWithLabel 2024-11-26 10:30:24 +01:00
Chuma McPhoy 79f48adbf5 fix(SW-360): scroll to first validation + remove unused translations 2024-11-26 10:30:24 +01:00
Chuma McPhoy 03db7cec16 chore(SW-360): remove unused translation 2024-11-26 10:30:24 +01:00
Chuma McPhoy 0d972367df fix(SW-360): remove container queries to fix stacking context bug affecting dropdowns in signup 2024-11-26 10:30:24 +01:00
Chuma McPhoy 6f980fe9cd refactor(SW-360): review feedback 2024-11-26 10:30:24 +01:00
Chuma McPhoy 0865a553cd fix(SW-360): set default validate behaviour to onBlur on signup page 2024-11-26 10:30:24 +01:00
Chuma McPhoy a68e37c26f fix(SW-898): remove redundant schema and add transform in signupInput 2024-11-19 15:45:00 +01:00
Chuma McPhoy 5c571c3c0c feat(SW-898): add pending ui text to signup button 2024-11-19 15:45:00 +01:00
Chuma McPhoy cfaa92260a chore(SW-898): pr comments 2024-11-19 15:45:00 +01:00
Chuma McPhoy bc5a01fdf4 fix(SW-898): formatting 2024-11-19 15:45:00 +01:00
Chuma McPhoy 6958db3ca5 refactor(SW-898): replace signup server action with TRPC 2024-11-19 15:45:00 +01:00
Chuma McPhoy d65be1845a fix(SW-890): more reliable checking of user 2024-11-15 12:57:32 +01:00
Chuma McPhoy 5fef56cc97 fix(SW-890): better feature flag handling 2024-11-15 12:22:40 +01:00
Chuma McPhoy fd6c15ed78 feat: add env var for signup flow 2024-11-15 12:22:40 +01:00
Chuma McPhoy 876370e817 fix(SW-739): pr review fixes 2024-11-13 10:21:07 +01:00
Chuma McPhoy 31a94cfa6a feat: update current & surprise queries to support new endpoint 2024-11-13 10:21:07 +01:00
Chuma McPhoy 48af26a772 feat(SW-739): use new allTiers endpoint and add feature flag 2024-11-13 10:21:07 +01:00
Chuma McPhoy 35a527be05 chore(SW-739): cleanup reward endpoint related code 2024-11-13 10:21:07 +01:00
Chuma McPhoy 7d9b541616 fix: preserve country code in phone number 2024-11-11 12:34:27 +01:00
Chuma McPhoy 246c26ca85 feat: display months with text instead of number 2024-11-05 15:47:28 +01:00
Chuma McPhoy 1b7106deef fix(SW-649): move getDaysInMonth outside component function scope 2024-11-05 15:47:28 +01:00
Chuma McPhoy 8763346f9d fix(SW-649): let react-hook-form do date state handling 2024-11-05 15:47:28 +01:00
Chuma McPhoy 7ed2e1d5d0 refactor(SW-649): reusable getDaysInMonth function 2024-11-05 15:47:28 +01:00
Chuma McPhoy 6a31aca0b1 fix(SW-649): remove superfluous variable 2024-11-05 15:47:28 +01:00
Chuma McPhoy aa20c3569b fix(SW-667): add ErrorMessage 2024-11-05 15:47:28 +01:00
Chuma McPhoy 33fd052c04 refactor(SW-649): DateSelect component state refactoring 2024-11-05 15:47:28 +01:00
Chuma McPhoy 461cabab22 fix(SW-695): use small chevron icon 2024-11-05 10:54:00 +01:00
Chuma McPhoy 1774248e94 fix(SW-695): smaller chevron size 2024-11-05 10:54:00 +01:00
Chuma McPhoy 43b1c309ce fix(SW-695): apply breadcrumb variant & smaller HomeIcon size 2024-11-05 10:54:00 +01:00
Chuma McPhoy 6c56fbc313 fix(SW-667): update translations based on content team requirements 2024-10-29 10:39:07 +01:00
Chuma McPhoy 365cb15f90 chore(SW-667): move formatMessage call to array 2024-10-29 10:39:07 +01:00
Chuma McPhoy d15e76de46 chore(SW-667): remove unused css 2024-10-29 10:39:07 +01:00
Chuma McPhoy 8219ff1931 fix(SW-667): proper contact padding on mobile + translations 2024-10-29 10:39:07 +01:00
Chuma McPhoy 2fddc503c5 feat(SW-667): read more section to join loyalty sidebar 2024-10-29 10:39:07 +01:00
Chuma McPhoy 830727f20d fix(SW-369): display contact section in loyalty sidebar on mobile 2024-10-25 15:39:13 +02:00
Chuma McPhoy 6ce6bbd60b chore(SW-369): preamble css 2024-10-25 10:26:54 +02:00
Chuma McPhoy 5e3b2fb8fa fix(SW-369): center on mobile 2024-10-25 10:26:54 +02:00
Chuma McPhoy df2203b97f feat(SW-369): show sidebar on loyalty + loyalty & content page layout refactor 2024-10-25 10:26:54 +02:00
Chuma McPhoy bbab8aa4f8 fix(SW-360): better phone parsing in server action 2024-10-24 11:00:47 +02:00
Chuma McPhoy 212af2105e fix(SW-360): switch email translation 2024-10-24 11:00:47 +02:00
Chuma McPhoy fc12915345 fix(SW-360): remove uneeded code 2024-10-24 11:00:47 +02:00
Chuma McPhoy e25a974426 fix(SW-360): more context to how we handle triggers 2024-10-24 11:00:47 +02:00
Chuma McPhoy 62eb5a9bb5 fix(SW-360): remove default date 2024-10-24 11:00:47 +02:00
Chuma McPhoy eaf9c2f5f2 refactor(SW-360): trigger validation on submnission 2024-10-24 11:00:47 +02:00
Chuma McPhoy 1056eee7e9 feat(SW-360): trigger validation on form submission 2024-10-24 11:00:47 +02:00
Chuma McPhoy 94744a4260 chore(SW-360): use signup naming 2024-10-24 11:00:47 +02:00
Chuma McPhoy 158bae92ae fix(SW-360): checkbox width expanding 2024-10-24 11:00:47 +02:00
Chuma McPhoy 28df164532 fix(SW-360): smaller phone contry code width on mobile 2024-10-24 11:00:47 +02:00
Chuma McPhoy 7bafad54f9 fix(SW-360): better country required msg 2024-10-24 11:00:47 +02:00
Chuma McPhoy 19049ce22c fix(SW-360): signup cta ui + name lable formatting 2024-10-24 11:00:47 +02:00
Chuma McPhoy 12d4be59d5 chore: add a commit to enable pr for testing 2024-10-24 11:00:47 +02:00
Chuma McPhoyandPontus Dreij c3590dfe75 fix: reuse currentWebHrefs for signup 2024-10-11 14:54:39 +02:00
Chuma McPhoy e0121e7a17 fix: reuse currentWebHrefs for signup 2024-10-11 14:50:53 +02:00
Chuma McPhoyandPontus Dreij cd898b494a fix(SW-360): service procedure update + contentyp layout fix 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij e7e9954cce fix(SW-360): available days in month 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 72bef761eb chore(SW-360): move password form types 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 6103e17db9 fix(SW-360): set new date in UTC format 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 967a7a8935 fix(SW-360): terms and conditions URL's 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij a9033af4bd fix(SW-360): signup form props 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij cfeb97771e fix(SW-360): Add eyeshow and eyehide icons 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij c21a0cd18b fix(SW-360): redirect verify step when authed as well 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij bf8976c24c feat(SW-360): Add signup verification route w. tracking for login 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 0e0c09dfcd chore(SW-360): revert changes made to test config 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 65b61c900b feat:(SW-360): redirect authenticated users away from signup 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 3407d48f6a fix(SW-360): better handleSubmit error handling 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 540ce58446 feat: setup signup routes and redirect on success 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij 8583306b3c refactor(SW-360): improve error handling logic 2024-10-10 10:47:09 +02:00
Chuma McPhoyandPontus Dreij fe198b5fc5 feat(SW-360): register form headings and styling fixes 2024-10-10 10:47:05 +02:00
Chuma McPhoyandPontus Dreij f895cd2cb5 feat(SW-360): include signup form as a dynamic content 2024-10-10 10:46:51 +02:00
Chuma Mcphoy (We Ahead) 11d9dd9025 Merged develop into feat/SW-360-signup-flow 2024-10-10 07:56:16 +00:00
Chuma McPhoy 87fb4d79dd fix(SW-360): service procedure update + contentyp layout fix 2024-10-10 09:37:38 +02:00
Chuma McPhoy ac8f64994f fix(SW-360): available days in month 2024-10-10 08:59:33 +02:00
Chuma McPhoy e3df8ea64f chore(SW-360): move password form types 2024-10-10 08:59:33 +02:00
Chuma McPhoy f726f860d1 fix(SW-360): set new date in UTC format 2024-10-10 08:59:33 +02:00
Chuma McPhoy cae0648b2f fix(SW-360): terms and conditions URL's 2024-10-10 08:59:33 +02:00
Chuma McPhoy 2fce70e866 fix(SW-360): signup form props 2024-10-10 08:59:33 +02:00
Chuma McPhoy e84b3ca980 fix(SW-360): Add eyeshow and eyehide icons 2024-10-10 08:59:33 +02:00
Chuma McPhoy 01b1d195ee fix(SW-360): redirect verify step when authed as well 2024-10-10 08:59:33 +02:00
Chuma McPhoy 1f6fd4e980 feat(SW-360): Add signup verification route w. tracking for login 2024-10-10 08:59:33 +02:00
Chuma McPhoy 516f8555d5 chore(SW-360): revert changes made to test config 2024-10-10 08:59:33 +02:00
Chuma McPhoy 6c54a54a9e feat:(SW-360): redirect authenticated users away from signup 2024-10-10 08:59:33 +02:00
Chuma McPhoy aa20a803d0 fix(SW-360): better handleSubmit error handling 2024-10-10 08:59:33 +02:00
Chuma McPhoy f356d91f99 feat: setup signup routes and redirect on success 2024-10-10 08:59:33 +02:00
Chuma McPhoy 5bdef742c7 refactor(SW-360): improve error handling logic 2024-10-10 08:59:33 +02:00
Chuma McPhoy e1d6dd9282 feat(SW-360): register form headings and styling fixes 2024-10-10 08:59:33 +02:00
Chuma McPhoy 9ee53fd94a feat(SW-360): include signup form as a dynamic content 2024-10-10 08:59:33 +02:00
Chuma McPhoy 73eddcf4b7 refactor: reusable css modula compatible logic 2024-10-02 09:57:46 +02:00
Chuma McPhoy 3a124f09a1 fix: better defaults for sidebar mobile 2024-10-02 09:57:46 +02:00
Chuma McPhoy 83b374b33f fix: remove unecessary html 2024-10-02 09:57:46 +02:00
Chuma McPhoy 4cb57158f6 chore: cleaner prop classname value handling 2024-10-02 09:57:46 +02:00
Chuma McPhoy 82654cd8e6 fix: gap for main content on mobile 2024-10-02 09:57:46 +02:00
Chuma McPhoy 621a37cd5d fix: show sidebar in mobile viewports for content pages 2024-10-02 09:57:46 +02:00
Chuma McPhoy ff34ae3c0f fix: proper spacing on mobile 2024-10-02 09:57:46 +02:00
Chuma McPhoy 42471b309f fix: update value of container sidebar 2024-10-02 09:57:46 +02:00