robrix
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
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...
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...
#### Before:  #### After: 
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 .  rooms_sidebar will create three actions in preparation for the people and channel filtering features that follow.  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