feat: remove archived status from recordings, deletions are now immediate
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -132,11 +132,7 @@
|
||||
<div class="flex gap-1">
|
||||
<Badge
|
||||
variant={recording.status === "published" ? "default" : "outline"}
|
||||
class={recording.status === "draft"
|
||||
? "text-muted-foreground"
|
||||
: recording.status === "archived"
|
||||
? "text-yellow-600 border-yellow-500/40 bg-yellow-500/10"
|
||||
: ""}
|
||||
class={recording.status === "draft" ? "text-muted-foreground" : ""}
|
||||
>
|
||||
{recording.status}
|
||||
</Badge>
|
||||
|
||||
Reference in New Issue
Block a user