Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Missing Attachments" UI #80

Open
NfNitLoop opened this issue Mar 15, 2022 · 0 comments
Open

"Missing Attachments" UI #80

NfNitLoop opened this issue Mar 15, 2022 · 0 comments
Labels
client Affects the JS-based client

Comments

@NfNitLoop
Copy link
Owner

Sometimes attachments fail to get uploaded. (Ex: from feotweet.) It's a bit of a PITA to manually curl the attachment to the correct location. Would be handy if there was a way to just drag an attachment to an existing post and have the web client PUT it for us.

We even know what its size and hashes should be, so we could just let a user drop a file, check its size and hash, then upload it to the correct location if it matches the criteria.

For now, I'm thinking of this on a single post basis, but eventually we could maybe expand the functionality to look for missing attachments across a span of posts.

@NfNitLoop NfNitLoop added the client Affects the JS-based client label Mar 15, 2022
@NfNitLoop NfNitLoop changed the title "Add Attachments" UI "Missing Attachments" UI Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Affects the JS-based client
Projects
None yet
Development

No branches or pull requests

1 participant