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
As proposed in this comment of PR #2367 , make it possible to cycle between photos using the arrow keys on desktop if the message contains multiple photo attachments, similarly to what Slack does for the same case (below).
Solution
Implement it.
The text was updated successfully, but these errors were encountered:
* extract all imagesgrunt dev
* send multiple image data to ImageViewerModal.vue
* render multiple images back to back in a container
* add prev/next btn to the modal
* implement keydown event for iamge navigation
* add loader animation to PreviewImageArea.vue
* add isTouch / fix isLoaded / update nav buttons
* fix the mobile issue
* fix the bug where the image abruptly changes the dimension
* revert the SW err handler
* update for Greg feedbacks
Problem
As proposed in this comment of PR #2367 , make it possible to cycle between photos using the arrow keys on desktop if the message contains multiple photo attachments, similarly to what Slack does for the same case (below).
Solution
Implement it.
The text was updated successfully, but these errors were encountered: