Skip to content

feat: add visited-page navigation history - #34

Merged
emsi merged 4 commits into
masterfrom
feature/33-page-history
Aug 9, 2026
Merged

feat: add visited-page navigation history#34
emsi merged 4 commits into
masterfrom
feature/33-page-history

Conversation

@emsi

@emsi emsi commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • add bounded Back/Forward page history across open notebooks using stable source, section, and page identifiers
  • expose history through the application menu, Alt+Left/Alt+Right, standard Back/Forward key events, and conventional Linux mouse navigation buttons
  • keep ordinary pointer events untouched through a dedicated raw input adapter and place initial focus on non-destructive notebook navigation
  • document the navigation contract and add deterministic state tests plus Xvfb/xdotool pointer-propagation coverage

Verification

  • cargo test --workspace --all-targets --locked --offline
  • cargo clippy --workspace --all-targets --locked --offline -- -D warnings
  • GTK/Xvfb viewer, renderer, icon, and GUI smoke tests
  • dependency license audit
  • GitHub Actions release-build run 31318741537: native, Flatpak, and AppImage jobs passed
  • Flatpak manually verified by the project owner

Closes #33

@emsi
emsi merged commit 66feaec into master Aug 9, 2026
4 checks passed
@emsi
emsi deleted the feature/33-page-history branch August 9, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Navigate backward and forward through visited pages

1 participant