matrix-react-sdk
matrix-react-sdk copied to clipboard
Tooltip: improve accessibility in room
Checklist
- [x] Tests written for new code (and old code if feasible).
- [ ] New or updated
public
/exported
symbols have accurate TSDoc documentation. - [x] Linter and other CI checks pass.
- [ ] Sign-off given on the changes (see CONTRIBUTING.md).
Part of https://github.com/element-hq/element-web/issues/26762
Following https://github.com/matrix-org/matrix-react-sdk/pull/12443, AccessibleButton
includes the new tooltip. We are migrating step by step the usage of the deprecated AccessibleTooltipButton
to AccessibleButton
.
The composer and rich text editor changes are made in a dedicated PR https://github.com/matrix-org/matrix-react-sdk/pull/12459
Update the room stuff.