Beam/changelog.d/pr-381.bugfix
Stefan Ceriu 71f1f044c7
Various tweaks (#381)
* 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
2022-12-21 11:18:45 +02:00

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