fix(ui): single-row filters with date right-aligned, subscribe banner focus - #95
Merged
Merged
Conversation
…anner click - filter-row: flex-wrap nowrap so all filters stay on one line on desktop; date-range gets marginLeft auto to push it to the far right of the row - ChannelsBanner email card: onClick scrolls to footer form and focuses the email input instead of just navigating to #footer-subscribe Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
flex-wrap: nowrapkeeps all filters on one line (desktop); date-range getsmarginLeft: autoso it floats to the far right. Mobile still stacks to column via existing@media (max-width: 640px)rule.#footer-subscribe(URL change only, looked broken). Now usesonClickto smooth-scroll the footer form into view AND focuses the email input (~350ms after scroll), so users land directly in the subscription form ready to type.Test plan
#footer-subscribeappended)🤖 Generated with Claude Code