fix: preventing jump from hiding the bar - #133
Open
maximeroucher wants to merge 1 commit into
Open
Conversation
maximeroucher
force-pushed
the
fix/navbar-hidden-at-startup
branch
2 times, most recently
from
August 3, 2026 22:32
f2049da to
f11af0b
Compare
maximeroucher
force-pushed
the
codegen-clean
branch
from
August 4, 2026 16:35
dee177f to
8e49570
Compare
maximeroucher
force-pushed
the
fix/navbar-hidden-at-startup
branch
from
August 4, 2026 16:52
f11af0b to
809340d
Compare
maximeroucher
force-pushed
the
codegen-clean
branch
2 times, most recently
from
August 5, 2026 12:21
3f09a99 to
e2e1491
Compare
maximeroucher
force-pushed
the
fix/navbar-hidden-at-startup
branch
2 times, most recently
from
August 5, 2026 13:14
bab7d12 to
9a9cd5d
Compare
maximeroucher
force-pushed
the
codegen-clean
branch
from
August 6, 2026 09:13
e2e1491 to
7d2230d
Compare
maximeroucher
force-pushed
the
fix/navbar-hidden-at-startup
branch
2 times, most recently
from
August 6, 2026 09:59
4a8f8e2 to
2594936
Compare
maximeroucher
force-pushed
the
fix/navbar-hidden-at-startup
branch
from
August 6, 2026 10:55
2594936 to
19c3e7c
Compare
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.
Fixes the navbar being hidden at startup: the feed auto-scroll (jumpTo to the next upcoming event) was treated as a user scroll down and hid the navbar. Programmatic jumps are now ignored by the scroll listeners.