π§βπ» Todo List #23
shealavington
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a list of things I would change about this extension.
I'll work on the list when I get time, however, I have decided to make a list here rather than having permanent issues raised. I'm also happy for anyone to work on these if they would like #OpenSource, just please give me a heads-up if you can! π
Bugs
[] Fix the full page loader, it currently allows you to scroll while processing a request, appearing broken.
[] Fix an issue whereby if you press escape while previewing an image, it closes the whole sidebar.
[] Fix the collection page image preview. You only see the image UUID. (Odd as interface/index.ts seems correct)
[] When you change the provider, it does not automatically reload to display newly selected provider-featured images.
Error Logging
[] On error, inform the user... use propper response codes to notify error (404) and don't cache errors locally
[] If errors occur for any reason, the loading page does not close (requires hard reload). It should close and display an error message.
[] If a pagination page request fails, the 'page' in pagination should be set back to the last working page and the user informed.
Enhancements
[] Add a close button to the image preview
[] Avoid hiding everything while processing. Dim images & replace them when a fresh search comes through with data.
[] Add support for "multiple" files, allowing a user to select more than one file. (can 'group' be of use here?)
[] Allow users to select from their own images, currently, it is limited to images from a provider.
[] Stop images being able to be uploaded multiple times. A unique tag, or field to identify the file, can help avoid duplicates.
Beta Was this translation helpful? Give feedback.
All reactions