Feat(UI): Search bar in image info code tabs and add vertical margins for improved UX in Recall Parameters tab.#8786
Merged
Pfannkuchensack merged 4 commits intoinvoke-ai:mainfrom Jan 25, 2026
Conversation
Collaborator
Collaborator
Author
|
Oh, snap! Never thought about spaces. |
Collaborator
Author
|
Adjusted the data viewer search highlight to ignore whitespace-only input by trimming before building the regex, so spaces no longer get highlighted across the page. |
Pfannkuchensack
approved these changes
Jan 25, 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
This PR adds a Search bar to the Image Info Viewer on tabs containing code-like text.
It simplifies searching through large metadata / workflow / graph blocks for specific items.
After entering a keyword, all matching instances are highlighted.
Search is case-insensitive.
Additionally, side padding was added to improve UX on Info tabs, primarily on the Recall Parameters tab.
Previously, navigation arrows could overlap the
Recall Parameterbuttons when prompts were extremely long or the window size was small.Before:

After fix:

Related Issues / Discussions
Brief discussion on Discord: https://discord.com/channels/1020123559063990373/1020123559831539744/1462973199443689608
Also closes:
#8775
QA Instructions
Search Bar
Recall Parameters – UX / Padding Fix
Merge Plan
Likely low‑risk to merge, but a few merge‑conflict hotspots:
Behavioral risks are minimal: search term state is per‑tab and defaulted safely; arrow hit area is intentionally smaller. If main has different spacing conventions, there could be visual diffs rather than runtime errors.
Checklist
What's Newcopy (if doing a release after this PR)