mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00

* Add the message delivery status to the plain timeline styler and display it outside of the main content * Fix glitchy timeline scroll to bottom button * Fixed bubbled reactions padding * Simplified the emoji picker, double tapping a timeline item directly opens it now and added a context menu option. Linked it to rust side reaction sending * Fix the sliding sync cold cache: treat invalidated rooms as filled * Make splash screen view full screen * Fix the offline indicator popping up when first setting up the network monitor * Expose presentationDetents on the NavigationStackCoordinator and start using them for the EmojiPicker * Fix link tint color * Linked TimelineReactionsView reaction sending * Remove now unused/unnecessary classes * Add changelog * Fix formatting issue
9 lines
651 B
Plaintext
9 lines
651 B
Plaintext
* moved the message delivery status outside of the main content and added it to the plain timeline as well
|
|
* fixed glithcy scroll to bottom timeline button
|
|
* simplified the emoji picker, double tapping a timeline item directly opens it now and added a context menu option. Linked it to rust side reaction sending
|
|
* fixed cold cache seemingly not working (invalid rooms treated as empty)
|
|
* made splash screen full screen
|
|
* fixed connectivity indicator starting off as offline
|
|
* added presentation detents on the NavigationStackCoordinator as they're not inherited from the child
|
|
* fixed timeline item link tint colors
|
|
* removed some unnecessary classes |