Handle matrix.to room alias and room ID links.
PR content
- Add support for clicking matrix.to links in room messages to navigate to rooms and resolve room aliases.
- Implement async room alias resolution with proper error handling and user feedback through popup notifications.
Related PR
- https://github.com/project-robius/robrix/issues/87
Blocked on Makepad PR see: https://github.com/makepad/makepad/pull/766
@kevinaboos Need to update latest Makepad version, because Julian's PR about StackNavigation has been merged https://github.com/makepad/makepad/pull/766, need to use something about that PR. Thanks. now i use my local latest makepad repo.
@kevinaboos Need to update latest Makepad version, because Julian's PR about StackNavigation has been merged makepad/makepad#766, need to use something about that PR. Thanks. now i use my local latest makepad repo.
Indeed, thanks for mentioning that. We have a PR already in progress that updates to the latest version of Makepad, which is #521. Once that is merged, you can proceed here.
Blocked on #521