[bug] Low Emoji Picker performance #334
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#334
Loading…
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
https://akkoma.dev/AkkomaGang/akkoma-fe/commit/42ffce9
What 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
3b4208ea41
lemme know if it helps