Skip to content

Add spec for reader and delete bugfixes (v0.11.1)#119

Merged
NateEaton merged 4 commits into
codex/misc-fixesfrom
claude/fix-delete-video-bugs-8ELjd
Mar 16, 2026
Merged

Add spec for reader and delete bugfixes (v0.11.1)#119
NateEaton merged 4 commits into
codex/misc-fixesfrom
claude/fix-delete-video-bugs-8ELjd

Conversation

@NateEaton

Copy link
Copy Markdown
Owner

Summary

This PR adds a comprehensive specification document outlining five bugs and improvements identified during user testing of the reader and bookmark deletion features.

Changes

  • New file: docs/specs/reader-and-delete-bugfixes-spec.md
    • Documents six issues affecting the reader experience and bookmark management
    • Provides root cause analysis and proposed fixes for each item
    • Includes implementation guidance and affected file locations

Key Issues Covered

  1. Rapid successive deletes — Only the first delete registers when users delete multiple bookmarks in quick succession due to a single-value state holder being overwritten
  2. Text size shifts — Changing margin/width settings causes ~14% text size changes due to responsive CSS media queries conflicting with textZoom
  3. Layout glitch (Issue Implement search feature (titles, site, labels for current view) #11) — Certain articles break visually when typography settings change
  4. Video fullscreen UX — Improvements for discoverability, auto-rotation, provider links, and control positioning
  5. Narrower minimum margin — Adjustment to the WIDE setting for better edge-to-edge content
  6. Theme switch reflow — Full content reload when switching themes can be optimized to CSS variable updates instead

Priority

The spec prioritizes fixes by severity and effort, with rapid delete handling as the highest-priority bug and theme switch optimization as the most involved enhancement.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm

claude added 4 commits March 15, 2026 22:38
Covers six items from user feedback: rapid successive delete race
condition, text-size shift when margins change, reproducible layout
glitch, video fullscreen for article embeds, narrower minimum margin,
and theme-switch reflow elimination via CSS custom properties.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm
The issue is not about fullscreen callbacks for article types — Readeck's
extraction pipeline strips iframe/embed tags from article HTML entirely.
The video content never reaches the app. Updated to document as a
server-side limitation with options for future consideration.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm
Fullscreen works correctly for all providers. Revised to focus on the
actual UX issues: discoverability (non-obvious path to fullscreen) and
auto-rotation (sensor-based rotation instead of manual rotate button).
Dropped server-side extraction limitation note as out of scope.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm
Added four sub-items: app-controlled fullscreen entry for
discoverability, enabling "open in service" links by relaxing iframe
sandbox, auto-rotation via Activity orientation, and repositioned
pill-shaped overlay controls to avoid provider control overlap.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm
@NateEaton NateEaton merged commit d4d95fb into codex/misc-fixes Mar 16, 2026
1 check passed
@NateEaton NateEaton deleted the claude/fix-delete-video-bugs-8ELjd branch March 16, 2026 01:29
NateEaton added a commit that referenced this pull request Mar 16, 2026
* Fix release drawer route matching

* Improve label picker multi-select UX

* Refine reader settings sheet and theme controls

* Restore dynamic reader accents

* Improve reader search navigation

* Adapt reader settings sheet height

* Add duplicate URL detection spec

* Add sync architecture optimization spec (#117)

Analyzes the current API sync pipeline and proposes targeted fixes for
two issues: the ~10s blocking sync spinner on app open, and the N+1
database insert pattern in BookmarkDao. Preserves the existing deferred
content load model. Includes phased implementation plan.

https://claude.ai/code/session_01WsQFgiU2b4TMFxayW6Q2s7

Co-authored-by: Claude <noreply@anthropic.com>

* Refine duplicate URL detection spec after codebase review (#118)

Address implementation gaps identified during feasibility review:
- Fix subsection heading levels for proper markdown hierarchy
- Specify suspend fun (not Flow) for DAO duplicate lookup
- Add ShareActivity architectural approach (local compose state)
- Place duplicate fields on CreateBookmarkUiState.Open for in-app path
- Expand title match semantics table for blank existing titles
- Add navigate-away UX guidance (explicit Open button per row)
- Clarify duplicate Open vs View save action relationship
- Move url index from optional to required for V2
- Resolve date format: relative within 7 days, absolute after
- Remove resolved items from open decisions list

https://claude.ai/code/session_01PcGXsUwaCgAm4VvSTavsaC

Co-authored-by: Claude <noreply@anthropic.com>

* Add spec for reader and delete bugfixes (v0.11.1) (#119)

* Add mini spec for reader & delete bugfixes (v0.11.1)

Covers six items from user feedback: rapid successive delete race
condition, text-size shift when margins change, reproducible layout
glitch, video fullscreen for article embeds, narrower minimum margin,
and theme-switch reflow elimination via CSS custom properties.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm

* Correct spec item #4: embedded videos are stripped server-side

The issue is not about fullscreen callbacks for article types — Readeck's
extraction pipeline strips iframe/embed tags from article HTML entirely.
The video content never reaches the app. Updated to document as a
server-side limitation with options for future consideration.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm

* Update spec item #4: video fullscreen UX polish

Fullscreen works correctly for all providers. Revised to focus on the
actual UX issues: discoverability (non-obvious path to fullscreen) and
auto-rotation (sensor-based rotation instead of manual rotate button).
Dropped server-side extraction limitation note as out of scope.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm

* Expand spec item #4 with video fullscreen improvements

Added four sub-items: app-controlled fullscreen entry for
discoverability, enabling "open in service" links by relaxing iframe
sandbox, auto-rotation via Activity orientation, and repositioned
pill-shaped overlay controls to avoid provider control overlap.

https://claude.ai/code/session_015xCk9LrWSrxxmCEWudcMkm

---------

Co-authored-by: Claude <noreply@anthropic.com>

* Fix reader theming, delete undo, and video controls

* Clarify pending delete snackbar target

---------

Co-authored-by: Claude <noreply@anthropic.com>
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.

2 participants