-
- Downloads
[RFC] Improved media modal (#5956)
* Improved media modal ImageLoader: Impliment pinch zoom by CSS `transform: scale(X)` ImageLoader: Impliment panning by CSS `overflow: scroll` ImageLoader: Larger image MediaModal: Larger close button MediaModal: Close the modal by swiping vertically MediaModal: Show/hide close button and right/left navigation on tapping image MediaModal: Change the `pointer-event` CSS prpp to get more blank space to close the modal ImageLoader: Zoom/reset zoom on double tap MediaModal: disable vertical swiping while horizontally swiped ImageLoader: prevent propagating touchmove event to MediaModal MediaModal: Adjust size and potision of buttons ImageLoader: Adjust scroll potision on pinch zoom * Remove "swipe to close" and "double tap to zoom" features * remove unused prop and functions removed `onScroll` prop and `handleScroll` func in ImageLoader * separate zoom functionary to ZoomableImage component adjust styling of ImageLoader add styling for ZoomableImage * adjust size and potision of close button of media modal * Fix for gif video add `onClick` prop to ExtendedVideoPlayer specify `onClick` prop to video tag for switching nav of `MediaModal` add `.video-modal` class to scss to separate styling for `VideoModal` * fix styling for centering specify height of `ZoomableImage` by pixel clean styling for `ImageLoader` * fix lint errors * small fix * fixed designated parts
Showing
- app/javascript/mastodon/components/extended_video_player.js 8 additions, 0 deletionsapp/javascript/mastodon/components/extended_video_player.js
- app/javascript/mastodon/features/ui/components/image_loader.js 18 additions, 14 deletions...avascript/mastodon/features/ui/components/image_loader.js
- app/javascript/mastodon/features/ui/components/media_modal.js 68 additions, 16 deletions...javascript/mastodon/features/ui/components/media_modal.js
- app/javascript/mastodon/features/ui/components/video_modal.js 1 addition, 1 deletion...javascript/mastodon/features/ui/components/video_modal.js
- app/javascript/mastodon/features/ui/components/zoomable_image.js 151 additions, 0 deletions...ascript/mastodon/features/ui/components/zoomable_image.js
- app/javascript/styles/mastodon/components.scss 84 additions, 62 deletionsapp/javascript/styles/mastodon/components.scss
Loading
Please register or sign in to comment