forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Search][DLS] UX improvements (elastic#193945)
## Summary This PR add several changes ir order to bring more consistency and better UX managing _Content Indices_ and _Access Control Indices_: - The `AccessControlIndexSelector ` will have always a `min-width` to display without line breaks the content for better reading - Remove ~~_Browse documents_~~ title in Documents section and ~~_Sync rules_~~. - Same gutter and space for each tab section content using a more condensed design - _~~Index~~ Mappings_ tabbed name section has been renamed simple _Mappings_ - The Overview table sync now is managed by the same `<AccessControlIndexSelector/>` as it is in _Documents_ and _Mappings_ sections - The `<AccessControlIndexSelector/>` componen now can be more cusomized, passing custom title and description, error status, _fullWidth_ and some more. - The `search_index.tsx` file for rendering indices was fixed to use same spacing and tabs size ![CleanShot 2024-09-24 at 15 41 47](https://github.com/user-attachments/assets/02bf764d-672a-4b7b-b861-23d98502b912) --------- Co-authored-by: Elastic Machine <[email protected]>
- Loading branch information
1 parent
aae8c50
commit 4e65fd2
Showing
16 changed files
with
213 additions
and
134 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
2 changes: 1 addition & 1 deletion
2
...public/applications/enterprise_search_content/components/search_index/index_mappings.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.enterpriseSearchMappingsSelector { | ||
max-width: $euiSizeXXL * 6; | ||
width: 100%; | ||
} |
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
Oops, something went wrong.