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

@@ -15,6 +15,7 @@ pub fn status_badge(props: &Props) -> Html {
"pending" => "badge badge-pending",
"failed" => "badge badge-failed",
"completed" => "badge badge-completed",
"running" => "badge badge-available",
"downloading" => "badge badge-available",
"cancelled" => "badge badge-pending",
_ => "badge",