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.
fix(supernova): fixes active filters loading order to avoid overridin…
…g filters on login (#354) * fix(supernova): fixes active filters loading order * fix(supernova): exports useGlobalsIsURLRead on the right file * fix(supernova): fixes typo and double check empty var * fix(supernova): fix typo in naming in methods * chore(core): migrate greenhouse dashboard (#337) * chore(greenhouse): adds greenhouse dashboard and apps * chore(greenhouse): adds greenhouse to allowed scopes * chore(greenhouse): adjust build scripts * chore(greenhouse): fixes lint issues in cluster-admin * chore(greenhouse): add ts-luxon pkg to cluster-admin * chore(greenhouse): merge main branch * chore(greenhouse): extend esbuild config to build apps * chore(greenhouse): add missing entries in package.json and changeset * chore(ci): add nginx.conf to license ignore path * chore(ci): update package-lock.json * fix(build): fixes tests * chore(example): remove console logs * fix(greenhouse): add dependent apps to turbo for build * chore(greenhouse): make packages private in apps * chore(supernova): add missinge dependecies in useCommunication * chore(supernova): create a new patch changeset --------- Co-authored-by: Andreas Pfau <[email protected]>
- Loading branch information
Showing
6 changed files
with
34 additions
and
15 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 | ||
--- | ||
|
||
Fixed the useCommunication hook to properly enable and handle filters derived from the URL. This ensures that the communication layer respects the filter parameters passed via the URL, improving synchronization between the app state and the URL. |
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