-
Notifications
You must be signed in to change notification settings - Fork 383
RI-7039: replace eui #4548
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
Open
pd-redis
wants to merge
120
commits into
main
Choose a base branch
from
fe/feature/RI-7039-replace-eui
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
RI-7039: replace eui #4548
Conversation
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
# Conflicts: # redisinsight/ui/src/components/connectivity-error/ConnectivityError.tsx # redisinsight/ui/src/components/inline-item-editor/InlineItemEditor.tsx # redisinsight/ui/src/components/item-list/components/delete-action/DeleteAction.tsx # redisinsight/ui/src/components/item-list/components/export-action/ExportAction.tsx # redisinsight/ui/src/components/query/query-actions/QueryActions.tsx # redisinsight/ui/src/components/query/query-card/QueryCardHeader/QueryCardHeader.tsx # redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/components/InternalPage/InternalPage.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyHash/AddKeyHash.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyList/AddKeyList.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyReJSON/AddKeyReJSON.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeySet/AddKeySet.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyStream/AddKeyStream.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyString/AddKeyString.tsx # redisinsight/ui/src/pages/browser/components/add-key/AddKeyZset/AddKeyZset.tsx # redisinsight/ui/src/pages/browser/modules/key-details/components/rejson-details/components/edit-entire-item-action/EditEntireItemAction.tsx # redisinsight/ui/src/pages/browser/modules/key-details/components/set-details/add-set-members/AddSetMembers.tsx # redisinsight/ui/src/pages/database-analysis/components/header/Header.tsx # redisinsight/ui/src/pages/home/components/database-list-header/DatabaseListHeader.tsx # redisinsight/ui/src/pages/home/components/database-manage-tags-modal/ManageTagsModal.tsx # redisinsight/ui/src/pages/settings/components/cloud-settings/CloudSettings.tsx # redisinsight/ui/src/pages/settings/components/cloud-settings/components/user-api-keys-table/UserApiKeysTable.tsx # redisinsight/ui/src/pages/slow-log/components/Actions/Actions.tsx
* add RiToast.tsx, RiToaster.tsx * update notifications components, fix types in notifications.ts * update Notifications.tsx, error-messages.tsx to use RiToast components
* add/refactor text components * replace EuiText, EuiTextColor
* export redis ui numeric input * replace eui field number with numeric input * remove no longer used validators * add better test names and some more tests for the numeric input behavior when strings are provided
* export menu components * replace in Pagination component and delete bunch of styles
* RI-7071: Replace EuiTextArea with TextArea * RI-7071: remove .euiTextArea class styles * fix label
* Add Title.tsx * "Refactor: Replace EuiTitle with a custom Title component
* RI-7068: replace EuiSwitch for AutoRefresh * update AutoRefresh * SwitchInput for WorkbenchSettings * SwitchInput for ConsentOptions * SwitchInput for Monitor * SwitchInput for Graph * SwitchInput for MessageClaimPopover * SwitchInput for db analytics * remove euiSwitch styles * SwitchInput for redistimeseries-app * fix failing unit tests * refactor userEvent imports * update SwitchInput props signature * RI-7068: update SwitchInput props * update SwitchInput import path
* RI-7069: use Tabs for HomeTabs * RI-7069: use Tabs for InstancesNavigationPopover * fix unit tests * use Tabs for InsightsPanel * Tabs for DatabaseAnalysis * fix tests * Tabs for AnalyticsTabs * Tabs for ChatsWrapper * Tabs for BulkActionsTabs * Tabs for Panel * Tabs for StreamTabs * Tabs for ManualConnectionForm * drop euiTab styles * temp: skip manual connection tests * fix failing tests * update tests * cleanup tests * update import path * update test selector
* replace eui link with redis link everywhere * fix profile badge styling for cloud * create use profile link component and replace * remove custom styles --------- Co-authored-by: pd-redis <[email protected]>
* export the loader * replace everywhere * add support for t shirt sizing for redis ui loader and conversion to pixels
* RI-7058: expose redis ui Table component * update Table for TopKeys * use Table for TopNamespaces * use Table for UserApiKeysTable * use Table for TestConnectionsTable * use Table for TableResult * use Table for ClusterNodesTable * update Table for TableInfoResult * use Table for TableResult * use Table for ShortcutsTable * use Table for RedisClusterDatabasesPage * use Table for SentinelDatabasesResultPage * use Table for SentinelDatabasesPage * use Table for RedisCloudSubscriptionsPage * use Table for RedisCloudDatabasesResultPage * use Table for RedisCloudDatabasesPage * use Table for redisgraph * use Table for TableView * use Table for rdi tables
* replace eui tour step
* RI-7063: replace EuiPanel with Card * revert test ids
* add RadioGroup.tsx * replace EuiRadioGroup with RiRadioGroup * add redis-ui select * replace in EuiSuperSelect with RiSelect
* RI-7074: init RiTooltip * RI-7074: replace EuiTooltip with RITooltip * update unit tests * remove euiTooltip styles * fix failing tests * cleanup TODOs * resolve comments * remove EuiTooltip * expose TOOLTIP_DELAY_LONG constant
Code Coverage - Frontend unit tests
Test suite run success4802 tests passing in 631 suites. Report generated by 🧪jest coverage report action from b993a06 |
Replace EuiAccordion with RiAccordion
* RI-7064: replace EuiPopup init * replace EuiPopup with RiPopup * fix some unit tests * skip some unit tests * remove EuiPopover reference * fix tests * fix onboarding popover
* RI-7074: expose anchorClassName for RiTooltip * revert anchorClassName prop usage for RiTooltip * revert missing styles * fix missing import
* create progress bar loader component * replace EuiProgress with ProgressBarLoader * apply the background color logic; this will be extracted and reused at a later point
* Export the sidebar component * Use SideBarItem for the existing menu items * add width and height props to side bar icon * remove the logo component - wasn't flexible enough to use in this case * remove the navigation item wrapper * fix the icon naming to be consistent, remove unneeded icons, make them work for both light and dark themes * wrap the create cloud component inside sidebar when rendering * change getIconType function to just iconType * remove leafIcon, which is a leftover of a previous UI redesign - #2706, Node.tsx file
* fix for the builds failing with redis ui * fix for the builds failing with redis ui
* replace EuiIcon
* replace EuiIcon in ExternalLink.tsx * remove console.log * temp * update Icon.tsx, RiIcon.tsx * add isSvg prop * replace EuiIcon * add some icons * refactor icons * replace icons * replace icons * replace icons * replace icons * remove icon files * fix SlowLogTable.spec.tsx matcher * move sidebar icons * move options icons * move modules icons * replace Icon with RiIcon * remove todo comment * remove todo comment * add back icons * fix issues after rebase * remove usage of htmlIdGenerator * remove unused files, fix tests * RI-7040: refactor icons to reduce technical debt * include missing icon --------- Co-authored-by: pd-redis <[email protected]>
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.
this is the base branch where all ui updates should be merged initially before pushing back to main