-
Notifications
You must be signed in to change notification settings - Fork 31
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
Image uploading #652
Image uploading #652
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the possible leaking of images I think we should address that in some respect as part of this PR?
Does the app ask for iCloud Drive user permission on launch for this PR?
|
I didn't run into this. I'm using Apple's Photo picker, which supposedly handles all of the permissions stuff for us |
Should we surface the failure reason to users?
|
Cool, ignore then, probably just a simulator/macOS thing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments, if some will prove a pain we could address them in a follow up - I have a PR mostly ready for #651 which will require me to move things around a bit once this goes in as the session no longer holds on to a URL
as it proved a headache to support dynamic resolution while the requests work that way... 😭 so perhaps addressing it as part of the other PR will make more sense and avoid blocking this any further...
one additional question, do we catch and remove an uploaded file if the user cancels the post without submitting, or only if they cancel the image directly?
No, we don't - I'd forgotten about that case. I'll add that in tomorrow 👍 |
I had this issue with test-mlem, but it was working fine on other instances. |
Sure, I'll add support for this.
Done this already
Perhaps. I'll find out |
- Confirm image uploads now defaults to false.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🖼️ -> 🚀
I reckon we're doing everything we can to make the user aware / proactively removing the images if they don't post etc 👍
Lets you attach images to posts.
The animation for the image-picker sheet closing is broken on iOS 17, but works on previous iOS versions. This is just a visual bug though.