feat: upcoming episodes component

This commit is contained in:
2025-06-12 23:39:06 -05:00
parent 937313fe59
commit 0f16423f66
7 changed files with 210 additions and 82 deletions

View File

@@ -259,4 +259,9 @@ class Monitor
return $this;
}
public function isActive(): bool
{
return in_array($this->status, ['New', 'Active', 'In Progress']);
}
}