Kerry
Kerry
## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ] Sign-off given on...
Adds a setting to allow only showing direct children of a space in the room list: --- Here's what your changelog entry will look like: ## ✨ Features * Spaces.includeSubSpaceRoomsInRoomList...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/d6b86177c758a89f3832ae848f1760a501a9cf25/proposals/3852-user-agent-on-device.md)
### Steps to reproduce 1. Share a location, then post a few normal messages below so you can scroll the chat timeline down 2. Scroll the chat timeline so the...
Includes https://github.com/matrix-org/matrix-react-sdk/pull/9314 With client information available: Without: ## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks...
Record information about the Matrix client and version on app startup, for display in new device manager Designs: ## Checklist * [ ] Tests written for new code (and old...
## Checklist * [ ] Tests written for new code (and old code if feasible) * [ ] Linter and other CI checks pass * [ ] Sign-off given on...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/kerry/remote-local-notification-toggle/proposals/3890-remote-local-notification-toggle.md) Implementation: https://github.com/matrix-org/matrix-js-sdk/pull/2700
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/kerry/remote-push-toggle/proposals/3881-remote-push-notification-toggling.md) Synapse implementation: [part 1](https://github.com/matrix-org/synapse/pull/13799), [part 2](https://github.com/matrix-org/synapse/pull/13831), [part 3](https://github.com/matrix-org/synapse/pull/13860) Client implementation: https://github.com/matrix-org/matrix-js-sdk/pull/2686
Fixes https://github.com/vector-im/element-web/issues/26669 - sets html font size to `100%`, and relative to 100% where `baseFontSizeV2` is not == default. This change means EW will now respect browser font sizes and...