From 0b626cedc7405ab7a20950159bd6b13f9a1202e3 Mon Sep 17 00:00:00 2001 From: Jacob Fink Date: Fri, 4 Mar 2022 16:44:22 -0500 Subject: [PATCH] got the countdown working --- .../AuthenticatorViewCell.xaml | 86 ++++++++++-- .../AuthenticatorViewCell.xaml.cs | 98 +++++++++---- .../AuthenticatorViewCellViewModel.cs | 36 ++++- .../Authenticator/AuthenticatorPage.xaml | 25 ++-- .../Authenticator/AuthenticatorPage.xaml.cs | 43 +++++- .../AuthenticatorPageListItem.cs | 129 ++++++++++++++++++ .../AuthenticatorPageViewModel.cs | 85 +++++++++++- 7 files changed, 442 insertions(+), 60 deletions(-) create mode 100644 src/App/Pages/Authenticator/AuthenticatorPageListItem.cs diff --git a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml index 4d4e82554..2c5a31042 100644 --- a/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml +++ b/src/App/Controls/AuthenticatorViewCell/AuthenticatorViewCell.xaml @@ -3,35 +3,92 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Bit.App.Controls.AuthenticatorViewCell" xmlns:controls="clr-namespace:Bit.App.Controls" + xmlns:pages="clr-namespace:Bit.App.Pages" xmlns:u="clr-namespace:Bit.App.Utilities" xmlns:ff="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms" xmlns:core="clr-namespace:Bit.Core;assembly=BitwardenCore" StyleClass="list-row, list-row-platform" RowSpacing="0" ColumnSpacing="0" - x:DataType="controls:AuthenticatorViewCellViewModel"> + x:DataType="pages:AuthenticatorPageListItem"> + + + + + + + - + - - + -