zoom level should affect editing pane only
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 61.6k
- Forks
- 4.6k
- Avg merge
- 23h 49m
- Merged PRs (30d)
- 89
Description
Currently, the zoom feature affects all text in the main window, including the tab bar and side bar. Normally, a zoom setting would affect only the size of document text. Restricting the affected components to document text might improve usability of the application.


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of the zoom feature in the editor window and inspect how it applies scaling to document text, the tab bar, and the side bar. Verify that changing zoom affects only the editing pane while the surrounding interface remains unchanged, using the existing UI checks or manual testing if no dedicated test is mentioned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100