* 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>