Torkel Ödegaard
862b04c1b2
DataFrame: Align frame (__series.name) and field naming (__field.name) ( #69621 )
...
Align frame and field naming
2023-06-08 09:52:14 +02:00
Torkel Ödegaard
1eed40fcf6
Drawer: Fixes closeOnMaskClick false issue ( #69083 )
2023-05-25 19:43:48 +02:00
Torkel Ödegaard
2966989525
ResourcePicker: Fix missing border bug on cancel button ( #68966 )
...
* ResourcePicker: Fix missing border bug
* remove unused imports
2023-05-24 15:10:46 +02:00
Torkel Ödegaard
d4df5e0519
Themes: Unify secondary button and ToolbarButton ( #68250 )
...
* Themes: Unify secondary button and ToolbarButton
* Update
* Update light theme
* fix test
* fix toolbar button border
* fix disabled outline button style
* Use transparent color instead of dynamic computed color for hover bg for text/outline versions. this is what figma components do
2023-05-22 14:55:16 +02:00
Torkel Ödegaard
2f6d538044
DataSourcePicker: Design tweak proposal ( #68747 )
...
* DataSourcePicker: Design tweak proposal
* Revert unrelated change
* Remove unrelated change
* Fixed spacing of logo
2023-05-22 14:53:40 +02:00
Torkel Ödegaard
d20a03e2d1
Chore: Update generated scss ( #68618 )
2023-05-17 14:23:54 +02:00
Torkel Ödegaard
5f84dad7e4
TopNav: Tone down shadow a bit in light theme ( #68282 )
...
* TopNav: Tone down shadow a bit in light theme
* softer shadow
2023-05-17 14:18:28 +02:00
Torkel Ödegaard
5457a9ecf2
Docs: Update run behind proxy docs ( #68608 )
2023-05-17 12:18:24 +02:00
Torkel Ödegaard
37791e7a01
DarkTheme: Fix dark theme shadows ( #68358 )
...
* DarkTheme: Fix dark theme shadows
* Update
2023-05-17 07:28:28 +02:00
Torkel Ödegaard
3ffbd2a1db
Preferences: Fixing preference PUT validation ( #68557 )
2023-05-16 19:38:51 +02:00
Torkel Ödegaard
c8fd3c20cd
NewsDrawer: Add grot to news drawer (after news items) ( #68173 )
...
* NewsDrawer: Add grot to drawer header
* Update
* Move to bottom
* Updates
* reverted unrelated change
* Update
* fixing test
2023-05-12 14:38:19 +00:00
Torkel Ödegaard
debf04eb2c
Modals: Be more consistent with Modal cancel button styling ( #68302 )
...
* Modals: Be more consistent with Modal cancel button styling
* Update docs
* Fix tests
* fixing tests
2023-05-12 09:21:07 +02:00
Torkel Ödegaard
c9ce1a28c3
Breadcrumbs: Don't add breadcrumb for the current tab ( #68230 )
...
Breadcrumbs: Don't add breadcrumbs for the current tab
2023-05-11 15:16:42 +02:00
Torkel Ödegaard
260c4544cb
Breadcrumbs: Improve responsiveness ( #67955 )
...
* Breadcrumbs: Improve responsiveness
* More tweaks and fixes
* more adapative logic
* reduce min-width on mobile
2023-05-10 16:11:40 +02:00
Torkel Ödegaard
f8cf67347f
Themes: Adds support for extraThemes (behind feature toggle) ( #67981 )
...
* Foundations to support more themes
* Fixes
* add another test theme
* Refactorings
* more refactoring
* Update
* Fixing tests
* Fix
* Update
2023-05-10 15:37:04 +02:00
Torkel Ödegaard
51a5f9f3fd
Scenes: Update to 0.7 and update monitoring demo with new form of in-place drilldown ( #68123 )
...
* Update
* Progress
* Update
* Update
2023-05-10 14:07:08 +02:00
Torkel Ödegaard and Dominik Prokop
4c536e5942
AngularDeprecation: Show warnings in panel edit for angular panels ( #67891 )
...
* AngularDeprecation: Show warnings in panel edit for angular panels
* update wording
* Update public/app/features/dashboard/components/PanelEditor/AngularPanelPluginWarning.tsx
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
* Update public/app/features/dashboard/components/PanelEditor/AngularPanelPluginWarning.tsx
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2023-05-09 14:51:02 +02:00
Torkel Ödegaard
ea1c1b9fb8
DashboardGrid: Fixes moving panels on first load ( #67953 )
...
* DashboardGrid: Fixes moving panels on first load
* Minor tweak
* Use theme breakpoint and add media query
2023-05-09 14:33:41 +02:00
Torkel Ödegaard
1d537086c4
DashboardPage: Remove file drop code ( #67954 )
2023-05-09 11:01:09 +02:00
Torkel Ödegaard
5155455c55
Dashboard: Change add panel button to fill to remove outline border ( #68004 )
2023-05-08 16:56:06 +02:00
32fafffed7
PanelQueryRunner: Return previous processed (transform+field config) series for loading state ( #67768 )
...
* Return same series for loading state
* Fix shared query issue
* include structureRev
* heatmap should depend on the series, not the wrapper
* fix more panels
* keep config for comparison
* fieldConfig.fieldConfig!
* cleanup
* cmon
---------
Co-authored-by: Leon Sorokin <leeoniya@gmail.com >
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2023-05-07 15:21:40 +02:00
Torkel Ödegaard
ae1a85b5ad
Drawer: Position under nav & minor redesign ( #67824 )
...
* Drawer: Redesign WIP
* Fix double margin
* Teak pos
* align paddings
* Hide toolbar actions when drawer is open
* deprecate expandable
* Updated test
* remove expandable var
* Added clickaway
2023-05-05 17:00:33 +02:00
Torkel Ödegaard
20217db100
Drawer: Introduce a size property that set's width percentage and minWidth ( #67809 )
...
* Drawer: Introduce drawer size that sets width and min-width
* media queries
* Change large drawer to 75%
* Change news drawer to medium as the news items have better layout then with images on the side
* Tweaks and fixed inline drawer issue
* review fixes
* Deprecate inline, update mdx docs
* remove inline var
2023-05-05 11:31:02 +02:00
Torkel Ödegaard
fcb14d2548
InspectDrawer: Fixes issue with double scrollbars ( #67884 )
...
* InspectDrawer: Fixes issue with double scrollbars
* Fixed minor issue
2023-05-05 09:54:43 +02:00
Torkel Ödegaard
2b2afb1784
Theme: Change dark theme borders to improve contrast on primary background ( #67699 )
2023-05-03 18:28:37 +02:00
Torkel Ödegaard
e3efecacb5
PageHeader: Set h1 style from wrapping element ( #67735 )
2023-05-03 17:19:56 +02:00
Torkel Ödegaard
2ecc1802e7
Page: Remove toolbar prop as it's no longer needed ( #67734 )
2023-05-03 16:07:43 +02:00
Torkel Ödegaard
11446511c1
Scenes: Minor fix to monitoring app ( #67635 )
2023-05-02 16:24:59 +02:00
Torkel Ödegaard and Miklós Tolnai
9614dc2446
Connections: Simplify connections nav ( #66813 )
...
* Connections: Simplify connections nav
* rename Connections pages everywhere
---------
Co-authored-by: Miklós Tolnai <miklos.tolnai@grafana.com >
2023-05-02 10:51:59 +02:00
Torkel Ödegaard
9d564f9afb
Alert: Remove fix for custom content close button ( #67592 )
2023-05-01 21:15:09 +03:00
Torkel Ödegaard
d189b8b47f
Alert: Fixes a minor issue with new Alert design and updated scss files ( #67589 )
2023-05-01 19:33:30 +02:00
Torkel Ödegaard
d2bc270097
Alert: Redesign with tinted background ( #66918 )
2023-05-01 15:50:25 +02:00
Torkel Ödegaard
43def489f4
PageNotFound: G10 Redesign ( #66909 )
...
* PageNotFound: G10 Redesign
* Make into a reusable component so we can have a more specific version for dashboards
* Make graphic abit smaller
2023-04-28 08:18:14 +02:00
Torkel Ödegaard
ea536411f1
DataSourceSettings: Fix recent changes to HttpDataSourceSettings ( #67436 )
2023-04-28 07:17:18 +02:00
Torkel Ödegaard
926abcf6aa
Scenes: Update scenes to v6 ( #67110 )
...
* Scenes: Update scenes to v6
* Fix test
2023-04-26 07:03:44 +02:00
Torkel Ödegaard
de18ed6659
PanelContext: Add functionality to update data from panel ( #66993 )
2023-04-25 14:55:50 +02:00
Torkel Ödegaard
714d2a4154
AppNotifications: Fixes issue with missing app notifications ( #67190 )
2023-04-25 11:46:58 +02:00
Torkel Ödegaard
af9bf81102
AppChrome: Fix scrollbar issue for small (mobile) breakpoint ( #67058 )
2023-04-24 10:52:12 +02:00
Torkel Ödegaard
94cf94ff68
AppNotificationList: Improves position now that topnav is live ( #66959 )
...
* AppNotificationList: Improves position now that topnav is live
* update pos
2023-04-24 10:20:47 +02:00
Torkel Ödegaard and Carl Bergquist
57701fd2f2
ServeFromSubPath: Redirect to URL with subpath when subpath missing ( #66724 )
...
* ServeFromSubPath: Redirect to URL with subpath when subpath missing
* Review fixes
* Added tests
* Use constant
* change to useMiddleware
* Update pkg/middleware/subpath_redirect.go
---------
Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com >
2023-04-24 09:55:55 +02:00
Torkel Ödegaard
0f9c6be3f0
QueryGroup: Cleanup leftovers from hackathons ( #67048 )
2023-04-21 15:32:47 +02:00
Torkel Ödegaard
34110f68b7
EmptyDashboard: Fix wrong font weight ( #66555 )
2023-04-21 14:15:09 +02:00
Torkel Ödegaard
1ff9c47c7b
ThemeDemo: Add transparent to ThemeDemo ( #66994 )
2023-04-21 11:09:46 +02:00
Torkel Ödegaard
ee247e33b4
AngularMigration: Clear old angular panel props when auto migrating ( #66719 )
...
* AngularMigration: Clear old angular panel props when auto migrating
* Update test name
2023-04-19 13:47:55 +02:00
Torkel Ödegaard
ba92f6f98a
AppRootPage: Reduce flickering while loading plugin ( #66799 )
...
* AppRootPage: Reduce flickering while loading
* Use current layout
2023-04-19 12:10:57 +02:00
Torkel Ödegaard
5c129455f6
PluginBrowse: Fix double margin due to paragraph tag inside description ( #66776 )
2023-04-19 11:10:03 +02:00
Torkel Ödegaard
7d1b61e033
AlertRules: Update design to align it with recent changes to lists and tables ( #66461 )
...
* AlertRules: Update design to be less boxy
* tag alignment fix
* Minor tweak
2023-04-13 16:00:03 +02:00
Torkel Ödegaard
4796a63554
InteractiveTable: Updated design and minor tweak to Correlactions page ( #66443 )
...
* InteractiveTable: Updated design
* Fix css issue
* Fixed test
* Removed leftover
2023-04-13 15:50:49 +02:00
Torkel Ödegaard
e2dde66b3f
FlameGraph: Refactor and simplify styles ( #66433 )
...
* FrameGraphTopTable: Use standard Table component
* Simplify
* Fix test
* Update tests
* Fixing test
* FlameGraph: Refactor and simplify styles
* updated
2023-04-13 15:27:01 +02:00
Torkel Ödegaard
7c7b222ae7
FrameGraphTopTable: Use standard Table component ( #66411 )
...
* FrameGraphTopTable: Use standard Table component
* Simplify
* Fix test
* Update tests
* Fixing test
2023-04-13 14:16:46 +02:00
Torkel Ödegaard
7f9ad2cd73
Table: Fix storybook stories ( #66414 )
2023-04-13 07:56:09 +02:00
Torkel Ödegaard
4ea7677bff
Explore: Start using PanelChrome as container ( #66370 )
...
* Explore: Start using PanelChrome as container
* fix test
* Fixing issue with test and timerange
2023-04-12 18:58:08 +02:00
Torkel Ödegaard
0c032460ca
VizLegend: Fixes flicking visualization height & re-render ( #66331 )
...
* VizLegend: Fixes flicking visualization height & re-render
* Fix test
2023-04-12 18:57:42 +02:00
Torkel Ödegaard
77852d587d
DashboardChangedModal: Update and fix design issues ( #66380 )
2023-04-12 18:57:25 +02:00
Torkel Ödegaard
1ed75f9709
PageNotFound: Update design so that it looks better in topnav ( #66295 )
2023-04-11 19:19:25 +02:00
Torkel Ödegaard
58f1ee1501
Alert: Restore storybook examples ( #66097 )
...
* Alert: Restore storybook examples
* Remove elevated prop from inline banner story
2023-04-11 16:31:39 +02:00
Torkel Ödegaard and Ryan McKinley
e10ef2241d
Transformations: Improve UX and fix refId issues ( #65982 )
...
* Transformations: Improve UX and fix refId issues
* Show query names and frame names in description
* move to main grafan UI component
* Added unit test
* Fix lint error
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2023-04-07 08:31:37 +02:00
Torkel Ödegaard
3843c73162
Table: Fix migrations from old angular table for cell color modes ( #65760 )
...
* Table: Fix migrations from old angular table
* Update defaults
2023-04-06 09:19:26 +02:00
Torkel Ödegaard
507c6e7d97
Templating: Replace __data , __field and __cell_n with macros ( #65324 )
...
* Templating: __data __field and __series macros
* filter out datacontext from json serialization
* Fix condition
* Update
* Added test cases for formatting data, and field macros
2023-04-05 11:10:33 +02:00
Torkel Ödegaard
f69304fd50
Badge: Fix alignment and simplify markup and styles ( #65980 )
2023-04-05 10:37:30 +02:00
Torkel Ödegaard
3af8f3246a
Scenes: Add support for shared query results of other panel ( #65413 )
...
* Scene: Add support for shared query results of other panel
* Update
* Fixing dashboard
2023-04-05 10:19:54 +02:00
Torkel Ödegaard
42be20cbf3
Page: Remove bottom page margin ( #65082 )
...
* Remove page margin
* Only remove bottom margin
* revert other changes
* revert another change
2023-04-04 16:00:41 +02:00
Torkel Ödegaard
bf5f61319a
Scenes: update to v0.3 ( #65886 )
2023-04-04 12:46:04 +02:00
Torkel Ödegaard
c63cb5a0bd
PanelChrome: Add option to show actions on the right side (actions = leftItems) ( #65762 )
...
* PanelChrome: Add option to show actions on the right side
* remove button style change
* Added docs and minor tweaks to align the type with titleItems
* Hover header fixes, storybook improvements, and title description fix
* Fixed condition for drag icon in hover header
2023-04-03 12:44:00 +02:00
Torkel Ödegaard
093498a03b
Angular: Prevent angular from loading when disabled ( #65755 )
...
* Angular: Prevent angular from loading when disabled
* remove stuff
2023-04-03 10:45:22 +02:00
Torkel Ödegaard
86b2af35b2
Table: Fix column filter popup shadow ( #65675 )
...
* Table: Fix column filter popup shadow
* fix border
2023-03-31 14:51:56 +02:00
Torkel Ödegaard
3696958632
SectionNav: Remove root section right margin ( #65507 )
2023-03-29 10:51:56 +02:00
Torkel Ödegaard
b7b608418d
Templating: Introduce macros to simplify and optimize some scopedVars ( #65317 )
...
* Templating: Introduce macros to simplify and optimize some scopedVars
* Fixing tests
* fix test
* minor fix
* refactoring so macros work with formatting
* remove breaking change and keep current inconsistency
* Rename valueIndex to rowIndex
* Minor fixes
* Added test dashboard
* Added tags to dashboard
* Update
* Added test to check it returns match
* Update
* Fixed dashboard
* fix
2023-03-28 19:22:34 +02:00
Torkel Ödegaard
273e05a9a2
MegaMenu: Fixes mega menu showing scroll indicator when it shouldn't ( #65452 )
...
* MegaMenu: Fixes mega menu showing scroll indicator when it shouldn't
* fixing css
2023-03-28 17:47:49 +02:00
Torkel Ödegaard
f43ef18732
Revert "Explore: Show log line if there is an interpolated link" ( #65315 )
...
Revert "Explore: Show log line if there is an interpolated link (#62926 )"
This reverts commit aa857e2a4f .
2023-03-27 19:19:42 +02:00
Torkel Ödegaard
647f693e59
Scenes: Update to latest scenes package and remove editing stuff ( #65222 )
...
* Update to latest scenes and remove editing stuff
* fixing test
2023-03-23 10:31:25 +01:00
Torkel Ödegaard
b2fb7a162a
Table: Fixes issue with pagination summary causing scrollbar ( #65189 )
...
* Table: Fixes pagination rows counter not causing scrollbar
* remove unused style
2023-03-22 18:57:05 +01:00
Torkel Ödegaard
cd490ba0be
DataLinks: Fixes interpolation (formatting) of __all_variables and __url_time_range ( #65162 )
...
* DataLinks: Fixes interpolation (formatting) of __all_variables and __url_time_range
* simplify if statement
2023-03-22 18:56:18 +01:00
Torkel Ödegaard
a3de3c9dde
Table: Fixes table panel gauge alignment ( #64994 )
...
* Table: Fixes tables guage alignment issues
* Removed console.log
* Fixing
2023-03-22 17:08:41 +01:00
Torkel Ödegaard
395890c357
Prometheus/Loki: Run query explicitly instead of onblur in panel edit ( #64815 )
...
* Prometheus: Run query explicitly instead of onblur in panel edit, and highlight Run qqueries when query changed
* Update loki to do the same
* Cleanup unused prop
* Remove test
2023-03-21 07:55:34 +01:00
Torkel Ödegaard
c00c0a283e
TablePanel: Switch to radio buttons for some cell options ( #65000 )
...
* TablePanel: Switch to radio buttons for the cell option
* Fixes issue with no default mode handling for colored background
2023-03-20 16:37:58 +01:00
Torkel Ödegaard
6f73777d59
SectionNav: Make section toggle not take up horizontal space ( #64898 )
2023-03-20 15:43:05 +01:00
Torkel Ödegaard
18385bfb0e
Revert "Stat: Add ability to remove default single-color background gradient" ( #65002 )
...
Revert "Stat: Add ability to remove default single-color background gradient (#64353 )"
This reverts commit de901560d7 .
2023-03-20 14:17:51 +01:00
Torkel Ödegaard and Dominik Prokop
5c9898a860
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 >
2023-03-20 11:15:42 +01:00
Torkel Ödegaard
769b4598d7
Router: Fix broken link interception and router navigation ( #65023 )
...
* Router: Fix broken link interception and router navigation
* replace with instanceof Element
2023-03-20 10:54:10 +01:00
Torkel Ödegaard
07305c72bf
DashboardScene: Add mapping for hoverHeader and displayMode to DashboardsLoader ( #64870 )
...
Dashboard scene fixes
2023-03-16 09:19:50 +01:00
Torkel Ödegaard
ec003d502b
Scenes: Update to 0.19 and update transformations scenario ( #64789 )
...
* Scene: Transformations update
* Update
2023-03-15 09:29:42 +01:00
Torkel Ödegaard
5275a203aa
TopNav: Wrap TopSearchBar in memo to prevent unnecessary re-renders ( #64667 )
2023-03-13 10:57:55 +01:00
Torkel Ödegaard
abbae80b5e
TablePanel: Default cell height should be small ( #64611 )
...
* TablePanel: Default cell height should be small
* Component default
2023-03-13 08:12:46 +01:00
73ce20ab48
Table Panel: Add ability to use text color for value or hide value in gauge cell ( #61477 )
...
* BarGauge: New value options
* Fix typings for cell options, add new value mode option for bar gauge cells
* Add BarGauge panel option, tests, and update test dashboard
* Updated
* Added default
* Goodbye trusty console.log
* Update
* Merge changes from main
* Update docs
* Add valuemode doc changes
* Update gdev dashboard
* Update valueMode symbol name to valueDisplayMode
* Use Enums as Opposed to literals, don't calculate values when hidden
* Remove double import
* Fix tests
* One more test fix
* Remove erroneous targets field, fix type of maxDataPoints
* Strip nulls and add index field to Thresholds
* Gen cue
* remove bad targets again
* Fixes
---------
Co-authored-by: Kyle Cunningham <kyle@codeincarnate.com >
Co-authored-by: sam boyer <sdboyer@grafana.com >
2023-03-10 14:41:46 +01:00
Torkel Ödegaard
3ff380f40f
Alerting: Minor style fix for home page ( #64585 )
...
* Minor fix for home alerting page
* Minor border fix
* Remove outline
2023-03-10 11:25:35 +00:00
Torkel Ödegaard
af5ee9c66d
PanelChrome: Fixes title max width, and make make menu more prominent ( #64492 )
...
* PanelChrome: Fixes title max width, and make make menu more prominent
* Add fix for wrapping timeshift
2023-03-10 12:25:25 +01:00
Torkel Ödegaard and polinaboneva
fb55dd5df6
PanelChrome: Improve error state design ( #63776 )
...
* PanelChrome: Improve error state design
* Simplify logic for hoverHeader
* padding for the title only for the title, not the whole header
* Review fixes
* missed saving file
---------
Co-authored-by: polinaboneva <polina.boneva@grafana.com >
2023-03-09 10:06:25 +01:00
Torkel Ödegaard
30c6ac49ba
Table: Fixes logic for when adhoc filters are shown ( #63642 )
2023-03-06 11:14:55 +01:00
Torkel Ödegaard
95bd79ef4b
Scene: Set maxDataPoints for dashboard scene query runners ( #63772 )
2023-03-06 11:00:47 +01:00
Torkel Ödegaard
4bf23b7f5f
PanelData: move preProcessPanelData to @grafana/data ( #63743 )
2023-03-06 10:59:47 +01:00
Torkel Ödegaard
27070c252d
ErrorHandling: Fixes issues with bad error messages ( #63775 )
2023-03-02 13:09:58 +01:00
Torkel Ödegaard
d5b4a1288a
Scenes: Updates to variables demo ( #63511 )
...
* Scenes: Updates to variables demo to include a collapsable scene to test scenario of part of scene containing a query runnner being inactive while a variable changes value
* Table: Fixes logic for when adhoc filters are shown
* Scene: Variables minor style fix
* rever unrelated change
* Update version
* Update
2023-02-24 09:30:15 +01:00
Torkel Ödegaard
2023203045
SectionNav: Simplify section toggle styling ( #63653 )
2023-02-23 17:03:00 +01:00
Torkel Ödegaard
85c81ae080
Scenes: Variables minor style fix for spacing & margin ( #63643 )
...
* Table: Fixes logic for when adhoc filters are shown
* Scene: Variables minor style fix
* rever unrelated change
2023-02-23 06:41:43 -08:00
Torkel Ödegaard
f64b7fe8a7
Page: Remove footer from new page layout ( #63455 )
...
* Page: Option to hide footer, enabled by default for PluginPage
* Remove footer from new page layout
2023-02-22 13:30:57 +01:00
Torkel Ödegaard
6fd547881a
Page: Remove page shadow and replace with panel border ( #63453 )
2023-02-21 15:42:37 +01:00
Torkel Ödegaard
7f6a1c06a6
Menu: Do not auto focus first item ( #63078 )
2023-02-10 12:06:41 +01:00
Torkel Ödegaard
ed626427de
PanelChrome: Make loading animation speed the same across panels ( #62997 )
...
Revert devenv dashboard change
2023-02-10 10:03:39 +01:00
Torkel Ödegaard
39537043ec
AppChrome: Reduce re-renders for identical pageNavs ( #62483 )
...
* AppChrome: Reduce re-renders for identical pageNavs
* Update
* removed log
2023-02-07 08:01:22 +01:00