Files
vibe-kanban/frontend
Louis Knight-Webb bd034da2db Navigate away when deleting the currently selected workspace (Vibe Kanban) (#1984)
* Done! I've implemented the feature. Here's a summary of the changes to `vibe-kanban/frontend/src/components/ui-new/actions/index.ts`:

1. **Added `getNextWorkspaceId` helper function** (lines 184-196) - A reusable function that finds the next workspace to navigate to when removing a workspace from the active list

2. **Refactored `ArchiveWorkspace`** - Now uses the helper function instead of inline logic

3. **Updated `DeleteWorkspace`** - Added navigation logic that:
   - Only triggers when deleting the currently viewed workspace
   - Navigates to the next workspace in the list (or previous if at end)
   - Falls back to `/workspaces/create` if no other workspaces exist

* Cleanup script changes for workspace a60eb506-5db1-4ba7-8ee6-26592885587b
2026-01-12 23:39:42 +00:00
..
2026-01-08 22:14:38 +00:00
2026-01-08 22:14:38 +00:00
2025-06-25 09:36:07 +01:00
2026-01-08 22:14:38 +00:00
2026-01-08 22:14:38 +00:00
2026-01-08 22:14:38 +00:00
2026-01-12 21:53:09 +00:00
2026-01-08 22:14:38 +00:00
2025-06-14 15:14:08 -04:00
2026-01-08 22:14:38 +00:00