-
Notifications
You must be signed in to change notification settings - Fork 67
Add scroll marker using fake scrollbar implementation #436
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
Open
arogl
wants to merge
36
commits into
brandon1024:develop
Choose a base branch
from
arogl:scollbar-highlight
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 29 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e6fa339
Add scroll marker fake scrollbar implementation
arogl 9e2ff52
Update Japanese locale, and fix formatting changes
arogl b305601
Remove period mark from ja strings
pzhlkj6612 e4d4f64
Fix wrong level of content in table
pzhlkj6612 d7892ea
Revert code style changes
pzhlkj6612 b3a6649
Change names and translations to match existing style
pzhlkj6612 4e5c7ff
Remove useless tr-catch and null-check statements
pzhlkj6612 f8cc623
Merge pull request #1 from pzhlkj6612/arogl/cleanup
arogl 90a1b6a
Ensure highlights add and remove simultaneously
arogl db50cbe
Remove all try-catch
pzhlkj6612 b705b0e
Remove unused parameters
pzhlkj6612 e9296d7
Remove an empty line
pzhlkj6612 6e7538c
Make scrollbar width const
pzhlkj6612 d9cddc1
Remove unreliable page color check; use only one style
pzhlkj6612 9ab9bf0
Throttle down "scroll" by "setTimeout" not "requestAnimationFrame"
pzhlkj6612 bd73d98
Use local variables
pzhlkj6612 65da005
Extract common things from the code about scrollbar; readability
pzhlkj6612 5e83b02
Process existing elements directly instead; reduce fallbacks
pzhlkj6612 32cbbb0
Query markers one time only when updating style for the active one
pzhlkj6612 e42a39d
Add or remove injected "find-ext-scrollbar-style" directly
pzhlkj6612 c6efb60
Remove a fallback from "createScrollMarker"
pzhlkj6612 6f0b50e
Simplify by using returned element from "appendChild()"
pzhlkj6612 f96cc3f
Manage merged styles in ShadowRoot
pzhlkj6612 bddcd36
Reduce DOM traversal by calculating markerTop during matching checking
pzhlkj6612 d29c894
Drop meaningless fallbacks or checks
pzhlkj6612 5bf97ff
Restore dark-mode detection by media query; hard-code colors for now
pzhlkj6612 9905f25
Object-Oriented Programming: ScrollbarHighlightMaker
pzhlkj6612 4602a4b
Minor refactors for variable naming and comments
pzhlkj6612 c4a5c0a
Merge pull request #2 from pzhlkj6612/arogl/cleanup
arogl 2f047ec
Break scrollbar into separate files
arogl ac6826f
Update manifest for new files
arogl bb8795a
cur/paste error :sad:
arogl 62e44a7
Restore unneeded changes from JS and JSON files
pzhlkj6612 0fe26e5
Merge pull request #3 from pzhlkj6612/arogl/cleanup
arogl 06be275
Address scrollbar comments
arogl b85f94d
I think this fixes the last comments.
arogl 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
Some comments aren't visible on the classic Files Changed page.
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
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
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.