WilliamKarolDiCioccio / open_local_ui

OpenLocalUI: Native desktop app for Windows, MacOS and Linux. Easily run Large Language Models locally, no complex setups required. Inspired by OpenWebUI's simplicity for LLM use.
MIT License
16 stars 2 forks source link

Fix infinite loading in attachments dropzone #25

Closed WilliamKarolDiCioccio closed 3 weeks ago

WilliamKarolDiCioccio commented 4 weeks ago

The circular progress indicator in the attachments dropzone spins indefinitely with files loaded from links like the _isLoading variable is never set back to false

WilliamKarolDiCioccio commented 4 weeks ago

@Rossi1337 can you take care of that?

WilliamKarolDiCioccio commented 3 weeks ago

Turns out the image loading from URL was completely fine. The problem is that I was dragging result from the images preview and the browser copied queries to my clipboard. I'll be adding query support