mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
This adds a way to delete a task from the sidebar. Once this PR is merged, I’ll also add the option to the table list. https://github.com/user-attachments/assets/75d714ef-afe1-4d9c-b907-1eab3a59f26b Right now, after deleting a task, the data still shows—that’s a separate issue related to how task data is loaded in the FE. A proper tasks endpoint is now available, and that should be addressed as part of [https://github.com/coder/internal/issues/904](https://github.com/coder/internal/issues/904). Related to https://github.com/coder/coder/issues/19525