add project status to grid cards
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
<div class="flex gap-2 items-center">
|
<div class="flex gap-2 items-center">
|
||||||
<ProjectCardTitle :title="title" compact />
|
<ProjectCardTitle :title="title" compact />
|
||||||
<ProjectCardAuthor v-if="author" :author="author" />
|
<ProjectCardAuthor v-if="author" :author="author" />
|
||||||
|
<ProjectStatusBadge v-if="status" :status="status" class="text-sm" />
|
||||||
</div>
|
</div>
|
||||||
<div class="m-0 font-normal line-clamp-2">
|
<div class="m-0 font-normal line-clamp-2">
|
||||||
{{ summary }}
|
{{ summary }}
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ const VERSIONS: VersionEntry[] = [
|
|||||||
// - Adjusted pop-up design to include a border.
|
// - Adjusted pop-up design to include a border.
|
||||||
// - Updated translations.`,
|
// - 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`,
|
date: `2026-02-07T12:10:00-08:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
|
|||||||
Reference in New Issue
Block a user