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

feat(ui): opt in admin touch toggling #22

Closed
wants to merge 6 commits into from
Closed

Conversation

anthonwellsjo
Copy link
Contributor

No description provided.

@anthonwellsjo anthonwellsjo marked this pull request as ready for review October 16, 2023 09:48
@anthonwellsjo anthonwellsjo changed the title feat(ui): opt in admin touch unlock feat(ui): opt in admin touch toggling Oct 16, 2023
@anthonwellsjo anthonwellsjo marked this pull request as ready for review October 16, 2023 10:22
@anthonwellsjo
Copy link
Contributor Author

anthonwellsjo commented Oct 16, 2023

Example of enabling touch triggering

Screenshot 2023-10-16 at 12 24 54

video1316524636.mp4

Copy link
Member

@kirillgroshkov kirillgroshkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss in Slack.

I don't like that it incurs the tax of listening of every touchstart of every user on every page, forever. Imagine the impact of this on the environment? Electricity burned?

Previously it only listened to keydown, which happens on average 0 times for an average mobile user, that's why it was "ok".

@anthonwellsjo
Copy link
Contributor Author

anthonwellsjo commented Oct 16, 2023

Not going this direction because of "cost of listening to everything"

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

Successfully merging this pull request may close these issues.

2 participants