Make animated emojis in reactions pause #378

Merged
floatingghost merged 2 commits from sarayalth/akkoma-fe:pause-animated-reaction into develop 2024-05-28 02:25:02 +00:00
Contributor

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

image

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 ![image](/attachments/87e07060-623a-4a25-a6f0-0911f8be54ca)
sarayalth added 1 commit 2024-03-01 19:44:30 +00:00
make animated reactions pause unless hovered on notifications
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
1f5f8665c8
Oneric reviewed 2024-05-13 00:13:18 +00:00
Oneric left a comment
Member

Thanks for the fix and sorry it took so long; one question though

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"
Member

why did you add generic img and emoji 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?

why did you add generic `img` and `emoji` 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?
Author
Contributor

honestly, i don't remember why those are there, i just tested myself and it seems to work fine without them

honestly, i don't remember why those are there, i just tested myself and it seems to work fine without them
sarayalth added 1 commit 2024-05-14 16:09:27 +00:00
remove unused classes on notifications
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
cc709394c5
Oneric approved these changes 2024-05-14 16:28:05 +00:00

thanks!

thanks!
floatingghost merged commit 8964dce609 into develop 2024-05-28 02:25:02 +00:00
floatingghost deleted branch pause-animated-reaction 2024-05-28 02:25:02 +00:00
Sign in to join this conversation.
No description provided.