1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

stub out autofill ciphers listing page

This commit is contained in:
Kyle Spearrin
2019-05-17 13:14:26 -04:00
parent d53bfae529
commit 3e633dc38e
7 changed files with 262 additions and 3 deletions

View File

@@ -46,7 +46,6 @@ namespace Bit.App.Pages
Refreshing = true;
await LoadAsync();
});
AddCipherCommand = new Command(() => { /* TODO */ });
CipherOptionsCommand = new Command<CipherView>(CipherOptionsAsync);
}
@@ -104,7 +103,6 @@ namespace Bit.App.Pages
}
public ExtendedObservableCollection<GroupingsPageListGroup> GroupedItems { get; set; }
public Command RefreshCommand { get; set; }
public Command AddCipherCommand { get; set; }
public Command<CipherView> CipherOptionsCommand { get; set; }
public async Task LoadAsync()