[bug] Low Emoji Picker performance #334
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
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#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Version
AkkomaGang/akkoma-fe@42ffce9What actually happened?
While emoji picker allows to pick the emoji, it's laggy during filtering and picking the emoji.
I made a video demonstration, with a freshly reloaded Firefox: https://share.mentality.rip/akkoma_picker.mp4
To compare with PleromaFE (version): https://share.mentality.rip/pleroma_picker.mp4
Both Akkoma and Pleroma here use the same custom emojis set.
My assumption is that AkkomaFE filter the emojis on each key press, when PleromaFE has a timer, or it does it background. Why AkkomaFE doesn't insert emoji immediately unlike PleromaFE is unknown.
Firefox version: 113.0.1
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
[bug] Emoji Picker is slowto [bug] Low Emoji Picker performanceah i'll just add a debouncer on it one secon
this should be fixed by
3b4208ea41lemme know if it helps
apparently fixed by the commit mentioned above