feat: v1.1.1 - complete English translation, auth fix, smooth transitions#15
Merged
feat: v1.1.1 - complete English translation, auth fix, smooth transitions#15
Conversation
…to-login When password was left empty during setup, onSetupComplete did not include hasPassword in the config state, causing ProtectedRoute to flash "Access Denied" instead of auto-authenticating. Now ConfigContext preserves the hasPassword flag and ProtectedRoute shows a spinner during auto-login.
…w, improve page transitions - Translate all user-facing Spanish strings: skill states (CRITICAL GAP, NEEDS IMPROVEMENT, STRENGTH, COMPETENT), labels, actions, narratives, delete modal, profile reset dialog - Fix auto-login bypassing password: move auto-auth to AuthContext level, clear old tokens on setup, prevent stale sessions - Remove lazy loading for 5 main pages to eliminate Suspense spinner flash - Add animated fade-in transition on route changes via Layout Outlet wrapper - Bump version to 1.1.1 across all package.json and tauri.conf.json - Update all affected tests to match translated strings
Translate developer comments across 18 source files from Spanish to English for codebase consistency. No logic or user-facing changes.
Auto-login moved from ProtectedRoute to AuthContext. Update tests to verify ProtectedRoute shows loader when hasPassword is false instead of making fetch calls directly.
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.
Summary
Test plan