Search filter polish: wave colors, screen-pinned close, archive year - #161
Merged
Merged
Conversation
…ve year - Filter words catch the header wave's own colors (ThemeStyle now publishes waveColor1/2/3 as CSS variables), fading in and out half a second after the wave settles, and skipped entirely when only a filter changed - Picking an option no longer leaves the word stuck in the accent color - Close control pinned to the screen instead of the content column (it sat inside a transformed element), bigger X in #D6001C with an "esc" key hint; Escape still closes, background clicks no longer do - /api/search/archive-date returns 2001: the legacy Wagtail MIN(first_published_at) reports import dates (2018), not coverage Co-Authored-By: Claude Opus 5 <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.
Follow-ups on the search filters, all from testing the live overlay.
ThemeStylepublisheswaveColor1/2/3from the theme as--wave-color-1/2/3, so the effect follows whatever the newsroom sets (blue today) instead of a hardcoded rainbow.<select>kept focus).fixedresolve against that element. Bigger X in#D6001Cwith a grayesckey hint beside it (hidden on phones). Escape still closes; background clicks no longer do./api/search/archive-datereturns 2001. The legacy WagtailMIN(first_published_at)is an import date, so it claimed 2018 while search actually reaches back to 2001. Now a constant, which also drops a legacy DB connection per call.🤖 Generated with Claude Code