-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only paginate automatically the first time a room is opened
Clean up various pagination code. Re-format the TopSpace (for pagination loading messages) to be a lightly-transparent green, and to be an Overlay atop the timeline such that it doesn't affect the positional stability of timeline items. Refactor RoomScreen event-handling functions to remove redundant calls to `self.portal_list(id!(timeline.list))`. We now call this once at the top of the `RoomScreen::handle_event()` in order to have a single `PortalListRef` that can be used across all the related event handling functions.
- Loading branch information
1 parent
9bc6f35
commit f25b9e2
Showing
2 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters