feat(ui): add WorktreesOverviewModalView
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace ClaudeDo.Ui.Views.Modals;
|
||||
|
||||
public partial class WorktreesOverviewModalView : Window
|
||||
{
|
||||
public WorktreesOverviewModalView() => InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user