Claude/ai tire recommendations fz x ni - #123
Merged
Merged
Conversation
The theme was overriding the absolute positioning on the submit button, causing it to render as a full-width block below the input. Added !important to all positioning, sizing, and display properties to ensure the button stays inside the search container on the right side. https://claude.ai/code/session_0195qrfdbpuQMDXhkXviHByr
Removes the old keyword fuzzy search input and promotes the AI search bar to be the sole search field in the filter panel. All JS references to the removed #searchInput element have null guards and gracefully no-op. Removed the searchInput listener registration and the border separator that previously divided the two bars. https://claude.ai/code/session_0195qrfdbpuQMDXhkXviHByr
When RTG_AI::is_enabled() returns false, the template now renders the original keyword search input (#searchInput) instead of showing no search bar at all. The searchInput listener is also restored in the inputsToWatch array so fuzzy search works when present. https://claude.ai/code/session_0195qrfdbpuQMDXhkXviHByr
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.
No description provided.