1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Dropzone: Developed ux further

- Added image manager button for uploads.
- Added image manager placeholder sidebar text for guidance.
- Improved dropzone layer styling.
- Removed old dropzone styles.
- Got success events and auto-hide working.
- Updated upload items to animate out.
This commit is contained in:
Dan Brown
2023-04-25 13:10:25 +01:00
parent a8fc29a31e
commit b21a9007c5
7 changed files with 103 additions and 338 deletions

View File

@ -6,6 +6,7 @@ return [
// Image Manager
'image_select' => 'Image Select',
'image_upload' => 'Upload Image',
'image_all' => 'All',
'image_all_title' => 'View all images',
'image_book_title' => 'View images uploaded to this book',