diff --git a/.gitignore b/.gitignore
index 9491a2f..ce61fe3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -360,4 +360,6 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
-FodyWeavers.xsd
\ No newline at end of file
+FodyWeavers.xsd
+
+todo/
\ No newline at end of file
diff --git a/changelog/1.7.4.html b/changelog/1.7.4.html
index 33fe816..2720e04 100644
--- a/changelog/1.7.4.html
+++ b/changelog/1.7.4.html
@@ -76,7 +76,7 @@
t.me/nebulaauth
-
FIX: Resolved issue where a "Confirmation Error" notification appeared despite the confirmation being successful.
+ FIX: Resolved issue where a "Confirmation Error" notification appeared despite the confirmation being successful.
diff --git a/src/NebulaAuth.LegacyConverter/NebulaAuth.LegacyConverter.csproj b/src/NebulaAuth.LegacyConverter/NebulaAuth.LegacyConverter.csproj
index e1632f6..fa02bbb 100644
--- a/src/NebulaAuth.LegacyConverter/NebulaAuth.LegacyConverter.csproj
+++ b/src/NebulaAuth.LegacyConverter/NebulaAuth.LegacyConverter.csproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net8.0
enable
enable
diff --git a/src/NebulaAuth/MainWindow.xaml b/src/NebulaAuth/MainWindow.xaml
index df97241..9050177 100644
--- a/src/NebulaAuth/MainWindow.xaml
+++ b/src/NebulaAuth/MainWindow.xaml
@@ -18,7 +18,8 @@
FontFamily="{md:MaterialDesignFont}"
TextElement.Foreground="{DynamicResource BaseContentBrush}"
mc:Ignorable="d"
- d:DataContext="{d:DesignInstance viewModel:MainVM}">
+ d:DataContext="{d:DesignInstance viewModel:MainVM}"
+ md:RippleAssist.IsDisabled="{Binding Settings.RippleDisabled}">
@@ -63,6 +64,7 @@
+
+
@@ -173,6 +176,7 @@
ToolTip="{Tr MainWindow.AppBar.Proxy.ProxyAlert.DefaultInUse}"
ToolTipService.InitialShowDelay="300"
Visibility="{Binding IsDefaultProxy, Converter={StaticResource BooleanToVisibilityConverter}}" />
+
+ Text="{Binding SearchText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
+ x:Name="SearchField"
+ KeyDown="SearchField_OnKeyDown" />
@@ -382,7 +388,6 @@
Grid.Row="1" Height="4" Style="{StaticResource MaterialDesignLinearProgressBar}"
MaxTime="30" TimeRemaining="{Binding CodeProgress, Mode=OneWay}" />
-