-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add JoinPage component with navigation and styling #1314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 57 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
275f08c
feat: Add JoinPage component with navigation and styling
sinatragianpaolo 38a9f47
test: Add end-to-end tests for Join page steps and logged-in user sce…
sinatragianpaolo 0701655
refactor: Remove ButtonWrapper from JoinPage and update logged-in use…
sinatragianpaolo 620efd9
fix: Update JoinPage navigation logic to use searchParams for redirec…
iacopolea 590ee36
feat(api): add new endpoints for invites and user roles, and modify e…
sinatragianpaolo 3444698
test: Enhance Join page tests with setup for new user scenario
sinatragianpaolo 49a2efe
feat(join): add invite handling and loading state to JoinPage, update…
sinatragianpaolo f10a45b
WIP
sinatragianpaolo 3bdbe2e
feat: Implement multi-step join form with validation and navigation
iacopolea 592d943
Implement code changes to enhance functionality and improve performance
iacopolea 7245fae
feat(join): update JoinForm to handle invitation logic and enhance St…
iacopolea 6cabd65
fix(join): update Step2 input disabled logic to prevent editing when …
iacopolea b75db5d
feat(join): enhance Step 1 with form fields and validation, update tests
sinatragianpaolo e373b0d
fix(join): reset initial step to 1 in FormProvider and update test fo…
sinatragianpaolo fb9f1d3
feat(join): implement dynamic validation for password fields in Step…
sinatragianpaolo 7c86c8e
feat(tests): add JSON test data for pending review plans and user roles
iacopolea a3277c4
feat(join): add email validation logic in Step 1 and enhance test cov…
sinatragianpaolo 63e1eb2
fix(join): rename goToStep2 to buttonGoToStep2 for consistency and up…
sinatragianpaolo 74ca207
feat(join): enhance Step 2 with role selection and validation, update…
iacopolea 2ebd4de
feat(join): add validation for email input in Step 1 and update tests…
sinatragianpaolo 2da0291
test(join): ensure password validation triggers on button click in St…
sinatragianpaolo 33feee3
feat(api): replace postCampaigns with postUsers endpoint and update r…
sinatragianpaolo 0d5fdab
fix(join): rename mail to email in JoinFormValues and update related …
sinatragianpaolo 6d5c804
feat(join): add status and values to useFormikContext and disable ema…
sinatragianpaolo c3fede8
feat(join): enhance Step1 and Step2 components with type safety and i…
sinatragianpaolo 07db913
feat(join): refactor form handling and validation, integrate new subm…
iacopolea 23aff85
feat(join): refactor FormProvider and useJoinSubmit to streamline inv…
sinatragianpaolo 5e0fc64
feat(join): enhance Step2 component with improved role selection hand…
iacopolea 2129cc7
feat(join): add password visibility toggle to Step1 component; enhanc…
iacopolea 13d668f
feat(join): remove coloros from media queryies
sinatragianpaolo d8b28f9
feat(join): enhance password requirements display by refactoring to P…
sinatragianpaolo 5f63df6
Enhance JoinPage with step titles and descriptions, refactor button l…
iacopolea 5f1d127
Refactor useJoinSubmit: Migrate from .ts to .tsX, enhance error handl…
iacopolea 09a8796
defdf
sinatragianpaolo e0ec5d0
refactor(join): streamline JoinPage components, enhance accessibility…
iacopolea 6d3f53b
refactor(join): update JoinForm and step components to use fragments …
iacopolea 905aaa6
fix(useJoinSubmit): correct nonce handling and enhance logging for be…
iacopolea 15562c9
fix(useJoinSubmit): correct nonce handling in login function
iacopolea 84eec3d
feat(join): reintroduce useJoinSubmit with enhanced error handling an…
sinatragianpaolo 0f4da1d
fix(useJoinSubmit): replace navigate with document.location.href for …
sinatragianpaolo dc97ae3
fix(useJoinSubmit): remove unused navigate import and update redirect…
sinatragianpaolo 020ed81
fix(Step1): add early return in validateEmail for invited users
iacopolea 2dac4ad
fix(useJoinSubmit): remove debug console logs from onSubmit function
sinatragianpaolo 3695e83
feat(join): add loading and error states to JoinPage with correspondi…
iacopolea f9e4d2f
feat: add WaitModal component for signup process indication
iacopolea bea2a75
fix(JoinPage): center text in step title and update image imports for…
iacopolea bbd2914
Refactor code structure for improved readability and maintainability
iacopolea 0177037
fix(PasswordRequirements): ensure text is bold for password requireme…
iacopolea 7a39ccf
feat: Add animated image transitions to JoinPage and update backgroun…
iacopolea 7273aec
fix(ImagesColumn): optimize animation calculations and clean up imports
iacopolea b2185cd
Refactor code structure for improved readability and maintainability
iacopolea cff0e52
fix(JoinForm): remove unused imports for cleaner code
iacopolea 6da3861
fix(Join): correct file path casing for user project ID response
iacopolea 84945e2
fix(LoginPage): remove password length validation for improved user e…
iacopolea c7ac48a
feat(JoinPage): integrate GTM event tracking for sign-up flow actions
iacopolea 397207a
fix(JoinPageError): update invitation status check to use URL parameters
iacopolea be3cd71
Merge pull request #1331 from AppQuality/UN-1437
d-beezee c64e888
Merge branch 'develop' into UN-1374
d-beezee b560c5a
refactor: remove sensitive data and enhance event tracking in sign-up…
iacopolea 15f8c4d
chore update api
iacopolea File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "username": "[email protected]", | ||
| "password": "password", | ||
| "url": "https://dev.unguess.io/api" | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
direi no :D