-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update login UI #1030
Update login UI #1030
Conversation
CannonLock
commented
Apr 2, 2024
- Memory Cache User and other information
- Remove Jumpiness from various pages that rely on this now cached information
- Add a User button
- Rework the login page to push towards Oauth login
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.
Some changes to consider (see comments above)
@haoming29 Going to have to move the lack of returning to the original place to next release. I am not sure why my implementation for this is not working post build. |
That sounds good to me |
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.
Two small changes requested. We one step before are getting there!
The cache PR causes a bit merge conflict, but after fixing that, we should hold until the login API changes #963 are in |
0931c16
to
c4ccb69
Compare
@haoming29 Rebased and addressed concerns listed here: #963 (comment) |
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.
LGTM! Thanks for this
Note that we still need wait until #963 to be merged in first |
@CannonLock We should be good to go, once the branch is rebased/merged against the main and the merge conflicts are fixed |
- Memory Cache User and other information - Remove Jumpiness from various pages that rely on this now cached information - Add a User button - Rework the login page to push towards Oauth login
- pre-commit
Co-authored-by: Haoming Meng <[email protected]>
4c74ed7
to
8eec5e0
Compare