Dashboard con stats, LayerUpload funcional, PhaseProgress eager-loading, README actualizado

This commit is contained in:
2026-05-09 21:17:36 +02:00
parent 7461bd9124
commit 2a300241f9
6 changed files with 335 additions and 64 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class PhaseProgress extends Component
public function mount(Phase $phase)
{
$this->phase = $phase;
$this->phase = $phase->load('progressUpdates');
$this->progress = $phase->progress_percent;
}