Make Auto-fit text a per-screen setting#75
Merged
Conversation
Auto-fit text was a single global toggle (persisted in localStorage). It is now stored per screenshot (text.autoFit): - Each screen has its own autoFit flag, edited via the Text-tab toggle which now reflects/writes the currently selected screen. - Renderer reads txt.autoFit instead of the global state.autoFitText. - New screens (and thus new projects) default to autoFit on. - Existing projects migrate from the legacy global flag, so projects that had auto-fit enabled keep it on for every screen. - All-languages view badge and overlap status use the per-screen flag. https://claude.ai/code/session_012x9ZSgPU3ehv4FfvxbBP4p
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.
Auto-fit text was a single global toggle (persisted in localStorage). It is now stored per screenshot (
text.autoFit).Changes
txt.autoFitinstead of the globalstate.autoFitText.Verification
node --checkpasses onapp.jsandappstore-features.js.index.html(HTTP 200).https://claude.ai/code/session_012x9ZSgPU3ehv4FfvxbBP4p
Generated by Claude Code