sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.33k stars 261 forks source link

Refresh file list when there are queued snapshots #697

Closed sissbruecker closed 2 months ago

sissbruecker commented 2 months ago

Live updates the file list in the bookmark details modal when there is a queued HTML snapshot. Thus, when the snapshot eventually completes the UI will update and show it as such. Also disables the create snapshot button when there already is a queued snapshot.

Closes https://github.com/sissbruecker/linkding/issues/673