Skip to content

Commit 8f792ce

Browse files
Update help-data.ts
1 parent cbc8556 commit 8f792ce

1 file changed

Lines changed: 44 additions & 2 deletions

File tree

src/app/service/localStorage/data/help-data.ts

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,47 @@ export const HelpData = [
2626
{ id: 604, category: "Data & Settings", question: "I deleted the app. Is my data gone?", answer: "If you did not enable Cloud Backup or Export your data, it is likely lost because LocalStorage is cleared when the app is uninstalled." },
2727
// { id: 605, category: "Data & Settings", question: "How can I reset all app data?", answer: "In Settings, use the reset/clear data option carefully. This removes local expenses, custom categories, and budget values. Export a backup first if you may need recovery." },
2828
{ id: 606, category: "Data & Settings", question: "Why are my changes not visible across devices?", answer: "LocalStorage data stays on one device/browser profile. To sync between devices, enable cloud backup and restore the same account data on the second device." },
29-
{ id: 607, category: "Data & Settings", question: "How do I contact support from inside the app?", answer: "Open this Help page and scroll to the contact form. Submit your name, email, and issue details. Our team uses that message to help you troubleshoot quickly." }
30-
];
29+
{ id: 607, category: "Data & Settings", question: "How do I contact support from inside the app?", answer: "Open this Help page and scroll to the contact form. Submit your name, email, and issue details. Our team uses that message to help you troubleshoot quickly." },
30+
{
31+
id: 608,
32+
category: "Data & Settings",
33+
question: "What is Cloud Backup?",
34+
answer: "Cloud Backup allows you to securely store your expense data online. This protects your data if you change devices, reinstall the app, or accidentally clear local storage."
35+
},
36+
{
37+
id: 609,
38+
category: "Data & Settings",
39+
question: "How do I enable Auto Backup?",
40+
answer: "Go to <strong>Settings → Cloud Backup</strong> and enable the <strong>Auto Backup</strong> toggle. Once enabled, your data will automatically sync to the cloud periodically."
41+
},
42+
{
43+
id: 610,
44+
category: "Data & Settings",
45+
question: "What does Cloud Synchronization do?",
46+
answer: "Cloud Synchronization manually uploads your current local data to the cloud instantly. Use it when you want an immediate backup before switching devices or reinstalling the app."
47+
},
48+
{
49+
id: 611,
50+
category: "Data & Settings",
51+
question: "What is a Backup Key?",
52+
answer: "The Backup Key is a secure unique key linked to your cloud data. You must keep it safe because it is required to restore your data later."
53+
},
54+
{
55+
id: 612,
56+
category: "Data & Settings",
57+
question: "How do I restore my data from the cloud?",
58+
answer: "Go to <strong>Settings → Cloud Backup → Restore from Backup Key</strong>, paste your backup key, and confirm. Your current local data will be replaced with the backed-up cloud data."
59+
},
60+
{
61+
id: 613,
62+
category: "Data & Settings",
63+
question: "Will restoring data delete my current data?",
64+
answer: "Yes. Restoring replaces your current local data with cloud backup data. The app performs validation and keeps a temporary rollback copy for safety in case restoration fails."
65+
},
66+
{
67+
id: 614,
68+
category: "Data & Settings",
69+
question: "Is Cloud Backup secure?",
70+
answer: "Yes. Your data is linked with a secure backup key. Only someone with this key can restore the data, so keep it private and safe."
71+
}
72+
];

0 commit comments

Comments
 (0)