1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-8380] Browser Refresh - Virtual scrolling (#10646)

* [PM-8380] Add option to disable content padding for popup page

* [PM-8380] Add cdkVirtualScroll to vault list items and fixed item heights

* [PM-8380] Move item height constants to item component
This commit is contained in:
Shane Melton
2024-08-22 07:40:32 -07:00
committed by GitHub
parent 7da1082849
commit ade01c9d07
8 changed files with 79 additions and 47 deletions

View File

@@ -1 +1,3 @@
export * from "./item.module";
export { BitItemHeight, BitItemHeightClass } from "./item.component";