Added set sail button and much nicer artist enrichment

This commit is contained in:
Connor Johnstone
2026-03-18 14:54:52 -04:00
parent 8b16859526
commit ff41233a96
8 changed files with 251 additions and 13 deletions

View File

@@ -180,6 +180,11 @@ pub struct TaskRef {
pub task_id: String,
}
#[derive(Debug, Clone, PartialEq, Deserialize)]
pub struct PipelineRef {
pub task_ids: Vec<String>,
}
// --- Status ---
#[derive(Debug, Clone, PartialEq, Deserialize)]