fix/postit-acl #39

Merged
notazof merged 3 commits from fix/postit-acl into release/1.0.8-rc1 2026-08-20 01:24:43 +01:00
Showing only changes of commit 803e778208 - Show all commits

access the post selector

Paul Schneider 2026-08-19 20:30:34 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -67,7 +67,7 @@
<Border Grid.Row="1" BorderBrush="Gray" BorderThickness="1" Padding="8"> <Border Grid.Row="1" BorderBrush="Gray" BorderThickness="1" Padding="8">
<ListBox ItemsSource="{Binding FilteredPosts}" SelectedItem="{Binding SelectedPost, Mode=TwoWay}" <ListBox ItemsSource="{Binding FilteredPosts}" SelectedItem="{Binding SelectedPost, Mode=TwoWay}"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> HorizontalAlignment="Stretch" VerticalAlignment="Stretch" MinHeight="40">
<ListBox.ItemTemplate> <ListBox.ItemTemplate>
<DataTemplate x:DataType="models:BlogPostDto"> <DataTemplate x:DataType="models:BlogPostDto">
<StackPanel Spacing="4"> <StackPanel Spacing="4">