diff --git a/EbayListingTool/Views/MainWindow.xaml b/EbayListingTool/Views/MainWindow.xaml
index f3c85ae..b1a5518 100644
--- a/EbayListingTool/Views/MainWindow.xaml
+++ b/EbayListingTool/Views/MainWindow.xaml
@@ -59,6 +59,14 @@
+
+
+
@@ -93,8 +101,8 @@
-
+
@@ -106,6 +114,7 @@
+
@@ -115,7 +124,8 @@
+ VerticalAlignment="Center"
+ />
@@ -405,7 +484,7 @@
-
+
@@ -413,7 +492,8 @@
CornerRadius="8" Padding="24,16" Margin="0,0,0,28">
+ Foreground="#4CAF50" VerticalAlignment="Center" Margin="0,0,12,0"
+ IsTabStop="False"/>
@@ -427,10 +507,12 @@
Foreground="{DynamicResource MahApps.Brushes.Accent}"
HorizontalAlignment="Center" Cursor="Hand" TextWrapping="Wrap"
TextAlignment="Center" Margin="0,0,0,16"
- MouseLeftButtonUp="SuccessUrl_Click"/>
+ MouseLeftButtonUp="SuccessUrl_Click"
+ AutomationProperties.Name="Listing URL - click to open"/>
+ HorizontalAlignment="Center" Padding="16,8" Margin="0,0,0,36"
+ AutomationProperties.Name="Copy listing URL to clipboard">
@@ -440,7 +522,8 @@
+ HorizontalAlignment="Center" Padding="24,12" FontSize="14"
+ AutomationProperties.Name="List another item">
diff --git a/EbayListingTool/Views/SavedListingsView.xaml b/EbayListingTool/Views/SavedListingsView.xaml
index 1490078..08f1b9a 100644
--- a/EbayListingTool/Views/SavedListingsView.xaml
+++ b/EbayListingTool/Views/SavedListingsView.xaml
@@ -2,7 +2,8 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
- xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks">
+ xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"
+ KeyboardNavigation.TabNavigation="Cycle">
@@ -41,6 +42,22 @@
+
+
+
+
+
+
@@ -51,7 +68,7 @@
@@ -72,7 +89,8 @@
+ Foreground="{DynamicResource MahApps.Brushes.Accent}"
+ IsTabStop="False"/>
+ ToolTip="Open exports folder in Explorer"
+ AutomationProperties.Name="Open exports folder in Explorer">
@@ -104,18 +123,20 @@
Width="13" Height="13"
Margin="0,0,7,0"
VerticalAlignment="Center"
- Foreground="{DynamicResource MahApps.Brushes.Gray5}"/>
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"
+ IsTabStop="False"/>
+ TextChanged="SearchBox_TextChanged"
+ AutomationProperties.Name="Filter saved listings"/>
+ Padding="10,8" Focusable="False">
+
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"
+ IsTabStop="False"/>
+ Margin="0,0,0,12"
+ IsTabStop="False"/>
+ Background="{DynamicResource MahApps.Brushes.Gray8}"
+ AutomationProperties.Name="Resize listings panel"/>
@@ -185,7 +210,8 @@
+ Margin="0,0,0,14"
+ IsTabStop="False"/>
@@ -193,7 +219,8 @@
+ VerticalScrollBarVisibility="Auto" Padding="18,14"
+ Focusable="False">
@@ -219,7 +246,8 @@
+ ToolTip="Quick-change the price"
+ AutomationProperties.Name="Quick-change the price">
@@ -235,11 +263,13 @@
+ Width="110" Height="30"
+ AutomationProperties.Name="New price value"/>
+ ToolTip="Check eBay for a suggested price"
+ AutomationProperties.Name="Check eBay for suggested price">
+ ToolTip="Save new price"
+ AutomationProperties.Name="Save new price">
+ ToolTip="Cancel"
+ AutomationProperties.Name="Cancel price change">
@@ -270,20 +302,22 @@
-
+
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"
+ IsTabStop="False"/>
-
+ Foreground="{DynamicResource MahApps.Brushes.Gray5}"
+ IsTabStop="False"/>
@@ -293,6 +327,7 @@
@@ -320,22 +355,23 @@
+ Style="{StaticResource DetailActionButton}"
+ ToolTip="Post this draft to eBay"
+ AutomationProperties.Name="Post draft to eBay">
+ Visibility="Collapsed"
+ IsTabStop="False"/>
+ Style="{StaticResource DetailActionButton}"
+ AutomationProperties.Name="Edit this listing">
@@ -343,8 +379,8 @@
+ Style="{StaticResource DetailActionButton}"
+ AutomationProperties.Name="Open export folder for this listing">
@@ -352,8 +388,8 @@
+ Style="{StaticResource DetailSecondaryButton}"
+ AutomationProperties.Name="Copy listing title to clipboard">
+ Style="{StaticResource DetailSecondaryButton}"
+ AutomationProperties.Name="Copy listing description to clipboard">
+ Style="{StaticResource MahApps.Styles.Button.Square}"
+ Height="34" Padding="12,0" Margin="0,0,0,6"
+ AutomationProperties.Name="Delete this listing">
-
+
-
+ VerticalScrollBarVisibility="Auto" Padding="18,14"
+ Focusable="False">
+
-
+
+ mah:TextBoxHelper.Watermark="Listing title"
+ AutomationProperties.LabeledBy="{Binding ElementName=EditTitleLabel}"/>
@@ -409,35 +448,40 @@
-
+
+ StringFormat="F2" Interval="0.5" Value="0"
+ AutomationProperties.LabeledBy="{Binding ElementName=EditPriceLabel}"/>
-
+
+ mah:TextBoxHelper.Watermark="e.g. Clothing, Shoes & Accessories"
+ AutomationProperties.LabeledBy="{Binding ElementName=EditCategoryLabel}"/>
-
+
+ mah:TextBoxHelper.Watermark="Optional - e.g. minor scuff on base"
+ AutomationProperties.LabeledBy="{Binding ElementName=EditConditionLabel}"/>
-
+
+ Height="130" VerticalScrollBarVisibility="Auto"
+ AutomationProperties.LabeledBy="{Binding ElementName=EditDescriptionLabel}"/>
-
@@ -447,11 +491,13 @@
+ Content="Save Changes"
+ AutomationProperties.Name="Save listing changes"/>
+ Content="Cancel"
+ AutomationProperties.Name="Cancel editing"/>
@@ -470,6 +516,7 @@
BorderThickness="0,0,0,3"
BorderBrush="{DynamicResource MahApps.Brushes.Accent}"
Panel.ZIndex="10">
+
@@ -482,14 +529,16 @@
+ VerticalAlignment="Center"
+ IsTabStop="False"/>
-
+ Click="DismissToast_Click" Margin="8,0,0,0"
+ AutomationProperties.Name="Dismiss notification"/>