From 39843e706c5e15566032b4a60af716d3fea54228 Mon Sep 17 00:00:00 2001 From: Assistant Date: Sat, 16 May 2020 05:31:38 -0600 Subject: [PATCH] Search bar --- ModAssistant/Localisation/en-DEBUG.xaml | 1 + ModAssistant/Localisation/en.xaml | 1 + ModAssistant/Pages/Mods.xaml | 36 ++++++++++++++++ ModAssistant/Pages/Mods.xaml.cs | 56 +++++++++++++++++++++++++ 4 files changed, 94 insertions(+) diff --git a/ModAssistant/Localisation/en-DEBUG.xaml b/ModAssistant/Localisation/en-DEBUG.xaml index d9dc848..0393e9a 100644 --- a/ModAssistant/Localisation/en-DEBUG.xaml +++ b/ModAssistant/Localisation/en-DEBUG.xaml @@ -71,6 +71,7 @@ Mods:UninstallBox:Body2 {0} {1} {2} {3} Mods:FailedExtract {0} {1} Mods:FailedExtractMaxReached + Mods:SearchLabel About:Title diff --git a/ModAssistant/Localisation/en.xaml b/ModAssistant/Localisation/en.xaml index ef57045..de625d2 100644 --- a/ModAssistant/Localisation/en.xaml +++ b/ModAssistant/Localisation/en.xaml @@ -102,6 +102,7 @@ This could break your other mods Failed to extract {0}, trying again in {1} seconds. ({2}/{3}) Failed to extract {0} after max attempts ({1}), skipping. This mod might not work properly so proceed at your own risk + Search... About diff --git a/ModAssistant/Pages/Mods.xaml b/ModAssistant/Pages/Mods.xaml index ddc8caf..bda6daf 100644 --- a/ModAssistant/Pages/Mods.xaml +++ b/ModAssistant/Pages/Mods.xaml @@ -12,15 +12,51 @@ mc:Ignorable="d"> + + + + + + + +