Merged
Conversation
- simple pure ocmponent to render information related to particular index re #RI-7930
Contributor
Code Coverage - Frontend unit tests
Test suite run success5572 tests passing in 709 suites. Report generated by 🧪jest coverage report action from dc57885 |
redisinsight/ui/src/pages/vector-search/components/IndexInfo/IndexInfo.tsx
Outdated
Show resolved
Hide resolved
…e consistent casing
pawelangelow
previously approved these changes
Feb 3, 2026
…or consistency with FieldTypes
dantovska
approved these changes
Feb 4, 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.
What
Add Index Info component
PS: Later to be used together with the
useIndexInfohook on the new Vector Search page (#5437)Testing
You can review the Storybook examples for more details and usage instructions.
http://localhost:6006/?path=/story/pages-vector-search-components-indexinfo--default
Example
Note
Low Risk
Low risk additive UI work: introduces a new presentational
IndexInfocomponent with helper utilities, test coverage, and Storybook stories, plus new mock factories and type exports. Changes are mostly isolated to vector-search UI and add deprecation annotations without altering existing behavior.Overview
Adds a new
IndexInfopure component for the Vector Search UI that renders index definition (key type + prefixes), formatted options, an attributes table, and summary stats, including a loading state viadataTestId-scoped test ids.Introduces supporting utilities (
parseIndexAttributes, option/prefix formatting), frontendIndexInfo/attribute/definition/options types exported viapages/vector-search/hooks, plus new Fishery factories, Storybook stories, and unit tests for both the component and utilities.Marks the legacy
vector-search-deprecatedIndexAttributesListcomponent/styles as@deprecated, and adds a TODO note onGroupBadgeabout future replacement.Written by Cursor Bugbot for commit dc57885. This will update automatically on new commits. Configure here.