[π Bug]: Alert menu UI
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
Also, when hovering the fingerprint hint, the box hide after the alert sidebar.
The issues you're experiencing with the Keep UI can be addressed as follows:
-
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.
-
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.
-
Resizing Column Width: The Keep codebase does support resizing table columns by setting the
enableResizingproperty totruefor 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. -
Fingerprint Tooltip: The tooltip for the fingerprint hint is implemented using the
Tooltipcomponent, 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