feat(ui): chromeless three-island shell
This commit is contained in:
8
src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml
Normal file
8
src/ClaudeDo.Ui/Views/Islands/DetailsIslandView.axaml
Normal 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>
|
||||
Reference in New Issue
Block a user