Hey, I made some changes. Can you review and maybe add them to your project?#98
Hey, I made some changes. Can you review and maybe add them to your project?#98Rahulfordev wants to merge 2 commits intoLukasLen:masterfrom
Conversation
|
The time-based blur idea is really cool. I tried checking out the commit, but unfortunately it’s not working. There’s an error in the way it is toggled. And I think instead of manually applying and removing the blur, it will be simpler and better to just toggle the extension on or off, since the extension already listens for Also, this is just passing thought, I think it will also better to just set timeout to turn on and turn off instead of checking per interval. It will remove any timeout only when Time-Based blur are inactive. And start counting again when active, doesn't matter if the main extension toggle active or not. If you're up for tweaking the code and make it work, I think it could be a really nice upgrade of this extension. |
Feature: Time-Based Blur
This PR introduces a feature that automatically enables/disables the blur effect based on a user-defined time range (e.g., office hours).
Why it's useful:
How it works:
Let me know if any improvements are needed!