Make animated emojis in reactions pause #378
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#378
Loading…
Reference in a new issue
No description provided.
Delete branch "sarayalth/akkoma-fe:pause-animated-reaction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when the option "Pause animated images until you hover on them" is enabled the notifications about reactions that have animated emojis don't pause, this PR just makes them follow that toggle
Thanks for the fix and sorry it took so long; one question though
@ -120,2 +119,3 @@
<still-image
v-if="notification.emoji_url !== null"
class="notification-reaction-emoji"
class="notification-reaction-emoji emoji img"
why did you add generic
img
andemoji
classes here? Removing them doesn’t seem to make a difference and on a cursory search no matching selectors seem to exist; did i miss something?honestly, i don't remember why those are there, i just tested myself and it seems to work fine without them
thanks!