Files
element-web/src
Travis Ralston 7674030c6e Show 'show more' when there are less tiles than the default
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).
2020-06-30 19:14:36 -06:00
..
2020-06-18 14:32:43 +01:00
2020-06-18 14:32:43 +01:00
2020-06-22 16:05:32 +01:00
2020-06-29 11:35:14 +01:00
2020-06-26 01:22:46 +01:00
2020-06-25 08:44:24 +01:00
2020-06-18 14:32:43 +01:00
2020-06-05 23:34:04 +01:00
2020-06-12 22:36:50 +01:00
2020-06-18 14:32:43 +01:00
2020-06-25 15:02:52 +01:00
2020-06-24 14:58:41 +02:00
2020-05-27 10:28:25 +01:00