1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

Refactor to use virtual-scroll more selectively

This commit is contained in:
Thomas Rittson
2021-05-21 12:42:56 +10:00
parent 9e5869773d
commit 6b954df58c
7 changed files with 84 additions and 33 deletions

View File

@@ -69,6 +69,7 @@ import { I18nPipe } from 'jslib/angular/pipes/i18n.pipe';
import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
import { ActionButtonsComponent } from './components/action-buttons.component';
import { CipherRowComponent } from './components/cipher-row.component';
import { CiphersListComponent } from './components/ciphers-list.component';
import { PopOutComponent } from './components/pop-out.component';
import { SendListComponent } from './components/send-list.component';
@@ -186,6 +187,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
BlurClickDirective,
BoxRowDirective,
CalloutComponent,
CipherRowComponent,
CiphersComponent,
CiphersListComponent,
CollectionsComponent,