-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update refresh for dashboard scene (#346)
* refresh for scene dashboard updated * update to useDashboardRefresh hook * update comment * update test case * formatting * Updated Grafana 11.3.0 and dependencies * Update README.md * act wrap * remove nested implementation for AutosizeCodeEditor (CodeEditor) and check AutosizeCodeEditor call * Add dependency --------- Co-authored-by: Mikhail Volkov <[email protected]>
- Loading branch information
1 parent
9f6b696
commit eea576c
Showing
11 changed files
with
2,350 additions
and
1,488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
* __grafanaSceneContext type to prevent TS error | ||
*/ | ||
interface Window { | ||
__grafanaSceneContext: unknown; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.