robrix icon indicating copy to clipboard operation
robrix copied to clipboard

Robrix: a multi-platform Matrix chat client written in Rust, using the Makepad UI toolkit and the Robius app dev framework

Results 119 robrix issues
Sort by recently updated
recently updated
newest added

This should fix #131. This needs some more testing though I think and is a WIP. Also, I noticed that there was some redundancy in code regarding updating the button's...

Implemented: Start a 5-second timeout timer whenever scrolling stops, and then after the timer has reached its timeout deadline, send the read receipts for the last visible event. https://github.com/project-robius/robrix/pull/152#discussion_r1782110627

The full set/list of all rooms should not be ordered by default, which is what's currently happening implicitly because `RoomsList::all_rooms` is a `Vec`. This is also especially relevant since we...

enhancement

Now that Robrix supports viewing multiple rooms simultaneously, it is possible for one `RoomScreen` to handle `MessageAction`s or other events that pertain to other rooms. For example, when you have...

bug

#### Before: ![Screenshot from 2024-10-13 10-14-21](https://github.com/user-attachments/assets/7e42c8d5-762e-4ee8-9bda-251b73894b06) #### After: ![Screenshot from 2024-10-13 10-37-04](https://github.com/user-attachments/assets/92a8831d-dc5a-4b2b-bd21-991434982392)

https://github.com/user-attachments/assets/1b0ad9d2-9da6-4da4-80b7-3b1965c708d0 - [ x ] Scroll to the most recent message - [ ] Jump to the first unread message [Solution to solve this issue JTB ](https://github.com/project-robius/robrix/issues/131) Logic added: 1....

https://github.com/project-robius/robrix/issues/115 https://github.com/user-attachments/assets/f0591221-303d-4f3d-bd38-fff279b8e407 Uploading wrap.mp4… 1. Clicking the button sends toggle_reaction 2. Display a row of buttons for interactions with wrap

The search function is mostly complete with some expansion reserved . ![image](https://github.com/user-attachments/assets/17fb3061-9127-46ae-bd50-efad43a63485) rooms_sidebar will create three actions in preparation for the people and channel filtering features that follow. ![image](https://github.com/user-attachments/assets/3a2382e7-3164-494a-b663-33e48ce99407) now,...

https://github.com/project-robius/robrix/issues/153 1. With tooltip indicating number of seen - mouse over 2. mouse out - Currently only supports Avatar with username. I need some advice how to put in Avatar...

https://github.com/user-attachments/assets/f1e2f667-957d-4a8b-9625-c4b9cd0de007 Fixed 3rd task of this issue https://github.com/project-robius/robrix/issues/155 Closes #155