-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Fixed - refetching content after cache clearing - bad html in card modal causing tippy error - bulk selection with "shift+click" doesn't work correctly when **sortBy** is used - a couple of gestures “recheck shortcuts” - better scroll to item in long list on manager init “hopefully its fixed for good now” - folders with locked items getting fake remove ## New - move modal have the selected items info as well “same as the delete modal” - removed “vue-scroll-stop” and replaced it with something simpler - the url will be changed according to the opened folder - so you can use the back/forward button like normal. - open a path directly with a url - using local storage to remember opened folders now works only for the modal - locked list moved to ls instead of saving it with each cached key
- Loading branch information
Showing
20 changed files
with
878 additions
and
757 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,18 @@ | ||
## Fixed | ||
|
||
- refetching content after cache clearing | ||
- bad html in card modal causing tippy error | ||
- bulk selection with "shift+click" doesn't work correctly when **sortBy** is used | ||
- a couple of gestures “recheck shortcuts” | ||
- better scroll to item in long list on manager init “hopefully its fixed for good now” | ||
- folders with locked items getting fake remove | ||
|
||
## New | ||
|
||
- move modal have the selected items info as well “same as the delete modal” | ||
- removed “vue-scroll-stop” and replaced it with something simpler | ||
- the url will be changed according to the opened folder | ||
- so you can use the back/forward button like normal. | ||
- open a path directly with a url | ||
- using local storage to remember opened folders now works only for the modal | ||
- locked list moved to ls instead of saving it with each cached key |
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
Oops, something went wrong.