From f311a8782a5dc8cf0ea56a4976b8422749116ea6 Mon Sep 17 00:00:00 2001 From: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:49:18 +0100 Subject: [PATCH] docs: 50k stars (#13964) --- docs/src/components/timeline.tsx | 2 +- docs/src/pages/roadmap.tsx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/src/components/timeline.tsx b/docs/src/components/timeline.tsx index 374d2d88fab19..32b15edb5960b 100644 --- a/docs/src/components/timeline.tsx +++ b/docs/src/components/timeline.tsx @@ -49,7 +49,7 @@ export function Timeline({ items }: Props): JSX.Element {
{cardIcon === 'immich' ? ( - + ) : ( )} diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 1f07e45122749..b54753370dc17 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -234,6 +234,13 @@ const roadmap: 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({ icon: mdiFaceRecognition, title: 'Metadata Face Import',