-
Notifications
You must be signed in to change notification settings - Fork 49
Feature/register Support new account creation/registration #579
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
Open
TigerInYourDream
wants to merge
33
commits into
project-robius:main
Choose a base branch
from
TigerInYourDream:feature/register-new
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
7f93991
UI Design
okapii 4e3e845
Icon folder cleanup
okapii ef47d65
Icons: more cleanups
okapii 43cf602
Initial work new UI design
okapii 7ac5ac8
More design rework and DSL restructuring
okapii 42fe3ca
feat: Add comprehensive user registration screen with SSO support
TigerInYourDream f212565
Merge branch 'main' into feature/register-new
TigerInYourDream 0ef2b32
fix: Address clippy warnings
TigerInYourDream 6509e20
feat: Complete SSO registration implementation with proper modal hand…
TigerInYourDream e070f6f
fix: Registration modal and sync state improvements
TigerInYourDream de8e5f6
add reset_screen_state after register success and NavigateToLogin
TigerInYourDream 7fbf5d6
Merge branch 'main' into feature/register-new
TigerInYourDream 4b7f52b
fix: Reset dock state flag on logout to prevent tab restoration
TigerInYourDream 2f747bc
Merge main branch into feature/register-new
TigerInYourDream a169504
Merge branch 'origin/new_design' into feature/register-new
TigerInYourDream 35642a3
Revert "Merge branch 'origin/new_design' into feature/register-new"
TigerInYourDream 989e267
Fix register screen macros after reverting new_design
TigerInYourDream 81aa921
Restore non-registration files to origin/main state
TigerInYourDream 74c53e8
Polish registration docs and UIA handling
TigerInYourDream 33dfe0e
Add registration token UI and keep SSO pending
TigerInYourDream fe502d0
Merge branch 'main' into feature/register-new
TigerInYourDream 4a10a46
Fix registration token flow and unblock SSO cancel in register screen
TigerInYourDream e3e0c74
Merge remote-tracking branch 'origin/main' into feature/register-new
TigerInYourDream 9694466
Handle registration UIA cleanly: typed errors, token warnings, and SS…
TigerInYourDream 3a4be1e
Polish registration flow: typed UIA errors, token warning text, SSO c…
TigerInYourDream 76ef08d
Merge branch 'main' into feature/register-new
TigerInYourDream 0f6ecd7
Merge remote-tracking branch 'origin/main' into feature/register-new
TigerInYourDream b71dda1
Merge remote-tracking branch 'origin/feature/register-new' into featu…
TigerInYourDream 3f7dc85
Merge branch 'main' into feature/register-new
TigerInYourDream 4b2539c
Address Copilot review feedback: improve validation and error handling
TigerInYourDream 72af37f
Fix redundant state cleanup in SSO registration flow
TigerInYourDream e0f000b
Merge branch 'main' into feature/register-new
TigerInYourDream be87eeb
Merge branch 'feature/register-new' of github.com:TigerInYourDream/ro…
TigerInYourDream 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| use makepad_widgets::*; | ||
|
|
||
| pub mod register_screen; | ||
| pub mod register_status_modal; | ||
|
|
||
| pub fn live_design(cx: &mut Cx) { | ||
| register_screen::live_design(cx); | ||
| register_status_modal::live_design(cx); | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.