Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Spaces] UX improvements to spaces grid (#188261)
## Summary This PR offers UX improvements to the Spaces Management listing page which are part of epic: elastic/kibana-team#785 * Use a badge to denote the current space * Update wording of the "features visible" column header * Truncate Space description text * Add an action to switch to the space identified by the table row. In the Roles & Spaces UX Improvements project, our roll out plan is work in #184697 and to pull small mergeable changes a little at a time, to release the changes as separate PRs. ### Screenshot **Before:** <img width="1513" alt="image" src="https://github.com/user-attachments/assets/2b6017f6-2395-464b-a176-3e8fbf51a2a4"> **After:** <img width="1511" alt="image" src="https://github.com/user-attachments/assets/b550a186-7b32-4c52-a3fb-bf285452a597"> ### Release Note Added minor user experience improvements to Spaces Management in Stack Management. ### 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] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [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)) - [X] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) --------- Co-authored-by: elena-shostak <165678770+elena-shostak@users.noreply.github.com>
- Loading branch information