-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add 'Are you sure?' dialog to dashboard delete #48
Comments
Better yet would be the ability to undo a deletion within some time window. Don't pester the user if you don't have to. |
I don't 100% agree but either would be better than nothing. Thanks. Sent from my iPhone On Apr 17, 2013, at 10:31 AM, Rick Jensen [email protected] wrote:
|
configure.ac: Improve the bison version check
…consolidated into one meaningful list: 0002 (#194430) Closes: elastic/observability-accessibility#48 Closes: elastic/observability-accessibility#133 # Description Observability has a number of description lists that are used to identify important key-value pairs for users. Visually these look like a single list of pairs, but they are coded as multiple single item lists. This is potentially confusing to screen reader users because these data points are related and should be in a single, consolidated list. # What was changed: 1. Addressed [Issue #48](elastic/observability-accessibility#48), which recommended using a single EuiDescriptionList. However, following the EUI guidelines, for this type of case, it is more appropriate to use EuiFlexGroup with EuiStats. See the relevant documentation [here](https://eui.elastic.co/#/display/stat). This PR implements the suggested change accordingly. 2. To fix elastic/observability-accessibility#133 aria-label attribute was added for `EuiIconTip` # Screen: > [!NOTE] > No UI changes 
…consolidated into one meaningful list: 0002 (elastic#194430) Closes: elastic/observability-accessibility#48 Closes: elastic/observability-accessibility#133 # Description Observability has a number of description lists that are used to identify important key-value pairs for users. Visually these look like a single list of pairs, but they are coded as multiple single item lists. This is potentially confusing to screen reader users because these data points are related and should be in a single, consolidated list. # What was changed: 1. Addressed [Issue elastic#48](elastic/observability-accessibility#48), which recommended using a single EuiDescriptionList. However, following the EUI guidelines, for this type of case, it is more appropriate to use EuiFlexGroup with EuiStats. See the relevant documentation [here](https://eui.elastic.co/#/display/stat). This PR implements the suggested change accordingly. 2. To fix elastic/observability-accessibility#133 aria-label attribute was added for `EuiIconTip` # Screen: > [!NOTE] > No UI changes  (cherry picked from commit ee1efe4)
Can you please add an "Are you sure?" dialog when deleting saved dashboards?
The text was updated successfully, but these errors were encountered: