grafana/pyroscope

Make all inputs have white background when they are editable

Fechada

#1.642 aberto em 26 de out. de 2022

 (0 comentário) (0 reação) (0 responsável)C (528 forks)batch import
frontendgood first issue

Métricas do repositório

Stars
 (9.041 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 7h) (62 fundiu PRs em 30d)

Description

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.

Guia do colaborador