[Spaces] Show spaces in left panel #4509

- Display the none hierarchical list of spaces in the left panel
- Space switching when new space selected
- Refresh space list and recents data after sync
This commit is contained in:
Gil Eluard
2021-07-15 14:10:01 +02:00
parent 72eb0dfa56
commit 5937917c01
9 changed files with 158 additions and 33 deletions
@@ -19,6 +19,8 @@
#import "PublicRoomsDirectoryDataSource.h"
@class MXSpace;
/**
List the different modes used to prepare the recents data source.
Each mode corresponds to an application tab: Home, Favourites, People and Rooms.
@@ -98,6 +100,8 @@ extern NSString *const kRecentsDataSourceTapOnDirectoryServerChange;
*/
@property (nonatomic) PublicRoomsDirectoryDataSource *publicRoomsDirectoryDataSource;
@property (nonatomic, strong) MXSpace *currentSpace;
/**
Refresh the recents data source and notify its delegate.
*/