You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the ongoing consistency and density improvements for the dashboards-maps plugin, I'm planning to update the show_error_modal.tsx file to enhance the UI. The specific changes we aim to implement are:
Button Usage: Modify the error modal to use buttons appropriately, ensuring that primary buttons are only used for primary actions. (remove "fill")
<EuiSmallButton
id="closeModal"
aria-label="closeModal"
data-testid="closeModal"
onClick={closeModal}
//fill
>
Close
</EuiSmallButton>
Text Size: Adjust the text size in the error modal to a smaller font for better visual consistency. (add size="s")
To proceed with these UI changes, it's essential to visually confirm the updates. However, I'm currently facing difficulties in reproducing the error modal within the Visualize - Region Map context. We attempted to import a problematic geo.json file under the Import Vector Map tab, expecting it to trigger the error modal, but it did not.
Request
Seeking assistance from the Maps team to provide guidance or steps on how to trigger the error modal in the Visualize - Region Map. This will enable us to test and refine the UI changes effectively.
The text was updated successfully, but these errors were encountered:
Background
As part of the ongoing consistency and density improvements for the dashboards-maps plugin, I'm planning to update the show_error_modal.tsx file to enhance the UI. The specific changes we aim to implement are:
Issue
To proceed with these UI changes, it's essential to visually confirm the updates. However, I'm currently facing difficulties in reproducing the error modal within the Visualize - Region Map context. We attempted to import a problematic geo.json file under the
Import Vector Map
tab, expecting it to trigger the error modal, but it did not.Request
Seeking assistance from the Maps team to provide guidance or steps on how to trigger the error modal in the Visualize - Region Map. This will enable us to test and refine the UI changes effectively.
The text was updated successfully, but these errors were encountered: