1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
bitwarden-browser/angular
Thomas Rittson c70c8ecc24
Use custom virtual scroll strategy (#452)
* Add CipherListVirtualScroll strategy

For use in cdk-virtual-scroll. Subclasses the default FixedSizeVirtualScroll
but reads the first available itemSize from the rendered content instead of
setting it in the template.

* Fix linting and style

* Refactor virtual scroll strategy

* linting and style

* Subclass virtual scroll strategy directive

* fix linting

* Fix filename conventions
2021-08-11 12:37:25 +10:00
..
src Use custom virtual scroll strategy (#452) 2021-08-11 12:37:25 +10:00
package-lock.json Move ciphers paging logic from jslib to web (#436) 2021-08-04 08:58:37 +10:00
package.json Move ciphers paging logic from jslib to web (#436) 2021-08-04 08:58:37 +10:00
tsconfig.json Split jslib into multiple modules (#363) 2021-06-03 18:58:57 +02:00