mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 00:31:31 +03:00
7674030c6e
For example, if you only have 3/10 rooms required for the default then resize smaller, we should have a 'show more' button. This works by changing the rendering to be slightly more efficient and only looping over what is seen (renderVisibleTiles(), using this.numTiles in place of tiles.length) and using a new setVisibleTilesWithin() function on the layout. Previously resizing the 3/10 case would be setting visibleTiles to ~8 instead of ~1 like it should (because the getter returns a default). |
||
---|---|---|
.. | ||
room-list | ||
ActiveWidgetStore.js | ||
AsyncStore.ts | ||
AsyncStoreWithClient.ts | ||
BreadcrumbsStore.ts | ||
CustomRoomTagStore.js | ||
FlairStore.js | ||
GroupStore.js | ||
LifecycleStore.js | ||
OwnProfileStore.ts | ||
RightPanelStore.js | ||
RightPanelStorePhases.js | ||
RoomListStore.js | ||
RoomScrollStateStore.js | ||
RoomViewStore.js | ||
SessionStore.js | ||
SetupEncryptionStore.js | ||
TagOrderStore.js | ||
ToastStore.ts | ||
TypingStore.js | ||
WidgetEchoStore.js |