| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge remote-tracking branch 'upstream/develop' into tusooa/stylelint | tusooa | 2023-01-15 |
| |\ | |||
| | * | Make modal easier to close if there is only one image | tusooa | 2023-01-14 |
| | | | |||
| * | | Use stylelint | tusooa | 2023-01-09 |
| |/ | |||
| * | slight z-index refactor and attempt at organizing it | Henry Jameson | 2022-06-22 |
| | | |||
| * | move media modal to the topmost layer | Henry Jameson | 2022-06-21 |
| | | |||
| * | fix main post form having hidden emoji picker | Henry Jameson | 2022-04-10 |
| | | |||
| * | cleanup, fix some things, try to disable scrollbars on mobile | Henry Jameson | 2022-04-08 |
| | | |||
| * | Merge remote-tracking branch 'origin/develop' into vue3-again | Henry Jameson | 2022-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 ... | ||
| | * | Make media modal buttons larger | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Add hide button to media modal | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Lint | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Prevent hiding media viewer if swiped over SwipeClick | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Fix webkit image blurs | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Fix video in media modal not displaying properly | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Remove image box-shadow in media modal | Tusooa Zhu | 2022-03-13 |
| | | | | | | | | | | | | | | | | | | | The box-shadow causes an image to be very blurry on Webkit browsers (experienced: Konqueror, Safari; heard of: Chrome) when scaled up if the initial size of the image is much smaller than the actual size (e.g. when viewing a very long picture). The shadow is not really obvious anyway. | ||
| | * | Clean up debug code for image pinch zoom | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Scale swipe threshold with viewport width | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Allow pinch-zoom to fill the whole screen | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Reset position on swipe end even if we cannot navigate | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Make lint happy | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Prevent the click event from firing on content below modal | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Clean up | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Add swipe-click handler to media modal | Tusooa Zhu | 2022-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 functionality | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Add pan threshold | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Handle pinch action | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Preview swipe action | Tusooa Zhu | 2022-03-13 |
| | | | |||
| | * | Make media modal be aware of multi-touch actions | Tusooa Zhu | 2022-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. | ||
| | * | Make media modal counter go through i18n | Tusooa Zhu | 2022-02-21 |
| | | | |||
| | * | add attachment counter | Henry Jameson | 2021-08-16 |
| | | | |||
| | * | better media modal loading | Henry Jameson | 2021-08-16 |
| | | | |||
| | * | add media description into media modal | Henry Jameson | 2021-08-15 |
| | | | |||
| | * | add key attribute to make image refresh in media modal to give feedback | Henry Jameson | 2021-08-15 |
| | | | | | | | | | when images are still loaded | ||
| | * | gallery now supports flash, fixes for flash component. refactored media modal | Henry Jameson | 2021-06-18 |
| | | | |||
| * | | destroyed -> unmounted | Henry Jameson | 2021-04-25 |
| |/ | |||
| * | remove redundant opacity2 | Shpuld Shpuldson | 2021-02-12 |
| | | |||
| * | Remove body scrollbar in chat layout, keep nav bar still on scroll lock, add ↵ | Shpuld Shpuldson | 2021-02-12 |
| | | | | | tiny fade for media modal | ||
| * | lint | Henry Jameson | 2020-10-21 |
| | | |||
| * | More stuff. Buttons in user card's corner now have MUCH bigger hitboxes | Henry Jameson | 2020-10-20 |
| | | |||
| * | change placeholders to use descriptions, use icons with placeholders, change ↵ | Shpuld Shpuldson | 2020-06-29 |
| | | | | | uploads to use attachment component | ||
| * | media description support | William Pitcock | 2020-06-28 |
| | | |||
| * | MediaModal: Close on browser navigation events. | lain | 2020-06-04 |
| | | |||
| * | close image modal by clicking image | taehoon | 2019-11-14 |
| | | |||
| * | Lightbox/modal multi image improvements - #381 | Wyatt Benno | 2019-11-08 |
| | | |||
| * | update event name | taehoon | 2019-10-21 |
| | | |||
| * | migrate viewClass prop to class attribute | taehoon | 2019-10-21 |
| | | |||
| * | use higher css specificity | taehoon | 2019-10-18 |
| | | |||
| * | render modals into the “modal” portal | taehoon | 2019-10-18 |
| | | |||
| * | remove needless importing | taehoon | 2019-10-18 |
| | | |||
| * | refactor all kind of modals using the modal component | taehoon | 2019-10-18 |
| | | |||
