aboutsummaryrefslogtreecommitdiff
path: root/src/components/media_modal/media_modal.js
Commit message (Collapse)AuthorAge
* Make modal easier to close if there is only one imagetusooa2023-01-14
|
* Merge remote-tracking branch 'origin/develop' into vue3-againHenry Jameson2022-03-16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/develop: (475 commits) Apply 1 suggestion(s) to 1 file(s) Update dependency @ungap/event-target to v0.2.3 Update package.json fix broken icons after FA upgrade Update Font Awesome Update dependency webpack-dev-middleware to v3.7.3 Update dependency vuelidate to v0.7.7 Pin dependency @kazvmoe-infra/pinch-zoom-element to 1.2.0 lint Make media modal buttons larger Add English translation for hide tooltip Add hide button to media modal Lint Prevent hiding media viewer if swiped over SwipeClick Fix webkit image blurs Fix video in media modal not displaying properly Add changelog for https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1403 Remove image box-shadow in media modal Clean up debug code for image pinch zoom Bump @kazvmoe-infra/pinch-zoom-element to 1.2.0 on npm ...
| * Add hide button to media modalTusooa Zhu2022-03-13
| |
| * LintTusooa Zhu2022-03-13
| |
| * Prevent hiding media viewer if swiped over SwipeClickTusooa Zhu2022-03-13
| |
| * Clean up debug code for image pinch zoomTusooa Zhu2022-03-13
| |
| * Scale swipe threshold with viewport widthTusooa Zhu2022-03-13
| |
| * Reset position on swipe end even if we cannot navigateTusooa Zhu2022-03-13
| |
| * Make lint happyTusooa Zhu2022-03-13
| |
| * Prevent the click event from firing on content below modalTusooa Zhu2022-03-13
| |
| * Clean upTusooa Zhu2022-03-13
| |
| * Add swipe-click handler to media modalTusooa Zhu2022-03-13
| | | | | | | | | | Now swiping will correctly change the current media, and with a good preview. Clicking without swiping closes the overlay.
| * Use pinch-zoom-element for pinch zoom functionalityTusooa Zhu2022-03-13
| |
| * Add pan thresholdTusooa Zhu2022-03-13
| |
| * Handle pinch actionTusooa Zhu2022-03-13
| |
| * Preview swipe actionTusooa Zhu2022-03-13
| |
| * Make media modal be aware of multi-touch actionsTusooa Zhu2022-03-13
| | | | | | | | | | | | Originally the media viewer would think every touch is a swipe (one-finger touch event), so we would encounter the case where a two-finger scale event would incorrectly change the current media. This is now fixed.
| * better media modal loadingHenry Jameson2021-08-16
| |
| * add media description into media modalHenry Jameson2021-08-15
| |
| * gallery now supports flash, fixes for flash component. refactored media modalHenry Jameson2021-06-18
| |
* | destroyed -> unmountedHenry Jameson2021-04-25
|/
* More stuff. Buttons in user card's corner now have MUCH bigger hitboxesHenry Jameson2020-10-20
|
* MediaModal: Close on browser navigation events.lain2020-06-04
|
* Lightbox/modal multi image improvements - #381Wyatt Benno2019-11-08
|
* refactor all kind of modals using the modal componenttaehoon2019-10-18
|
* Support lightbox gallery navigation via arrow buttons and keyboardtaehoon2019-02-10
|
* Redo everything in the MRshpuld2019-01-26
|
* Polish for videos, smaller sizes, remove gif-looping optionsshpuld2019-01-20
|
* Add escape button supportshpuld2019-01-16
|
* Add media viewer module and media module component, modify attachment behaviorshpuld2019-01-14