Michael Telatynski
67a20c57a3
Move more tests from Jest to Vitest ( #34181 )
...
* Move more tests from Jest to Vitest
* Iterate
2026-07-08 12:15:28 +00:00
Michael Telatynski
7a1a3f518c
Make codebase comply to knip --strict ( #33893 )
...
* Make codebase comply to `knip --strict`
Deletes a few bits of dead code
* Trim i18n strings
* Fix missing export
* Remove test of dead code
2026-06-18 09:35:47 +00:00
Zack
67ea6bfa53
Refactor room avatar event to MVVM ( #33473 )
...
* Refactor room avatar event to MVVM
* Cover room avatar event factory wrapper
* Fix prettier
* added screenshots
2026-05-12 08:17:33 +00:00
Zack
c62acc6634
Refactor MKeyVerificationRequest to shared view MVVM ( #33461 )
...
* Refactor key verification request to shared view
* Fix prettier
* add tests to pass coverage
2026-05-11 11:36:07 +00:00
Michael Telatynski
91a3cb03c1
mv element.io @types __mocks__/ debian docker module_system/ playwright res src test webapp Dockerfile .dockerignore .eslintignore .stylelintrc.cjs babel.config.cjs recorder-worklet-loader.cjs .modernizr.json components.json config.json config.sample.json package.json project.json tsconfig.json tsconfig.module_system.json jest.config.ts playwright.config.ts webpack.config.ts build_config.sample.yaml apps/web/
...
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2026-02-24 15:43:58 +00:00