The github actions enforce that code changes on the Rust code adhere to best practices in code formatting, linting and so forth.
But similar checks don't exist for the web UI code (mainly TypeScript, CSS). We should at least run a linter. And, ideally, verify that the code is correctly formatted (I'm not very opinionated about what formatting choices to take, but consistency would be a good thing).
The github actions enforce that code changes on the Rust code adhere to best practices in code formatting, linting and so forth.
But similar checks don't exist for the web UI code (mainly TypeScript, CSS). We should at least run a linter. And, ideally, verify that the code is correctly formatted (I'm not very opinionated about what formatting choices to take, but consistency would be a good thing).