Settings module updates
September 1, 2025
The settings module is slow. Almost painfully slow.
So I have reconfigured how it is set up to make it much quicker to open and close. When the settings are open, you can also press the escape key to close it. How handy!
This is just step one of many to make it quicker and more responsive. Toggling filters is still very slugish for my taste. I suspect this is because I am accomplishing filtering almost entirely through the use of CSS and more specifically the :has() feature. I’ll work on improving this another time.