-
Notifications
You must be signed in to change notification settings - Fork 279
feat: zoom buttons #1333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat: zoom buttons #1333
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8f798c8
feat: slider component
afonsojramos 131b622
feat: zoom slider
afonsojramos 0f2421c
chore: add mocks
afonsojramos ba6ab8d
chore: add tests
afonsojramos 55b3e1a
Merge branch 'main' into feat/zoom-slider
afonsojramos 78c7e71
Merge branch 'main' into feat/zoom-slider
afonsojramos a4bf556
fix: consistent ui
afonsojramos 7a6aa86
chore: revert electron mock
afonsojramos b0b36cd
fix: consistent test output
afonsojramos aa78899
feat: add `%` & alignment
afonsojramos 8afd848
feat: add live zoom in settings page
afonsojramos bb00f1a
feat: implemented multiplier
afonsojramos c86e7fd
chore: set multiplier to `2` and max zoom to 120%
afonsojramos 6f58d45
Merge branch 'main' into feat/zoom-slider
afonsojramos b230c08
refactor: update slider component
afonsojramos ef1b1ad
chore: define default step ammount
afonsojramos 7e60474
refactor: button component
afonsojramos b0cf36d
chore: undo zoom specific changes
afonsojramos 93d3a89
Merge branch 'main' into feat/zoom-slider
afonsojramos 6664dd0
fix: button in light mode
afonsojramos edd6642
feat: zoom buttons
afonsojramos 1228182
Merge branch 'main' into feat/zoom-buttons
afonsojramos ac28071
Merge branch 'main' into feat/zoom-buttons
afonsojramos 4bc16b3
feat: zoom buttons
afonsojramos 3a51451
feat: saving zoom to settings
afonsojramos a3ab530
Merge branch 'main' into feat/zoom-buttons
afonsojramos 8f8d717
fix: loading zoomPercentage settings
afonsojramos 7e3098b
Merge branches 'feat/zoom-buttons' and 'feat/zoom-buttons' of github.…
afonsojramos 0794b3c
fix: set zoom level from defaultSettings if no Zoom Percentage set
afonsojramos 50c60d5
chore: add default behaviour to handle edge cases
afonsojramos eab5a6e
fix: snapshot
afonsojramos 45d2a3a
Merge branch 'main' into feat/zoom-buttons
afonsojramos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -138,6 +138,7 @@ | |
| "nock": "13.5.4", | ||
| "postcss": "8.4.39", | ||
| "postcss-loader": "8.1.1", | ||
| "resize-observer-polyfill": "1.5.1", | ||
| "rimraf": "5.0.8", | ||
| "style-loader": "4.0.0", | ||
| "tailwindcss": "3.4.4", | ||
|
|
@@ -150,6 +151,6 @@ | |
| "packageManager": "[email protected]", | ||
| "lint-staged": { | ||
| "*.{js,json,ts,tsx}": "biome format --fix", | ||
| "*.{js,ts,tsx}": "pnpm test -- --onlyChanged -u --passWithNoTests" | ||
| "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests" | ||
| } | ||
| } | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.