grafana/pyroscope

Make all inputs have white background when they are editable

Geschlossen

#1.642 geöffnet am 26.10.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (528 Forks)batch import
frontendgood first issue

Repository-Metriken

Stars
 (9.041 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 7h) (62 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide