Skip to content

Commit

Permalink
✨ Reinstate search and create fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 18, 2024
1 parent 7905fc5 commit aa432ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/FluentHub.App/Views/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,20 +269,22 @@
Spacing="8">

<!-- Search GitHub -->
<!--<TextBox
<TextBox
Width="256"
Height="32"
Background="Transparent"
IsEnabled="False"
PlaceholderText="Search GitHub" />-->
PlaceholderText="Search GitHub" />

<!-- Add New -->
<!--<DropDownButton
<DropDownButton
x:Name="AddNewItemButton"
Width="64"
Height="32"
Background="Transparent"
IsEnabled="False">
<FontIcon FontSize="16" Glyph="&#xE710;" />
</DropDownButton>-->
</DropDownButton>

<!-- User Icon -->
<Button
Expand Down

0 comments on commit aa432ef

Please sign in to comment.