Skip to content

Commit

Permalink
Plugins Support Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Oct 23, 2023
1 parent 2fe3100 commit 9c96d36
Show file tree
Hide file tree
Showing 16 changed files with 473 additions and 331 deletions.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.metadata.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/ProjectEvaluation/vtol.projects.v7.bin
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified VTOL_2.0.0/.vs/VTOL/v17/.futdcache.v2
Binary file not shown.
2 changes: 1 addition & 1 deletion VTOL_2.0.0/Pages/Page_Thunderstore.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</Storyboard>
</Page.Resources>
<Grid Focusable="True" OverridesDefaultStyle="True" ClipToBounds="True" Unloaded="Grid_Unloaded" GotFocus="Grid_GotFocus" UseLayoutRounding="True" Loaded="Grid_Loaded">
<ui:TextBox x:Name="Search_Bar_Suggest_Mods" TextWrapping="NoWrap" Height="36" BorderThickness="0,0,0,0" Icon="Search48" GotFocus="Search_Bar_Suggest_Mods_GotFocus" LostFocus="Search_Bar_Suggest_Mods_LostFocus" Background="{x:Null}" TextChanged="Search_Bar_Suggest_Mods_TextChanged" Padding="0,8,0,7" Margin="48,135,547,0" VerticalAlignment="Top" KeyUp="Search_Bar_Suggest_Mods_KeyUp" Foreground="#34FFFFFF" PlaceholderText="Search" />
<ui:TextBox x:Name="Search_Bar_Suggest_Mods" TextWrapping="NoWrap" Height="36" BorderThickness="0,0,0,0" Icon="Search48" GotFocus="Search_Bar_Suggest_Mods_GotFocus" LostFocus="Search_Bar_Suggest_Mods_LostFocus" Background="{x:Null}" TextChanged="Search_Bar_Suggest_Mods_TextChanged" Padding="0,8,0,7" Margin="48,135,547,0" VerticalAlignment="Top" KeyUp="TextInput_OnKeyUpDone" Foreground="#34FFFFFF" PlaceholderText="Search" TextInput="Search_Bar_Suggest_Mods_TextInput" />
<ComboBox x:Name="Sort" Margin="0,136,320,0" Background="{x:Null}" BorderThickness="0,0,0,1" Height="36" VerticalAlignment="Top" BorderBrush="#82FFFFFF" SelectedIndex="-1" SelectionChanged="Sort_SelectionChanged" Padding="10,9,10,4.3" VerticalContentAlignment="Bottom" MinHeight="0" ScrollViewer.VerticalScrollBarVisibility="Auto" IsTextSearchEnabled="False" LostFocus="Sort_LostFocus" Width="224" UseLayoutRounding="True" Grid.IsSharedSizeScope="True" HorizontalAlignment="Right" MinWidth="225">
<ComboBoxItem Name="Name">Name</ComboBoxItem>
<ComboBoxItem Name="Rating">Rating</ComboBoxItem>
Expand Down
800 changes: 471 additions & 329 deletions VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VTOL_2.0.0/VTOL.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
Expand Down

0 comments on commit 9c96d36

Please sign in to comment.