mnutt / davros

Personal file storage server
Apache License 2.0
297 stars 35 forks source link

Delete button freezes up grain #135

Closed ocdtrekkie closed 2 years ago

ocdtrekkie commented 2 years ago

In 0.31.0, tried opening the image and using the delete button inside, did this weird confusing UI and I couldn't get out of it without reloading the grain. (The little X doesn't work at all here.) Deleting from the new checked file list works fine.

image

ocdtrekkie commented 2 years ago

I assume what's happening here, is that the delete function now expects some sort of file selection, and since it's missing in this case, the element fails. As a note, I think it'd be nice to have the Move and Rename functions available from the preview view as well as fixing this one.

mnutt commented 2 years ago

Oh that's something I missed, and a straightforward fix. I can push up 0.31.1 fixing that tonight.

ocdtrekkie commented 2 years ago

Fixed by 0.31.1.