feat: full-screen glass editor, user migration, and UI improvements#3
Merged
BandiAkarsh merged 1 commit intomainfrom Mar 1, 2026
Merged
Conversation
Editor Improvements: - Add full-screen glass background with gradient orbs and grid - Apply glass effect to editor content area with blur and transparency - Make editor text area larger and fill available space - Add glass styling to Share/Export buttons - Increase spacing between Share/Export buttons (12px gap) - Add separator line between toolbar groups User Migration System: - Add migration check for existing users from old version - Show migration modal for users without passwords - Allow existing users to set password without losing data - Auto-login after successful migration Auth Store Updates: - Add checkMigration() function to detect users needing password setup - Add migrateUser() function to upgrade existing accounts - Export MigrationStatus interface UI Polish: - Add smooth transitions and hover effects to glass buttons - Improve dark mode support for glass elements - Add responsive styles for migration modal Fixes issues: - Small text editor box (now fills screen with glass bg) - Share/Export buttons too close (now properly spaced) - Existing users losing access (now prompted to set password)
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.
Editor Improvements:
User Migration System:
Auth Store Updates:
UI Polish:
Fixes issues: