You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an image is attached to a message in a chatroom. 'Download' and 'Delete' menus are revealed on desktop when a pointer hovers over it. But these are not available on mobile because when user taps on the image, the viewer immediately pops out.
These menus and also the file size information should be added to the image viewer.
Solution
Add buttons for these functionalities to the image viewer.
The text was updated successfully, but these errors were encountered:
…ge viewer (#2453)
* display file-size in the image viewer
* add downloadHelper invisible link
* add cta buttons for the images in the viewer
* style the cta buttons
* conditionally show/hide delete button
* implement download / delete functionalities
* logic after the image deletion is done
* implement loader for deleting-image status
* setup event handling for DELETE_ATTACHMENT_FEEDBACK
* add some comments
* remove debugging console.log
* move image-compression logic to ChatMain.vue
Problem
When an image is attached to a message in a chatroom. 'Download' and 'Delete' menus are revealed on desktop when a pointer hovers over it. But these are not available on mobile because when user taps on the image, the viewer immediately pops out.
These menus and also the file size information should be added to the image viewer.
Solution
Add buttons for these functionalities to the image viewer.
The text was updated successfully, but these errors were encountered: