grafana/pyroscope

Make all inputs have white background when they are editable

Fermée

#1 642 ouverte le 26 oct. 2022

 (0 commentaire) (0 réaction) (0 personne assignée)C (528 forks)batch import
frontendgood first issue

Métriques du dépôt

Stars
 (9 041 étoiles)
Métriques de merge PR
 (Merge moyen 5j 7h) (62 PRs mergées en 30 j)

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.

Guide contributeur