1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 20:13:42 +00:00

some i18n and modal work

This commit is contained in:
Kyle Spearrin
2018-06-07 09:05:25 -04:00
parent a0ace6e70f
commit 08dc36fbb0
8 changed files with 598 additions and 282 deletions

View File

@@ -16,6 +16,7 @@ import { GroupingsComponent as BaseGroupingsComponent } from 'jslib/angular/comp
export class GroupingsComponent extends BaseGroupingsComponent {
@Output() onSearchTextChanged = new EventEmitter<string>();
searchText: string = '';
searchPlaceholder: string = null;
constructor(collectionService: CollectionService, folderService: FolderService) {
super(collectionService, folderService);