1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +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

@@ -3,6 +3,6 @@
@placeholder - Placeholder text
@successMessage
--}}
<div class="dropzone-container text-center">
<div refs="" class="dropzone-container text-center">
<button type="button" class="dz-message">{{ $placeholder }}</button>
</div>