Fixed boot issue and Improved deletion

- fixed bootup delay when vault contains many files.
- status bar improvement.
- add new feature, using trash when file has been delete in remote.
This commit is contained in:
vorotamoroz
2021-11-04 19:12:43 +09:00
parent 07535eb3fc
commit 0b526e9cea
5 changed files with 210 additions and 39 deletions

View File

@@ -19,7 +19,11 @@
white-space: pre-wrap;
}
.op-warn {
border:1px solid salmon;
padding:2px;
border: 1px solid salmon;
padding: 2px;
border-radius: 4px;
}
}
.syncstatusbar {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}