Add quick create new identity popup (#142)

This commit is contained in:
Leendert de Borst
2024-08-06 20:29:48 +02:00
parent 2cf3c142da
commit dc2f4dd040
20 changed files with 719 additions and 531 deletions

View File

@@ -67,6 +67,7 @@ builder.Services.AddScoped<CredentialService>();
builder.Services.AddScoped<DbService>();
builder.Services.AddScoped<GlobalNotificationService>();
builder.Services.AddScoped<GlobalLoadingService>();
builder.Services.AddScoped<KeyboardShortcutService>();
builder.Services.AddScoped<JsInteropService>();
builder.Services.AddSingleton<ClipboardCopyService>();