jburgess

Results 9 comments of jburgess

This looks to be related to https://github.com/grafana/grafana/issues/27876. I have replicated this behavior in with a narrow screen on my desktop and smartphone browser. This might need to be fixed in...

My preference is 1, but I can settle with 2. We are using all 3 button UI variants for the current behavior: | Button Picker State| UI Variant | UI...

Looks like _Grafana_ uses a subset of _Font Awesome_. Available icons are [here](https://developers.grafana.com/ui/latest/index.html?path=/story/docs-overview-icon--icons-overview).

I think the `forward` icon represents a fast forward or advancement of time; hence I chose the single arrow (`angle-right`). In the image above I used the following: | Button...

OK. Great. One last question. What should the appearance be if the button is both 'selected' and 'primary'? My preference is **option 1**. After looking at these rendered with the...

My only issue with `3` is that there would be no indication that a 'selected' item is also 'primary'. I think the blue background indicates the item is selected. Is...

I don't think there are any additional style choices if we want to stay within the [Grafana UI framework](https://developers.grafana.com/ui/latest/index.html?path=/docs/buttons-button--variants). IMO `1` represents the different states in a concise and clean...

https://github.com/grafana/grafana-plugin-repository/pull/872 was opened to add this to the central plugin repo. @WilliamVenner I have opened https://github.com/WilliamVenner/grafana-timepicker-buttons/pull/17 to add CI to (hopefully) generate the items needed.

@sunkaifang You can use `gsub` with a capture group. Example: ``` labelName: '{{gsub .paramName "^(.*)\.(.*)\.(.*)$" "\\1-\\3"}}' ```