feat(ui): chromeless three-island shell

This commit is contained in:
mika kuns
2026-04-20 10:17:20 +02:00
parent 8909119d1b
commit 05404f46f2
9 changed files with 97 additions and 159 deletions

View File

@@ -0,0 +1,8 @@
<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:ClaudeDo.Ui.ViewModels.Islands"
x:Class="ClaudeDo.Ui.Views.Islands.DetailsIslandView"
x:DataType="vm:DetailsIslandViewModel">
<TextBlock Margin="14" Text="Details (placeholder)"
Foreground="{DynamicResource TextDimBrush}"/>
</UserControl>