-
-
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.
fix selectin in reverse fix reverse selection 2
- Loading branch information
Showing
21 changed files
with
562 additions
and
355 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,30 @@ | ||
## New | ||
|
||
- you can now use “shift + click” to limit bulk selection to specific files. | ||
- added new shortcuts | ||
- you can now copy files/folders instead of moving as well. | ||
- add new option for path breadcrumb for mobile to make it easier to navigate | ||
- add audio for success & alert ops | ||
- don't reset the selection if (deleting/moving/copying) an item has returned an error. | ||
|
||
## Fix | ||
|
||
- some fixes & cleanups here and there | ||
- fixed issue with local-storage overriding the original keys | ||
- fixed update folder info after moving | ||
- fixed not selecting an item after getting the files from server “rare” | ||
- fixed refreshing the manager when using “key modifier + r” | ||
- fixed the hardcoded translation & now all handled through laravel. | ||
- fixed pre-mature selection of first item after delete/move form submit | ||
- fixed showing an empty notification | ||
- fixed axios showing vague error message | ||
|
||
## Update | ||
|
||
- cleanup & optimization “js, controller” | ||
- slightly better scroll to item | ||
- change view files structure | ||
- make file-box smaller on mobile | ||
- update read me | ||
- update wiki | ||
- update resources |
Oops, something went wrong.