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

search ciphers and cleanup ciphers header

This commit is contained in:
Kyle Spearrin
2018-01-29 21:41:00 -05:00
parent ae37dc63ea
commit 6fbe640d15
5 changed files with 45 additions and 86 deletions

View File

@@ -22,6 +22,7 @@ export class CiphersComponent implements OnInit {
@Output() onAddCipher = new EventEmitter();
ciphers: CipherView[] = [];
searchText: string;
private filter: (cipher: CipherView) => boolean = null;
constructor(private cipherService: CipherService) {