Fix UI layout alignment, top nav bar click glitches, and autofill lab…#1014
Open
aucxtix wants to merge 1 commit into
Open
Fix UI layout alignment, top nav bar click glitches, and autofill lab…#1014aucxtix wants to merge 1 commit into
aucxtix wants to merge 1 commit into
Conversation
Author
|
please review @Charushi06 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR fixes layout scaling issues, top navigation glitches, and implements a premium, interactive Lunar Snow Feline mascot for authentication.
Related Issues
Closes #400
Key Fixes
Top Navigation Sync: Fixed the placeholder top links (Dashboard, Tasks, Calendar, Settings) so they actively switch views via the sidebar instead of glitching or jumping the page to the top.
No More Clipping: Fixed the bug where the Field of Study dropdown and form inputs got cut off on smaller screens. Added a strict container (max-height: 92vh) with smooth internal scrolling (overflow-y: auto).
Mascot Upgrade: The character shape is kept constant but updated to a "Lunar Snow Cat" (silvery-white with glowing sapphire eyes) with smooth cursor tracking and responsive typing animations.
Autofill & Password Privacy: Fixed the issue where browser autofill overlapped text labels. Paws now smoothly rise to cover its eyes during password entry and lower slightly when toggling visibility.
Anti-Crash Fetch: Patched the safeFetchJSON handler to prevent the app from crashing into a blank screen if the backend sends an unexpected response.