6 references to DialogService
Aspire.Dashboard (6)
Components\Layout\MainLayout.razor.cs (6)
331
_openPageDialog = await
DialogService
.ShowDialogAsync<HelpDialog>(parameters).ConfigureAwait(true);
391
_openPageDialog = await
DialogService
.ShowDialogAsync<AIAgentsDialog>(parameters).ConfigureAwait(true);
422
_openPageDialog = await
DialogService
.ShowPanelAsync<SettingsDialog>(parameters).ConfigureAwait(true);
426
_openPageDialog = await
DialogService
.ShowDialogAsync<SettingsDialog>(parameters).ConfigureAwait(true);
453
_openPageDialog = await
DialogService
.ShowPanelAsync<NotificationsDialog>(parameters).ConfigureAwait(true);
457
_openPageDialog = await
DialogService
.ShowDialogAsync<NotificationsDialog>(parameters).ConfigureAwait(true);