mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
76cb32d8d0
commit
9b82617e22
1 changed files with 7 additions and 0 deletions
|
|
@ -242,6 +242,13 @@ const roadmap: Item[] = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const milestones: Item[] = [
|
const milestones: Item[] = [
|
||||||
|
{
|
||||||
|
icon: mdiStar,
|
||||||
|
iconColor: 'gold',
|
||||||
|
title: '60,000 Stars',
|
||||||
|
description: 'Reached 60K Stars on GitHub!',
|
||||||
|
getDateLabel: withLanguage(new Date(2025, 2, 4)),
|
||||||
|
},
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiLinkEdit,
|
icon: mdiLinkEdit,
|
||||||
iconColor: 'crimson',
|
iconColor: 'crimson',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue