From 2602a094436d94d0bca19d427f04272c259d3f7e Mon Sep 17 00:00:00 2001 From: Matt Portune <59324545+mportune-bw@users.noreply.github.com> Date: Thu, 11 Feb 2021 14:38:30 -0500 Subject: [PATCH] UX tweaks for Send (#1260) * additional help text * replace send type picker with segmented control * formatting * added note about rider issue * additional design tweaks --- src/App/Pages/Accounts/TwoFactorPage.xaml | 6 +- src/App/Pages/Generator/GeneratorPage.xaml | 30 ++-- src/App/Pages/Send/SendAddEditPage.xaml | 148 ++++++++++++++---- src/App/Pages/Send/SendAddEditPage.xaml.cs | 19 ++- .../Pages/Send/SendAddEditPageViewModel.cs | 40 ++--- .../Pages/Settings/AutofillServicesPage.xaml | 8 +- src/App/Pages/Settings/OptionsPage.xaml | 6 +- src/App/Pages/Settings/SyncPage.xaml | 2 +- src/App/Pages/Vault/AddEditPage.xaml | 4 +- src/App/Pages/Vault/CollectionsPage.xaml | 2 +- src/App/Pages/Vault/SharePage.xaml | 2 +- src/App/Resources/AppResources.Designer.cs | 18 +++ src/App/Resources/AppResources.resx | 10 ++ src/App/Styles/Base.xaml | 2 + 14 files changed, 202 insertions(+), 95 deletions(-) diff --git a/src/App/Pages/Accounts/TwoFactorPage.xaml b/src/App/Pages/Accounts/TwoFactorPage.xaml index a253be5d9..e4feaf84b 100644 --- a/src/App/Pages/Accounts/TwoFactorPage.xaml +++ b/src/App/Pages/Accounts/TwoFactorPage.xaml @@ -50,7 +50,7 @@