-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sign-out event handling and panel HTML refresh for CloudPanel (#1789
) * Add sign-out event handling and panel HTML refresh for CloudPanel - Implemented emitPanelEvent in Kernel to emit specific events to panels. - Added signOut event handling in CloudPanel, which clears the app token and refreshes the panel HTML. - Updated extension.ts to emit signOut event when appropriate, aligning session management behavior. * Easier done with more reactiveness (#1803) --------- Co-authored-by: Sebastian (Tiedtke) Huckleberry <[email protected]>
- Loading branch information
1 parent
076f24b
commit e9cf5b9
Showing
3 changed files
with
44 additions
and
3 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
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