Johannes Marbach
6608e4193d
Add padding to account for input outline in devtools ( #33766 )
...
* Add padding to account for input outline in dev settings
* Update snapshot
2026-06-08 08:23:52 +00:00
Florian Duros
47f76c7d7a
Update compound web and design tokens ( #33698 )
...
* chore: update comppound web and design tokens
* test: update snapshots
* test: update screenshots
2026-06-03 11:51:58 +00:00
Michael Telatynski
2d3e2fcb70
Remove global h2 css rule in favour of heading styles/components ( #32969 )
...
* Remove global h2 css rule in favour of heading styles/components
* Use Compound Heading in shared-components
and forbid hX elements
* Use Compound Heading in settings
add back margin to some legacy headings
* Tweak some headings
* Update screenshots
* Update screenshots
* Update snapshots
* Tweak .gitignore
* Update snapshots
* Iterate
* Update screenshots
* Update screenshots
* Update screenshot
2026-04-02 16:13:17 +00:00
Valere Fedronic
3e88689d69
feat: Devtool for sticky events MSC4354 ( #32741 )
...
* feat: Devtool for sticky events MSC4354
* Update devtool snapshot to add sticky state devtool
* Update devtool playwright screenshot
* review: Use UserFriendlyError instead or Error
* review: fix docs
* review: remove css in js, remove js hover tracking
* review: use keyboard enums
* add a check to see if homeserver supports sticky events
* fixup: prettier
* review: No static inline styles
* review: use cpd spacing / border / color values
* cleanup keyboard code
* Fix unsupported alert look
* review: proper useState usage (no | null)
* review: useAsyncMemo instead of useEffect
* review: use useTypedEventEmitterState
* fix: better support for empty string event type
* review: remove redundant expired state
2026-03-16 10:54:16 +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