feat: UI polish — reaction pills, swipe bounds, settings cleanup#133
Merged
GraysonCAdams merged 6 commits intomainfrom Apr 2, 2026
Merged
feat: UI polish — reaction pills, swipe bounds, settings cleanup#133GraysonCAdams merged 6 commits intomainfrom
GraysonCAdams merged 6 commits intomainfrom
Conversation
Without this, cookies are rejected over plain HTTP during local dev, breaking auth and theme persistence.
- Deduplicate reaction events to latest per user in comments API - Debounce reaction notifications to avoid spam - Support delete mode in mark-read endpoint - Block scroll while reaction picker is open - Increase progress bar touch target and show thumb on mobile - Allow reply button visibility to be controlled by parent - Add data-comment-id attribute for scroll targeting - Fix holdFired reset in ActionSidebar - Add onclose callback to BaseSheet - Prevent textarea overflow in CommentInput
Extract activity/notifications from bottom sheet overlay to its own /activity page with proper navigation tab.
Replace vertical per-user reaction rows with grouped horizontal pills showing emoji + count. Tap a pill to reveal a popover with who reacted, styled to match the viewers sheet.
Stop rubber-band effect when swiping left on For Us or right on Replay since there's nothing beyond those edges.
Avatar, username, phone, and group pill are already shown on the Me page — no need to duplicate them on settings.
This was referenced Apr 2, 2026
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.
Summary
Test plan