Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/agentspaces/ui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import TYPE_CHECKING, ClassVar

import structlog
from textual import work
from textual.app import App
from textual.binding import Binding
from textual.widgets import DataTable, Footer
Expand Down Expand Up @@ -195,6 +196,7 @@ async def action_navigate(self) -> None:
severity="information",
)

@work()
async def action_remove(self) -> None:
"""Remove selected workspace(s) after confirmation."""
# Determine which workspaces to remove
Expand Down