mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
* 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 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| actions_modal.js | ||
| boost_modal.js | ||
| bundle.js | ||
| bundle_column_error.js | ||
| bundle_modal_error.js | ||
| column.js | ||
| column_header.js | ||
| column_link.js | ||
| column_loading.js | ||
| column_subheading.js | ||
| columns_area.js | ||
| confirmation_modal.js | ||
| drawer_loading.js | ||
| embed_modal.js | ||
| focal_point_modal.js | ||
| image_loader.js | ||
| media_modal.js | ||
| modal_loading.js | ||
| modal_root.js | ||
| mute_modal.js | ||
| onboarding_modal.js | ||
| report_modal.js | ||
| tabs_bar.js | ||
| upload_area.js | ||
| video_modal.js | ||
| zoomable_image.js | ||