-
Notifications
You must be signed in to change notification settings - Fork 420
[RI-7069]: Replace EuiTabs with Tabs #4625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
KrumTy
merged 21 commits into
fe/feature/RI-7039-replace-eui
from
fe/feature/RI-7069-EuiTabs-replace
Jun 16, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a87908b
RI-7069: use Tabs for HomeTabs
KrumTy 5812a12
RI-7069: use Tabs for InstancesNavigationPopover
KrumTy 6b0d833
Merge remote-tracking branch 'origin/fe/feature/RI-7039-replace-eui' …
KrumTy 0a555b7
fix unit tests
KrumTy 74ca8b7
use Tabs for InsightsPanel
KrumTy d7a9906
Tabs for DatabaseAnalysis
KrumTy 0c46a6f
fix tests
KrumTy 3ae5ce3
Tabs for AnalyticsTabs
KrumTy 439f644
Tabs for ChatsWrapper
KrumTy c90a014
Tabs for BulkActionsTabs
KrumTy 7f2b082
Tabs for Panel
KrumTy 3d2fce3
Tabs for StreamTabs
KrumTy 74ffd27
Tabs for ManualConnectionForm
KrumTy b8ceeda
drop euiTab styles
KrumTy 1e5512f
temp: skip manual connection tests
KrumTy cab01c7
Merge remote-tracking branch 'origin/fe/feature/RI-7039-replace-eui' …
KrumTy 4f1a3d2
fix failing tests
KrumTy 183db27
update tests
KrumTy bc91b9c
cleanup tests
KrumTy 3137dee
update import path
KrumTy 76916a2
update test selector
KrumTy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
29 changes: 0 additions & 29 deletions
29
redisinsight/ui/src/components/analytics-tabs/constants.tsx
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| import { Tabs, TabInfo } from '@redis-ui/components' | ||
|
|
||
| export default Tabs | ||
| export type { TabInfo } | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why export this as default export? Everywhere else we use named exports