David Langley
David Langley
### Bug description Deploying prisma to CloudFlare pages using Nuxt/Nitro and node-postgres (pg) seems to be using the wrong wasm path as if the current runtime has been detected as...
### Your use case #### What would you like to do? Replace all existing tooltip occurrences with the tooltip in [Compound](https://github.com/element-hq/compound) #### Why would you like to do it? The...
## What's container in the PR Add drafts to the rich text editor so that changing rooms or closing the browsers saves/restores the message typed in the composer. Supports: -...
The purpose of this PR is to: - demonstrate practically how we could use MVVM - highlight the benefits it brings and some suggestions for best-practice - gather feedback on...
Resolves #7102
Resolves #7516
### Context 💡 The MVVM pattern helps cleanly separate an application's business and presentation logic from its user interface (UI). Following on from initial experimentation with MVVM in a [draft...
The intention of this is not to merge but to explore what the room list might look like in shared components and just the minimum logic left in element web(RoomListViewModel)....