Simple Managment webapp [LLM]

This commit is contained in:
2025-12-03 18:34:13 +01:00
parent c860ef9c30
commit 308d6bbba0
11 changed files with 216 additions and 131 deletions
@@ -78,33 +78,6 @@
</nz-descriptions>
</nz-card>
<nz-card nzTitle="Actions" class="mt-16">
<div class="action-section">
<button nz-button nzType="default" (click)="logout()">
<span nz-icon nzType="logout"></span>
Logout
</button>
</div>
<nz-divider nzText="Danger Zone" nzOrientation="left"></nz-divider>
<div class="danger-section">
<p>Deleting your account will permanently remove all your data including messages, channels, subscriptions, and keys.</p>
<button
nz-button
nzType="primary"
nzDanger
nz-popconfirm
nzPopconfirmTitle="Are you absolutely sure? This action cannot be undone."
nzPopconfirmPlacement="top"
(nzOnConfirm)="deleteAccount()"
[nzLoading]="deleting()"
>
<span nz-icon nzType="delete"></span>
Delete Account
</button>
</div>
</nz-card>
}
</div>