Scenes: SceneApp example in core (#64686)

* Scenes: Progress on demo app

* Argh

* Fixing breadcrumbs

* Added spacer

* Conditional scene objects

* Quick and dirty test for drilldown link via panel title

* Changed the toggle

* Add url state syncing for most links

* Add url state syncing for most links

* Fix instance in url params

* Quick and dirty tabs on the handler page

* fixing breadcrumbs

* Hide footer

* Updates

* new table styles

* Update table cell link styles

* Added search box

* Scene app demo: dynamic data link (#60398)

* Dynamically build data links

* Add field override tests

* Updates

* Updated

* Updates

* before nesting routing

* Something is working

* Caching and nested routes working

* Simplify model

* Use app components from grafana/scenes

* Make the monitoring app work with section nav

* Fixing

* Update scenes

* Remove unused route

* Updates

* remove file

* Update scenes version and use new features

* Remove semicolon

* removed unused thing

* Add refresh pickers

---------

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
Torkel Ödegaard
2023-03-20 11:15:42 +01:00
committed by GitHub
parent 769b4598d7
commit 5c9898a860
13 changed files with 797 additions and 42 deletions

View File

@@ -132,4 +132,5 @@ export enum FieldConfigProperty {
Mappings = 'mappings',
Links = 'links',
Color = 'color',
Filterable = 'filterable',
}

View File

@@ -140,8 +140,8 @@ const getStyles = (theme: GrafanaTheme2) => {
const defaultTopNav = css`
color: ${theme.colors.text.secondary};
background-color: transparent;
border-color: transparent;
background: transparent;
border: 1px solid transparent;
&:hover {
color: ${theme.colors.text.primary};