-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enterprise Search] Text context improvements for the new index pages (…
…#157290) ## Summary Change text to increase the context exposure on new index pages and also reflect beta/native connector changes. Adds a callout to Beta connectors, both on index configuration and index overview. Changed PostgreSQL label to match their branding. Adds a native badge which is visible only when native connectors available. https://github.com/elastic/kibana/assets/1410658/b806bb66-578f-41b2-88cf-85337e9c9ee4 https://github.com/elastic/kibana/assets/1410658/90f84499-ca8f-4469-b196-122cf67c3db6 ![Screenshot 2023-05-10 at 18 40 34](https://github.com/elastic/kibana/assets/1410658/3798e099-d8e0-4b66-9e3f-5ce0d91dc1e3) ![Screenshot 2023-05-10 at 19 16 49](https://github.com/elastic/kibana/assets/1410658/f6f768ae-2647-4483-95ab-4ac65ff4dc9d) ![Screenshot 2023-05-10 at 18 40 58](https://github.com/elastic/kibana/assets/1410658/7dedf8df-7da6-4488-bf3c-c5346dde6cd2) ![Screenshot 2023-05-10 at 18 41 05](https://github.com/elastic/kibana/assets/1410658/8e714033-e6ad-4c7c-b409-386c15d6e39b) ![Screenshot 2023-05-10 at 18 41 16](https://github.com/elastic/kibana/assets/1410658/076aaab9-2ef1-462e-a2e0-82799c157713) ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [x] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [x] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) --------- Co-authored-by: Liam Thompson <[email protected]>
- Loading branch information
1 parent
0bbef23
commit bba20a2
Showing
23 changed files
with
383 additions
and
124 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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
3 changes: 3 additions & 0 deletions
3
.../enterprise_search_content/components/new_index/select_connector/connector_checkable.scss
This file contains 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,3 @@ | ||
.connectorCheckable { | ||
flex-grow: 1; | ||
} |
This file contains 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.