Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add V3 zlux-widgets back into V3 Desktop #646

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

DivergentEuropeans
Copy link
Member

@DivergentEuropeans DivergentEuropeans commented Oct 17, 2024

To test,
You need to spawn a widget like the pop-up. You can spawn one quickly via:

  1. use the mock server ZSS
  2. go into zlux-app-manager\virtual-desktop\src\app\authentication-manager\idleWarn.service.ts

make:
removeErrorReport() {
if (this.report) {
// this.popupManager.removeReport(this.report.id); comment this line
this.report.subscription.unsubscribe();
this.report = undefined;
}
}

zlux-app-manager\virtual-desktop\src\app\authentication-manager\login\login.component.ts

make:
renewSession(): void {
this.spawnExpirationPrompt(50000); // add this line
this.authenticationService.performSessionRenewal().subscribe((result: any) => {
this.idleWarnService.removeErrorReport();
}, (errorObservable) => {
this.idleWarnService.createRetryErrorReport(this.renewSession, this.isIdle);
});
}

@DivergentEuropeans DivergentEuropeans changed the title Feature/add zlux widgets Add V3 zlux-widgets back into V3 Desktop Oct 17, 2024
@DivergentEuropeans DivergentEuropeans merged commit 02ad097 into v3.x/staging Oct 30, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

3 participants