readest/apps
Vincent Roberson 9c4f9550b8
fix(layout): show progress info on top of the page in scrolled mode (#5029)
* The progress bar interferring with scrolled text has been fixed. Toggling is working to remove individual elements on the bar. The progress bar isn't tappable it seems. The progress bar also is sfill getting obstructed when hovering over it by the footerbar, but if you are quick enough you

* the hovering issue has been fixed with the progress bar

* got the toggle for the footer progress bar to be for the whole bar but it seems to be overlapping with areas that you would tap to move forward and backward pages

* refactor(reader): drop tap-to-toggle footer, keep it display-only

Tapping to hide the footer had no dependable way back: the restore
targets were invisible corner pads users could not discover, and the
reveal also silently failed while auto-scroll or a text selection
consumed the tap. Remove the option; hide the footer via
Settings > Layout > Show Footer instead.

- remove tapToToggleFooter from ViewConfig, defaults, and LayoutPanel
- make ProgressBar display-only (pointer-events-none, no tap targets
  or restore pads)
- revert the FooterBar hover zone to the 52px strip and delete useHoverIntent
- keep the footerReservesBand obstruction fix and scrolled-mode pills
- prune the orphaned "Tap to Toggle Footer" i18n key

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Huang Xin <chrox.huang@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 17:48:31 +02:00
..
readest-app fix(layout): show progress info on top of the page in scrolled mode (#5029) 2026-07-09 17:48:31 +02:00
readest-calibre-plugin feat(calibre): add Readest calibre plugin to push books and metadata (#4918) 2026-07-04 16:40:16 +02:00
readest.koplugin perf(koplugin): defer and cache Library group covers (#4954) (#4974) 2026-07-06 17:55:51 +02:00