add project status to grid cards

This commit is contained in:
Prospector
2026-02-07 12:28:06 -08:00
parent 428efde36d
commit 13e5529f00
2 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
<div class="flex gap-2 items-center">
<ProjectCardTitle :title="title" compact />
<ProjectCardAuthor v-if="author" :author="author" />
<ProjectStatusBadge v-if="status" :status="status" class="text-sm" />
</div>
<div class="m-0 font-normal line-clamp-2">
{{ summary }}

View File

@@ -20,6 +20,12 @@ const VERSIONS: VersionEntry[] = [
// - Adjusted pop-up design to include a border.
// - Updated translations.`,
// },
{
date: `2026-02-07T12:35:00-08:00`,
product: 'web',
body: `## Improvements
- Fixed grid project lists not displaying status on user profiles.`,
},
{
date: `2026-02-07T12:10:00-08:00`,
product: 'web',