feat(profile): add Danger zone account deletion UI

This commit is contained in:
2026-07-26 10:20:56 +02:00
parent ab8cdea214
commit e2533bd1a8
3 changed files with 84 additions and 1 deletions

View File

@@ -231,6 +231,17 @@ button:disabled {
color: #fff;
}
.danger-zone-confirm {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.danger-zone-confirm p {
margin: 0;
color: #9aa0ab;
}
.filter-pills {
display: flex;
gap: 0.5rem;