-
-
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
base: master
Are you sure you want to change the base?
#2445 - add Download/Delete buttons and display image size in the image viewer #2453
Conversation
group-income Run #3544
Run Properties:
|
Project |
group-income
|
Branch Review |
sebin/task/#2445-download-and-delete-image-on-mobile
|
Run status |
Passed #3544
|
Run duration | 08m 49s |
Commit |
0c878daf4b ℹ️: Merge af81aba5cd627a89ccd19f0f1f965022a9f8f848 into 7b1c2b3f5018516781f8955dec2b...
|
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. |
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,