-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
854 additions
and
709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Fixed | ||
- wrong shortcut in editor tooltip | ||
- in-correct dbl slash replacer | ||
- removing wrong item from the list because of similar name | ||
- showing total size as false | ||
|
||
## New | ||
|
||
- add description to the toolbar btn icons “refresh, lock, visibility” | ||
- add support for cache storage for lazy image loading “with fallback to normal when needed” | ||
- simplified the cache removal method | ||
- switch visibility icon according to file status | ||
- long press refresh btn will also clears the “cached images” storage | ||
- folders with locked items cant be “renamed, moved, copied or deleted” | ||
- folders with locked items check is now incredibly faster because its pre-checked on the front side instead of the server | ||
- lock/visibility | ||
+ btns now follow the toolbar “main” btn instead of operating separately | ||
+ now works with lists, instead of making a request per each | ||
+ now icons reflect the item status instead of being a switch | ||
- some cleanups & better APIs | ||
- visibility btn in preview card | ||
- npm dependency “vue-async-computed” | ||
|
||
|
||
## Removed | ||
- visibility modal, now the visibility btn have the same behavior as the lock btn |
Oops, something went wrong.