vector-im-hydrogen-web/src
Bruno Windels fe7cc08287 add _selectWhile with proper "while" semantics
the existing _selectWhile method was more like _selectUntil,
which is what we want for _selectLimit but not for selectWhile(Reverse)

The changes we had made before also broke _selectLimit as it would
look at the results length before the value got added so you
always got 1 value more than requested, breaking sync.
2020-08-19 18:25:49 +02:00
..
domain Merge branch 'master' into bwindels/memberlist 2020-08-19 12:13:38 +02:00
matrix add _selectWhile with proper "while" semantics 2020-08-19 18:25:49 +02:00
mocks add license header in all source files 2020-08-05 18:38:55 +02:00
observable bind key for spontaneous updates in MappedMap 2020-08-12 17:38:40 +02:00
ui/web continuation can change, so bind to it 2020-08-19 12:07:10 +02:00
utils replace usage of readPath with ?. 2020-08-19 11:36:43 +02:00
legacy-polyfill.js Build legacy bundle from same entry point as normal build 2020-08-07 15:50:18 +01:00
main.js Build legacy bundle from same entry point as normal build 2020-08-07 15:50:18 +01:00
Platform.js add license header in all source files 2020-08-05 18:38:55 +02:00
service-worker.template.js missing rename 2020-08-12 16:40:47 +02:00