mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
docs: 50k stars (#13964)
This commit is contained in:
parent
a9fc840d65
commit
1321a393c1
2 changed files with 8 additions and 1 deletions
|
@ -49,7 +49,7 @@ export function Timeline({ items }: Props): JSX.Element {
|
||||||
<div className="flex flex-col flex-grow justify-between gap-2">
|
<div className="flex flex-col flex-grow justify-between gap-2">
|
||||||
<div className="flex gap-2 items-center">
|
<div className="flex gap-2 items-center">
|
||||||
{cardIcon === 'immich' ? (
|
{cardIcon === 'immich' ? (
|
||||||
<img src="img/immich-logo.svg" height="30" className="rounded-none" />
|
<img src="/img/immich-logo.svg" height="30" className="rounded-none" />
|
||||||
) : (
|
) : (
|
||||||
<Icon path={cardIcon} size={1} color={item.iconColor} />
|
<Icon path={cardIcon} size={1} color={item.iconColor} />
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -234,6 +234,13 @@ const roadmap: Item[] = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const milestones: Item[] = [
|
const milestones: Item[] = [
|
||||||
|
{
|
||||||
|
icon: mdiStar,
|
||||||
|
iconColor: 'gold',
|
||||||
|
title: '50,000 Stars',
|
||||||
|
description: 'Reached 50K Stars on GitHub!',
|
||||||
|
getDateLabel: withLanguage(new Date(2024, 10, 1)),
|
||||||
|
},
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiFaceRecognition,
|
icon: mdiFaceRecognition,
|
||||||
title: 'Metadata Face Import',
|
title: 'Metadata Face Import',
|
||||||
|
|
Loading…
Reference in a new issue