1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

search service implementation with lunr

This commit is contained in:
Kyle Spearrin
2018-08-13 09:42:52 -04:00
parent 4ca7a9709e
commit b724448081
7 changed files with 169 additions and 58 deletions

View File

@@ -78,10 +78,6 @@ export class CipherView implements View {
return this.fields && this.fields.length > 0;
}
get login_username(): string {
return this.login != null ? this.login.username : null;
}
get passwordRevisionDisplayDate(): Date {
if (this.login == null) {
return null;