feat(mobile): quota (#6409)

* feat(mobile): quota

* openapi

* user entity update

* Render quota

* refresh usage upon opening the app bar

* stop backup when quota exceed
This commit is contained in:
Alex
2024-01-16 20:08:31 -06:00
committed by GitHub
parent abce82e235
commit 78de4f1312
18 changed files with 386 additions and 76 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
// Remove .fvm files from search
"dart.flutterSdkPath": ".fvm\\versions\\3.13.6",
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
}