generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(supernova): fix all typescript migration leftovers for Regio…
…ns and Alerts (#780) * refactor(supernova): type region and alertSlice * refactor(supernova): corrected testdata and types * chore(supernova): bump version * refactor(supernova): type * fix(supernova): corrected Type * fix(supernova): retyping * refactor(supernova): typing silences and refactor passing of options * fix(supernova): include SilencesSlice in AppState * fix(supernova): return empty Silences if none are existant * fix(supernova): no initalisation values * fix(supernova): give alertsslice 3 argument for zustand * fix(supernova): add argument store to storeprov * chore(supernova): shape more consistant types * chore(supernova): shape more consistant types * chore(supernova): revoked AlterItem changes * chore(supernova): del any in global slice * fix(supernova): change order of imports
- Loading branch information
1 parent
ad03fff
commit d595b9d
Showing
10 changed files
with
511 additions
and
435 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,5 @@ | ||
--- | ||
"@cloudoperators/juno-app-supernova": patch | ||
--- | ||
|
||
reducing unnecessary @ts-ignore directives, improving type safety and code clarity in region components and alert slice |
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
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.