You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/service/localStorage/data/help-data.ts
+44-2Lines changed: 44 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,47 @@ export const HelpData = [
26
26
{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."},
27
27
// { 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." },
28
28
{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."
0 commit comments