universe / vapid

Vapid is an intentionally simple content management system built on the idea that you can create a custom dashboard without ever leaving the HTML.
https://www.vapid.com
MIT License
0 stars 1 forks source link

feat: Dashboard updates. #3

Closed amiller-gh closed 4 years ago

amiller-gh commented 4 years ago
amiller-gh commented 4 years ago

I couldn't find an image uploader plugin that did everything that is expected of a modern wysiwyg for Quill (what?) so I made my own 🙂

Works exactly how you'd expect: https://github.com/amiller-gh/quill-image

Once I get the last bits wired up in the admin server we'll be able to support Medium-like image editing in the wysiwyg editor, and store uploaded images in the /uploads directory. Currently, it pretends to upload the image to the dashboard and just replaces your photo with an adorable kitten. There are a few outstanding bugs with the plugin (noted in the repo) but nothing that should block adoption afaict since its is already more fully featured than what is currently in place.

image

amiller-gh commented 4 years ago

Color updates are subtle, but give the dashboard a slightly warmer, easier-to-look-at-all-day feel (pages side menu updates are in PR #2 and are not a part of this PR):

image

image

amiller-gh commented 4 years ago

Image uploads have a cleaner, more "widget" like feel, with live image previews and no visible ugly file upload input:

image