feat: update ProjectE application

This commit is contained in:
2026-07-18 19:05:52 -04:00
parent 8f55626e03
commit 4c1cc50231
68 changed files with 1586 additions and 697 deletions
@@ -58,7 +58,7 @@ export function ProjectProgressWidget() {
{project.progress}%
</span>
</div>
<Progress value={project.progress} className="h-2" />
<Progress value={project.progress} className="h-2" aria-label={`${project.name} progress: ${project.progress}%`} />
</div>
))}
</div>