opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.69k stars 891 forks source link

[BUG] The Exclamation Circle icon is currently represented by a triangle #8683

Open marcio-pessoa opened 2 weeks ago

marcio-pessoa commented 2 weeks ago

Describe the bug

The Exclamation Circle icon is currently represented by a triangle, the same of Exclamation triangle.

To Reproduce Steps to reproduce the behavior:

  1. Go to any or new Time Series TSVB,
  2. Click on Annotations,
  3. Click on Icon,
  4. Scroll down to Exclamation Circle
  5. See error

Expected behavior The Exclamation Circle must be represented by a circle (not a triangle).

OpenSearch Version v 2.16.0.

Dashboards Version v 2.16.0.

Screenshots Screenshot from 2024-10-22 16-58-04

Host/Environment (please complete the following information):

abbyhu2000 commented 1 week ago

@marcio-pessoa Thanks!

currently we use both the icon 'alert' for exclamation Circle and exclamation triangle, so they look the same. I think this is a todo for OUI to add a exclamation in circle icon since currently we do not have one: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/vis_type_timeseries/public/application/visualizations/constants/icons.js#L59

cc: @ashwin-pc

canascar commented 6 days ago

UX can add this icon to the todo list @abbyhu2000