Edge swipe:
- Only detect from RIGHT edge (swipe left = next page)
- Left edge no longer triggers page nav (avoids conflict with system
back gesture)
- Previous page navigation via binder dropdown or system back only
Page list navigation:
- Simplified selectedPageId handling — read and clear synchronously
during recomposition instead of async StateFlow observation
- Fixes issue where clicking a page in view-all-pages went to last
visited page instead of the selected one
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>