+ Storage Settings
+
+
+
+ Server Storage Usage
+
+
+ This is the storage used by your account on our servers (e.g. files,
+ images, and data you have uploaded).
+
+ {loading ? (
+ Loading...
+ ) : (
+ <>
+
+
+ {usedMB} MB used / {totalMB} MB total ({percent}%)
+
+ >
+ )}
+
+
+
+ {Capacitor.isNativePlatform() ? 'App' : 'Browser'} Local Storage &
+ Cache
+
+
+ This is data stored locally in your browser for faster access and
+ offline use. Clearing this will not affect your server data, but may
+ log you out or remove offline tasks.
+
+
+
+
+