feat: recreate dashboard page from previous version

This commit is contained in:
Sonny
2024-05-03 02:10:15 +02:00
committed by Sonny
parent 2cc490b611
commit 2cf8c5ae02
66 changed files with 2087 additions and 86 deletions

View File

@@ -10,13 +10,19 @@
},
"user": {
"title": "1.2 User Data",
"description": "To create personalized categories and links and associate them with their author, we collect the following information:",
"fields": ["Google ID", "Lastname", "Firstname", "Email", "Avatar"]
"description": "To create personalized collections and links and associate them with their author, we collect the following information:",
"fields": [
"Google ID",
"Lastname",
"Firstname",
"Email",
"Avatar"
]
}
},
"data_use": {
"title": "2. Data Use",
"description": "The collected data is neither resold nor used for purposes other than initially intended, namely the management of categories and links created by the user."
"description": "The collected data is neither resold nor used for purposes other than initially intended, namely the management of collections and links created by the user."
},
"data_storage": {
"title": "3. Data Storage",
@@ -42,4 +48,4 @@
"changes": "We reserve the right to update this privacy policy. We encourage you to regularly check this page to stay informed of any changes.",
"thanks": "Thank you for using MyLinks!"
}
}
}