Refactor backend and frontend services, add unit tests, configure Ruff and Vitest, and delegate frontend state

This commit is contained in:
vee1e 2026-06-11 01:47:52 +05:30
parent a7cda4faf0
commit dbaba1c315
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A
26 changed files with 4406 additions and 1954 deletions

5
ruff.toml Normal file
View file

@ -0,0 +1,5 @@
line-length = 120
[lint]
select = ["E", "F"]
ignore = ["E501"]