fix: remove archived badge from recording card and i18n
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,9 +26,7 @@
|
|||||||
return "text-green-400 bg-green-400/20";
|
return "text-green-400 bg-green-400/20";
|
||||||
case "draft":
|
case "draft":
|
||||||
return "text-yellow-400 bg-yellow-400/20";
|
return "text-yellow-400 bg-yellow-400/20";
|
||||||
case "archived":
|
default:
|
||||||
return "text-red-400 bg-red-400/20";
|
|
||||||
default:
|
|
||||||
return "text-gray-400 bg-gray-400/20";
|
return "text-gray-400 bg-gray-400/20";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -143,7 +143,6 @@ export default {
|
|||||||
created: "Created",
|
created: "Created",
|
||||||
status_draft: "Draft",
|
status_draft: "Draft",
|
||||||
status_published: "Published",
|
status_published: "Published",
|
||||||
status_archived: "Archived",
|
|
||||||
play: "Play",
|
play: "Play",
|
||||||
edit: "Edit",
|
edit: "Edit",
|
||||||
delete: "Delete",
|
delete: "Delete",
|
||||||
|
|||||||
Reference in New Issue
Block a user