-
-
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.
# we are now jQuery free 😱🤘💥💪👯 ## image - animate navigation - clicking the preview will open the image in a new tab - preview is now a card with basic info and main functionality “mostly for mobile users” ## new options - added hide folder option - add random names option for uploaded files “will also be saved in local-storage” - save visited folder to local-storage so you can continue from where you left. - auto select folder after creation - set “max-height” to the manager if opened inside a modal ## fixs - fix hide ext - disallow folder creation with single character name - disallow folder rename to single character - fix list update after remove items with same name but diff type - fix preview modal image align ## styling - better responsive - some styling & animation - added some patterns for upload panel bg so image change on each toggle - change lock/unlock notification msg - add notification for single file download - update assets - update readme - update wiki
- Loading branch information
Showing
17 changed files
with
710 additions
and
490 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,31 @@ | ||
# we are now jQuery free :scream::metal::boom::muscle::dancers: | ||
|
||
## image | ||
- animate navigation | ||
- clicking the preview will open the image in a new tab | ||
- preview is now a card with basic info and main functionality “mostly for mobile users” | ||
|
||
## new options | ||
- added hide folder option | ||
- add random names option for uploaded files “will also be saved in local-storage” | ||
- save visited folder to local-storage so you can continue from where you left. | ||
- auto select folder after creation | ||
- set “max-height” to the manager if opened inside a modal | ||
|
||
## fixs | ||
- fix hide ext | ||
- disallow folder creation with single character name | ||
- disallow folder rename to single character | ||
- fix list update after remove items with same name but diff type | ||
- fix preview modal image align | ||
|
||
## styling | ||
- better responsive | ||
- some styling & animation | ||
- added some patterns for upload panel bg so image change on each toggle | ||
- change lock/unlock notification msg | ||
- add notification for single file download | ||
|
||
- update assets “make sure to republish the assets” | ||
- update readme | ||
- update wiki |
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.