[v11.0.x] Navigation: Add a return to previous button when navigating to different sections (#86797)
This commit is contained in:
@@ -216,8 +216,9 @@ var (
|
||||
{
|
||||
Name: "returnToPrevious",
|
||||
Description: "Enables the return to previous context functionality",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
FrontendOnly: true,
|
||||
Expression: "true", // enabled by default
|
||||
Owner: grafanaFrontendPlatformSquad,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@ scenes,experimental,@grafana/dashboards-squad,false,false,true
|
||||
disableSecretsCompatibility,experimental,@grafana/hosted-grafana-team,false,true,false
|
||||
logRequestsInstrumentedAsUnknown,experimental,@grafana/hosted-grafana-team,false,false,false
|
||||
topnav,deprecated,@grafana/grafana-frontend-platform,false,false,false
|
||||
returnToPrevious,preview,@grafana/grafana-frontend-platform,false,false,true
|
||||
returnToPrevious,GA,@grafana/grafana-frontend-platform,false,false,true
|
||||
grpcServer,preview,@grafana/grafana-app-platform-squad,false,false,false
|
||||
unifiedStorage,experimental,@grafana/grafana-app-platform-squad,true,true,false
|
||||
cloudWatchCrossAccountQuerying,GA,@grafana/aws-datasources,false,false,false
|
||||
|
||||
|
@@ -705,12 +705,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "returnToPrevious",
|
||||
"resourceVersion": "1712686869842",
|
||||
"creationTimestamp": "2024-04-09T18:21:09Z"
|
||||
"resourceVersion": "1713870623848",
|
||||
"creationTimestamp": "2024-04-19T16:50:44Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-04-23 11:10:23.848446 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the return to previous context functionality",
|
||||
"stage": "preview",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/grafana-frontend-platform",
|
||||
"frontend": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user