-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
#2445 - add Download/Delete buttons and display image size in the image viewer #2453
#2445 - add Download/Delete buttons and display image size in the image viewer #2453
Conversation
group-income Run #3584
Run Properties:
|
Project |
group-income
|
Branch Review |
sebin/task/#2445-download-and-delete-image-on-mobile
|
Run status |
Passed #3584
|
Run duration | 11m 00s |
Commit |
7c450b9b17 ℹ️: Merge e34c82de519525ab2b0bcc9bf2e66d916f1f5ddf into df255f8ca92d0b5e7ad91749d5b4...
|
Committer | Sebin Song |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
10
|
Skipped |
0
|
Passing |
111
|
View all changes introduced in this branch ↗︎ |
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.
Seems to work really well!
Fantastic work @SebinSong! One minor issue found.
@@ -227,14 +239,18 @@ export default { | |||
openImageViewer (objectURL) { | |||
if (!objectURL) { return } | |||
|
|||
console.log('!@# attachment list: ', this.attachmentList) |
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.
Stray debugging
@taoeffect Updated the PR again. |
@taoeffect as reported in this Slack thread, upload-image functionality is currently broken in |
@taoeffect Apparently, the broken image upload functionality requires us to refactor the entire image compression logic. Let me make this fix as part of this PR and let you know if it's ready for review again. |
…wnload-and-delete-image-on-mobile
…wnload-and-delete-image-on-mobile
@taoeffect This PR is ready for review again. |
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.
Brilliant!
closes #2445
[screenshot]
[screenshot in forced-color mode]
The issue was that these functionalities are not available on mobile but I thought they are good additions for desktop size screen too and so made them available for both.
Thanks,