-
Notifications
You must be signed in to change notification settings - Fork 386
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
RI-7039: replace eui #4548
Changes from all commits
d377072
3a3696b
ba385ab
049a991
3c3b65f
1832c1a
e5ed77b
8026a6c
36e23a1
e2a9bfe
f580b98
192aa1f
e9358e0
f1051e2
31da78e
40cbb55
75db002
52771a4
d07d5d2
eee47b2
aaaa43b
6301a55
05ef986
88bfbe9
4966145
226baf2
1acb93a
e836924
f744afc
0f0e74f
a02015d
5c04afc
321112b
735ad96
42a16fb
6803376
4e1f2d3
c4045c9
4937213
f33e3da
d4ef6ef
85ab56d
47ab453
0d1e8ee
38a54bb
88c342b
5775639
b58bb78
b916a2a
03855eb
eaa652e
e78731f
e098586
12f628a
f976c0c
8c831cb
822c0e9
d24f422
78f808d
51a6f74
c311f89
12a402b
02aa2aa
4893c44
355db6c
96a592a
f043f43
4817dfc
1d6d38a
7ef621e
3b897fa
ba26fac
6db7083
960bcc9
ba662a9
ee882ea
79e5e29
ecefce7
93c5de6
c9aeaf9
c2df435
97b2d46
901d5ec
7de2983
6553188
ffda0f7
839830c
66a4de2
4f09c94
b3ba28e
a4ca899
5f12ecf
0c385bd
e98b604
5fc5800
84a3d21
0b87f59
4cb33d0
1469bda
662ee58
bf3ddfe
384bdff
62f8a72
01d6ef4
debba5d
face974
1320c70
e075507
7f0bbd4
bd05295
c7bb583
59650e0
6d9f45f
f93a9a7
e3f0b73
0dd6e01
483390b
4c6983b
a7f885d
b993a06
9508198
65736aa
2e64134
f08ae61
8416742
5c86907
030f3f0
907799f
a061b08
c14102f
f1d8528
1ccfce9
7d34422
d0997b0
16e5768
7d4f6bc
3016ee7
31b21bb
37686f6
510f314
8bcb187
06e6020
1e70c67
c355c70
36a272b
22d55f1
579b31c
bcc8946
a9db370
8138740
93ab1e1
bf5aa14
ed3b7bd
83f64a6
353498f
a278079
9484d6d
5172c03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
"package:mac": "yarn build:prod && electron-builder build --mac -p never", | ||
"package:mac:arm": "yarn build:prod && electron-builder build --mac --arm64 -p never", | ||
"package:linux": "yarn build:prod && electron-builder build --linux -p never", | ||
"postinstall": "patch-package && vite optimize -c ./redisinsight/ui/vite.config.mjs && skip-postinstall || (electron-builder install-app-deps && yarn-deduplicate yarn.lock)", | ||
"postinstall": "patch-package && vite optimize -c ./redisinsight/ui/vite.config.mjs && skip-postinstall || yarn-deduplicate yarn.lock", | ||
"test": "jest ./redisinsight/ui -w 1", | ||
"test:api": "yarn --cwd redisinsight/api test", | ||
"test:api:integration": "yarn --cwd redisinsight/api test:api", | ||
|
@@ -159,8 +159,8 @@ | |
"csv-parser": "^3.0.0", | ||
"csv-stringify": "^6.4.0", | ||
"dotenv": "^16.4.5", | ||
"electron": "33.2.0", | ||
"electron-builder": "^24.13.3", | ||
"electron": "^36.4.0", | ||
"electron-builder": "^26.0.12", | ||
"electron-builder-notarize": "^1.5.2", | ||
"electron-debug": "^3.2.0", | ||
"electron-devtools-installer": "^3.2.0", | ||
|
@@ -237,6 +237,10 @@ | |
"dependencies": { | ||
"@elastic/datemath": "^5.0.3", | ||
"@elastic/eui": "34.6.0", | ||
"@redis-ui/components": "^38.1.4", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When the box section is collapsed, it should display summary information about the index. However, there was a bug in Redis UI that makes this information not appear once the component is rendered inside a Drawer. They resolved the issue on their end, and we have to update Redis UI dependencies. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Update them in a branch and when everything is running, make a PR |
||
"@redis-ui/icons": "^4.16.1", | ||
"@redis-ui/styles": "^11.4.0", | ||
"@redis-ui/table": "^2.4.0", | ||
"@reduxjs/toolkit": "^1.6.2", | ||
"@stablelib/snappy": "^1.0.2", | ||
"@types/json-dup-key-validator": "^1.0.2", | ||
|
@@ -253,7 +257,7 @@ | |
"electron-context-menu": "^3.1.0", | ||
"electron-log": "^4.2.4", | ||
"electron-store": "^8.0.0", | ||
"electron-updater": "^6.3.9", | ||
"electron-updater": "^6.6.2", | ||
"file-saver": "^2.0.5", | ||
"formik": "^2.2.9", | ||
"fzstd": "^0.1.0", | ||
|
@@ -271,7 +275,7 @@ | |
"monaco-editor": "^0.48.0", | ||
"monaco-yaml": "^5.1.1", | ||
"msgpackr": "^1.10.1", | ||
"node-abi": "^3.71.0", | ||
"node-abi": "^4.12.0", | ||
"pako": "^2.1.0", | ||
"php-serialize": "^4.0.2", | ||
"pickleparser": "^0.2.1", | ||
|
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.
Badge
component in@redis-ui/components
v38.6.0 supports custom color out of the box (docs), something we need for the Vector Search feature.Unfortunately, it's dependent on
@redis-ui/styles
which comes with some breaking changes in its latest version, so the upgrade process might need additional effort.