Skip to content

Commit 06aebf3

Browse files
committed
feat: add 'crafted by gmv' credit to sidebar
1 parent 554437b commit 06aebf3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/ClipHive/Views/SidebarWindow.xaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<RowDefinition Height="Auto" />
6262
<!-- Item list -->
6363
<RowDefinition Height="*" />
64+
<!-- Credit -->
65+
<RowDefinition Height="Auto" />
6466
</Grid.RowDefinitions>
6567

6668
<!-- ── Search Bar ──────────────────────────────────────── -->
@@ -209,6 +211,15 @@
209211
</DataTemplate>
210212
</ListBox.ItemTemplate>
211213
</ListBox>
214+
<!-- ── Credit ──────────────────────────────────────────── -->
215+
<TextBlock Grid.Row="3"
216+
Text="crafted by gmv ♥"
217+
FontFamily="Segoe UI"
218+
FontSize="10"
219+
FontStyle="Italic"
220+
Foreground="#3D2A52"
221+
HorizontalAlignment="Right"
222+
Margin="0,2,10,6" />
212223
</Grid>
213224
</Border>
214225
</Window>

0 commit comments

Comments
 (0)