Polish Flow Reader product experience - #2
Merged
Merged
Conversation
Owner
Author
|
Maintenance follow-up added on this existing polish branch: added the MIT license, raised the runtime/CI floor to Node 24, modernized the Vite toolchain to Vite 8 + the Vite 8-compatible PWA plugin + TypeScript 7, and regenerated the npm lockfile from a clean dependency graph. No GitHub Release was added; Flow Reader remains a GitHub Pages project. |
M3RCU3Y
marked this pull request as ready for review
August 17, 2026 19:54
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.
What changed
docs/UX_AUDIT.mdWhy
The reader already has substantial functionality, but the product surface felt less trustworthy and coherent than the underlying feature set. This pass focuses on product polish and interaction quality without rewriting the RSVP/Bionic reading engine or changing persistence semantics.
Safety
This PR targets
mainbut remains a draft. The branch isagent/flow-reader-product-polish; no commits were pushed directly tomain. The existing GitHub Pages deployment workflow only deploys pushes tomain.Validation
Branch CI runs:
npm cinpm run checknpm run buildThe latest branch CI completed successfully before opening this draft PR.
Follow-up
The highest-value next pass is bundling current CDN runtime dependencies, then splitting the oversized app/import orchestration components and adding browser-level regression coverage.