Michael Telatynski and GitHub
15c85ec50f
Switch from eslint to oxlint ( #34166 )
...
* Fix type imports
* Fix jsdoc
* Fixup types
* Fix stray awaits on non-thenables
* Fixup imports
* Fix splats
* Fix this-context on callbacks
* Memoise react contexts
* Prefer find/flatMap
* Make oxlint happier about our React keys
* Avoid unsafe default function params
* Fixup jsdoc
* Fixup contexts
* Switch from eslint to oxlint
* Some oxlint-related tweaks
* Iterate
* Partial revert to defer some changes and shrink diff
* Iterate
* Add eslint-plugin-element-call and enable the copyright rule
* Set strictStorePkgContentCheck
* Iterate
* Make sonar happy
* Fix new lints
2026-07-10 09:47:41 +00:00
1e7c9f672a
Phase 2 Refactor MImageBody to MVVM and remove legacy component ( #33212 )
...
* MVVMing of MImageBody and removing legacy component + css
* Fix Prettier
* update small image to large image in test
* Update test
* Preserve MImageBody legacy class names
* Click image in custom component download test
* Update snapshots
* Update MBodyFactory snapshots
* Added new tests to pass coverage
* Fix prettier
* Remove legacy import that was removed
* Add MImageReplayBody test for coverage
* Remove legacy MImageBody selectors from image view
* Update image body selectors in Playwright tests
* Keep file panel image body spacing compact
* Update apps/web/src/viewmodels/message-body/ImageBodyViewModel.ts
Co-authored-by: Florian Duros <florian.duros@ormaz.fr >
* added documentation to component
* Fix hidden media placeholder import
---------
Co-authored-by: Florian Duros <florian.duros@ormaz.fr >
2026-05-13 06:03:43 +00:00
Michael Telatynski and GitHub
cd429874db
Reference files in Playwright more reliably ( #32935 )
...
Without assuming the cwd
2026-03-26 11:30:54 +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