grafana/pyroscope

Make all inputs have white background when they are editable

已关闭

#1,642 创建于 2022年10月26日

 (0 条评论) (0 个反应) (0 位负责人)C (528 个派生)batch import
frontendgood first issue

仓库指标

星标
 (9,041 个星标)
PR 合并指标
 (平均合并 5天 7小时) (30 天内合并 62 个 PR)

描述

One needs to go over every single input and make sure it has a white background if it's editable. Example: image

Here's an example of annotations, that does it correctly: timestamp field has a dark background because it's read only. image

Ideally the solution would work out of the box for all inputs.

贡献者指南