keep icon indicating copy to clipboard operation
keep copied to clipboard

[πŸ› Bug]: Alert menu UI

Open tuantran0910 opened this issue 9 months ago β€’ 2 comments

Hi, just a small bug in UI. The box for selecting all alerts appears too small, almost as if it’s disappearing. Additionally, the firing indicator is hidden behind the alert name when I hover over it.

Also, is it able to resize the width of the column name in the preset :D I cannot resize it by hovering on the right side of the column but no success :D

Image

tuantran0910 avatar Mar 31 '25 09:03 tuantran0910

Also, when hovering the fingerprint hint, the box hide after the alert sidebar.

Image

tuantran0910 avatar Mar 31 '25 11:03 tuantran0910

The issues you're experiencing with the Keep UI can be addressed as follows:

  1. Select All Alerts Checkbox: Unfortunately, I couldn't find specific information on the styling and positioning of the 'select all alerts' checkbox in the Keep codebase. It might require a closer look at the relevant CSS or component files to adjust its size.

  2. Firing Indicator: Similarly, I couldn't locate details about the positioning of the firing indicator. This might involve checking the CSS rules applied to the alert elements to ensure the indicator is not hidden behind other elements.

  3. Resizing Column Width: The Keep codebase does support resizing table columns by setting the enableResizing property to true for specific columns. For example, the "name" column in the alert table has this property enabled, allowing it to be resized within specified constraints [1]. If resizing isn't working, it might be due to constraints or a bug in the implementation.

  4. Fingerprint Tooltip: The tooltip for the fingerprint hint is implemented using the Tooltip component, which should appear above other elements due to its high z-index setting [2][3]. If it's being hidden, it might be necessary to verify the z-index settings or CSS rules affecting the tooltip's visibility.

For these UI issues, reviewing the relevant CSS and component files in the codebase might help identify and resolve the problems.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

dosubot[bot] avatar Mar 31 '25 11:03 dosubot[bot]