grafana/pyroscope

Make all inputs have white background when they are editable

Closed

#1,642 opened on Oct 26, 2022

 (0 comments) (0 reactions) (0 assignees)C (528 forks)batch import
frontendgood first issue

Repository metrics

Stars
 (9,041 stars)
PR merge metrics
 (Avg merge 5d 7h) (62 merged PRs in 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.

Contributor guide