First cut of app drawer tiled resizing

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-10-13 12:29:12 +01:00
parent 1a45d18b94
commit 7be5ff0fe6
3 changed files with 138 additions and 21 deletions

View file

@ -48,6 +48,10 @@ interface IRoomWidgets {
export const MAX_PINNED = 3;
// TODO change order to be order that they were pinned
// TODO HARD cap at 3, truncating if needed
// TODO call finish more proactively to lock things in
// TODO consolidate WidgetEchoStore into this
// TODO consolidate ActiveWidgetStore into this
export default class WidgetStore extends AsyncStoreWithClient<IState> {