aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | Make status display controlledTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add English translations for message threadingTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make show full thread message account for numbersTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Implement thread folding/expandingTusooa Zhu2022-03-07
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add tree-style thread displayTusooa Zhu2022-03-07
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Make media modal buttons largerTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add English translation for hide tooltipTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add hide button to media modalTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | LintTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Prevent hiding media viewer if swiped over SwipeClickTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix webkit image blursTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix video in media modal not displaying properlyTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Remove image box-shadow in media modalTusooa Zhu2022-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 zoomTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Clean upTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Check whether we swiped only for mouse pointerTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Scale swipe threshold with viewport widthTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Allow pinch-zoom to fill the whole screenTusooa Zhu2022-03-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Use native click for hiding overlayTusooa Zhu2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pointerup strategy is unsuccessful, as some other overlays (Firefox's Inspect Element) will pass down pointerup events.
* | | | | | | | | | | | | 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
| | | | | | | | | | | | |
* | | | | | | | | | | | | Add missing swipe click componentTusooa 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.
* | | | | | | | | | | | Merge branch 'eientei' into 'develop'HJ2022-03-13
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mute bot posts filtering option See merge request pleroma/pleroma-fe!1440
| * | | | | | | | | | | Do not mute bot posts in notificationsAlexander Tumin2022-03-09
| | | | | | | | | | | |
| * | | | | | | | | | | Add bot indication to user icon on statusesAlexander Tumin2022-03-01
| | | | | | | | | | | |
| * | | | | | | | | | | Mute bot postsAlexander Tumin2022-02-28
| | | | | | | | | | | |
* | | | | | | | | | | | LintTusooa Zhu2022-03-06
|/ / / / / / / / / / /
* / / / / / / / / / / fix placeholder attachments opening new tabHenry Jameson2022-02-28
|/ / / / / / / / / /
* | | | | | | | | | Add English translation for media modal counterTusooa Zhu2022-02-21
| | | | | | | | | |
* | | | | | | | | | Make media modal counter go through i18nTusooa Zhu2022-02-21
| | | | | | | | | |
* | | | | | | | | | Merge branch 'fix-mentions-new-bugs' into 'develop'HJ2022-02-20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix newfound bugs with rich mentions + user suggestions See merge request pleroma/pleroma-fe!1430
| * | | | | | | | | | enable link handling in user bios to fix links not having _blankHenry Jameson2022-02-19
| | | | | | | | | | |
| * | | | | | | | | | add emoji to chat titlesHenry Jameson2022-02-19
| | | | | | | | | | |
| * | | | | | | | | | use rich content in interaction listsHenry Jameson2022-02-19
| | | | | | | | | | |
| * | | | | | | | | | more spacing fixesHenry Jameson2022-02-11
| | | | | | | | | | |
| * | | | | | | | | | more spacing fixesHenry Jameson2022-02-11
| | | | | | | | | | |
| * | | | | | | | | | more spacing/wrapping fixesHenry Jameson2022-02-09
| | | | | | | | | | |
| * | | | | | | | | | fix overflowsHenry Jameson2022-02-04
| | | | | | | | | | |
| * | | | | | | | | | better approach to unescapingHenry Jameson2022-02-03
| | | | | | | | | | |
| * | | | | | | | | | fix amps in linksHenry Jameson2022-02-03
| | | | | | | | | | |
| * | | | | | | | | | make chat messages behave same as posts for animated gifsHenry Jameson2022-02-03
| | | | | | | | | | |
| * | | | | | | | | | support width/height img attributesHenry Jameson2022-02-03
| | | | | | | | | | |