pulse-browser / fire-picker

An wide ranged emoji picker extension for firefox based browsers.
Mozilla Public License 2.0
2 stars 0 forks source link

Fire-picker Optimization #3

Open PressJump opened 2 years ago

PressJump commented 2 years ago

Currently fire-picker is injecting everything all at once into the tab the user is on when opened. This solution is a good way to do this operation but our current implementation of it is slow and has a few seconds of freeze on the page.

PressJump commented 2 years ago

One way this could be fixed is the use of the Windows API from Firefox based on mouse location which would let us work with loading the emoji picker all together rather than injecting one by one making the website lag and causing other problems like CSS collision on websites.

PressJump commented 2 years ago

Solves #2 not having to deal with onsite injection.