element-web/src/stores/room-list
Travis Ralston 0e49c4343c Internalize algorithm updates in the new room list store
Fixes https://github.com/vector-im/riot-web/issues/14411

The act of setting/changing the algorithm was causing the update function to be marked, meaning we wouldn't trigger an update until something else happened later. To get around this, and still support internal functions spamming calls without multiple updates, we simply move the guts to an internalized function and make the public interface do a trigger.
2020-07-10 21:59:12 -06:00
..
algorithms Handle off-cycle filtering updates in the new room list 2020-07-10 11:07:47 -06:00
filters Add an option to disable room list logging, and improve logging 2020-07-09 18:19:38 -06:00
previews Use html innerText for org.matrix.custom.html m.room.message room list previews 2020-07-08 08:50:25 +01:00
ListLayout.ts Attempt to support a hard cutoff with the show more button 2020-07-09 13:07:13 -06:00
membership.ts Clean up TODO comments for new room list 2020-06-28 20:03:04 -06:00
MessagePreviewStore.ts Clean up TODO comments for new room list 2020-06-28 20:03:04 -06:00
models.ts Merge remote-tracking branch 'origin/develop' into travis/room-list/sticky 2020-06-07 13:06:30 -06:00
RoomListLayoutStore.ts Be consistent with other stores 2020-07-08 18:36:56 -06:00
RoomListStore2.ts Internalize algorithm updates in the new room list store 2020-07-10 21:59:12 -06:00
RoomListStoreTempProxy.ts Clean up TODO comments for new room list 2020-06-28 20:03:04 -06:00
TagWatcher.ts Clean up TODO comments for new room list 2020-06-28 20:03:04 -06:00