Southclaws / storyden

With a fresh new take on traditional bulletin board forum software, Storyden is a modern, secure and extensible platform for building communities.
https://www.storyden.org/
Mozilla Public License 2.0
89 stars 11 forks source link

Composer image upload should render a placeholder during upload #222

Open Southclaws opened 2 weeks ago

Southclaws commented 2 weeks ago

When inserting an image on a slow network connection (mine lol) there's no placeholder, and you're free to move the caret around resulting in unintended placement of the image.

Some work:

  1. don't allow editing during an upload (maybe, depending on the next bit)
  2. render a placeholder during upload

There are some considerations too:

Southclaws commented 2 weeks ago

Bonus, which I really should do as well, progress bar for upload. Though I'm not sure how possible this is with the fetch API:

image