Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issues with the image uploader #754

Merged
merged 5 commits into from
Mar 24, 2018
Merged

Fixes issues with the image uploader #754

merged 5 commits into from
Mar 24, 2018

Conversation

Abijeet
Copy link
Member

@Abijeet Abijeet commented Mar 18, 2018

Fixes #754

Merge request fixes the following issues,

  • Issues with the image validation message not being translated.
  • Added a remove link to remove files that have an error.
  • Error marker will appear above the progress bar.
  • Hovering on dz-image or dz-details will display the error message. Otherwise error message was covering the remove link as well.
  • Removed styling around the file size.
  • Removed gradient effect in accordance with BookStack styling.
  • Dropzone filename will not overflow the container element. Also done for page attachments.
  • Added an 'uploaded' error message. this error was being thrown when the file size exceeded the server configured file size. (https://stackoverflow.com/a/42934387/903324)
  • Fixes the icons not being aligned properly in attached items section for the page.
  • Removing the selected image and clearing the dropdzone on image manager dialog close.

Abijeet added 4 commits March 13, 2018 09:10
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
- Added a remove link to remove files that have an error.
- Error will appear below the progress bar.
- Hovering on dz-image or dz-details will display the error message. Otherwise error message was covering the remove link as well.
- Removed styling around the file size.
- Removed gradient effect in accordance with BookStack styling.
- Dropzone filenae will not overflow the container element. Also done for page attachments
- Added a 'uploaded' error message. this error was being thrown when the file size exceeded the server configured file size. (https://stackoverflow.com/a/42934387/903324)

Towards #741

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
…for the page.

Also formatting.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Towards #741

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
@Abijeet Abijeet changed the title Bug/image upload Fixes issues with the image uploader Mar 18, 2018
@ssddanbrown ssddanbrown added this to the BookStack Beta v0.20.1 milestone Mar 24, 2018
@ssddanbrown ssddanbrown merged commit 0335f58 into BookStackApp:master Mar 24, 2018
@ssddanbrown
Copy link
Member

@Abijeet Thanks for this awesome set of improvements and fixes, Merged for next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants