Skip to content

Search within a category from the browse screen - #122

Open
AndrewG828 wants to merge 1 commit into
user/andrewgao/feature/UI-UX-Lucid-Refactor-11-home-searchfrom
user/andrewgao/feature/UI-UX-Lucid-Refactor-12-category-search
Open

Search within a category from the browse screen#122
AndrewG828 wants to merge 1 commit into
user/andrewgao/feature/UI-UX-Lucid-Refactor-11-home-searchfrom
user/andrewgao/feature/UI-UX-Lucid-Refactor-12-category-search

Conversation

@AndrewG828

@AndrewG828 AndrewG828 commented Sep 3, 2026

Copy link
Copy Markdown
Member

Stacked PR 12 of 15. Based on #121 — merge in order.
#111#112#113#114#115#116#117#118#119#120#121#122#123#124#125

Browsing a category had an always-visible search bar pinned above the grid,
which cost a row of vertical space on a screen whose whole job is showing
listings. It becomes a toolbar button that opens the same SearchPanel Home and
Explore use, over the results.

Search state is explicit now rather than inferred from searchText. The old
version switched to the searched-items array the moment the field was non-empty,
so a half-typed query showed an empty grid and "no posts match" before anything
had been sent. isShowingSearchHistory flips only when a search actually runs,
and the recent-query list is shared with the rest of the app instead of being a
per-screen behaviour.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_017R8mua9xepzF3mnRETtd6W

Browsing a category had an always-visible search bar pinned above the grid,
which cost a row of vertical space on a screen whose whole job is showing
listings. It becomes a toolbar button that opens the same `SearchPanel` Home and
Explore use, over the results.

Search state is explicit now rather than inferred from `searchText`. The old
version switched to the searched-items array the moment the field was non-empty,
so a half-typed query showed an empty grid and "no posts match" before anything
had been sent. `isShowingSearchHistory` flips only when a search actually runs,
and the recent-query list is shared with the rest of the app instead of being a
per-screen behaviour.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017R8mua9xepzF3mnRETtd6W
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: e0c32c95-3bba-4cb1-bf4b-d83932299a77

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant