Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fire-picker Optimization #3

Open
PressJump opened this issue Aug 6, 2022 · 2 comments
Open

Fire-picker Optimization #3

PressJump opened this issue Aug 6, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@PressJump
Copy link
Member

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 PressJump added the enhancement New feature or request label Aug 6, 2022
@PressJump
Copy link
Member Author

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
Copy link
Member Author

Solves #2 not having to deal with onsite injection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant