Yawar Amin e6e423666e
Minimize re-rendering of 'bulk update users' table (#2249)
* Minimize re-rendering of 'bulk update users' table

And use ARIA to announce a summary of the bulk update. By using a
checkbox input to represent the activation status, we don't need to
re-render it when it's changed, because the checkbox itself manages that
state.

Re: #1431

* Improve screen reader pronunciation
2024-02-01 11:27:43 -05:00
..
2024-01-29 06:38:01 -07:00
2024-01-21 07:58:00 -07:00

Running The Website Locally

The htmx.org website is built with Zola. To run the site, install Zola; then, from the root of the repository:

cd www
zola serve

The site should then be available at http://localhost:1111