From 134a4ec5d27ee22e32e79f5f7c53732a42293204 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 29 Apr 2019 10:20:29 -0400 Subject: [PATCH] view page card and identity info --- src/App/Pages/Vault/ViewPage.xaml | 252 +++++++++++++++++++-- src/App/Pages/Vault/ViewPageViewModel.cs | 21 +- src/App/Resources/AppResources.Designer.cs | 9 + src/App/Resources/AppResources.resx | 3 + src/Core/Models/View/IdentityView.cs | 16 ++ 5 files changed, 282 insertions(+), 19 deletions(-) diff --git a/src/App/Pages/Vault/ViewPage.xaml b/src/App/Pages/Vault/ViewPage.xaml index 5faed3932..21e7818ac 100644 --- a/src/App/Pages/Vault/ViewPage.xaml +++ b/src/App/Pages/Vault/ViewPage.xaml @@ -19,10 +19,11 @@ - + + @@ -42,10 +43,9 @@ StyleClass="box-value" /> - - + + @@ -73,8 +73,10 @@ Grid.Column="1" Grid.RowSpan="2" /> - - + + @@ -125,7 +127,8 @@ Grid.Column="3" Grid.RowSpan="2" /> - + @@ -167,11 +170,233 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -234,7 +459,8 @@ - +