(core) Delete my account button

Summary:
Adding new "Delete my account" button to the profile page that allows users to remove completely
their accounts as long as they don't own any team site.

Test Plan: Added

Reviewers: georgegevoian, paulfitz

Reviewed By: georgegevoian, paulfitz

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D4037
This commit is contained in:
Jarosław Sadziński
2023-09-26 10:09:06 +02:00
parent e033889b6a
commit cce185956c
19 changed files with 205 additions and 34 deletions

View File

@@ -5,7 +5,8 @@ export const GristDark: ThemeColors = {
'text': '#EFEFEF',
'text-light': '#A4A4B1',
'text-dark': '#FFFFFF',
'text-error': '#FF6666',
'text-error': '#E63946',
'text-error-hover': '#FF5C5C',
'text-danger': '#FFA500',
'text-disabled': '#A4A4B1',

View File

@@ -6,6 +6,7 @@ export const GristLight: ThemeColors = {
'text-light': '#929299',
'text-dark': 'black',
'text-error': '#D0021B',
'text-error-hover': '#A10000',
'text-danger': '#FFA500',
'text-disabled': '#929299',