Skip to content

Commit c87bcf9

Browse files
wuzihao051119savely-krasovsky
authored andcommitted
fix(docs): incorrect date sorting (immich-app#17858)
1 parent 05789b0 commit c87bcf9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/pages/roadmap.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ const milestones: Item[] = [
252252
description: 'Browse your photos and videos in their folder structure inside the mobile app',
253253
release: 'v1.130.0',
254254
}),
255+
{
256+
icon: mdiStar,
257+
iconColor: 'gold',
258+
title: '60,000 Stars',
259+
description: 'Reached 60K Stars on GitHub!',
260+
getDateLabel: withLanguage(new Date(2025, 2, 4)),
261+
},
255262
withRelease({
256263
icon: mdiTagFaces,
257264
iconColor: 'teal',
@@ -260,13 +267,6 @@ const milestones: Item[] = [
260267
'Manually tag or remove faces in photos and videos, even when automatic detection misses or misidentifies them.',
261268
release: 'v1.127.0',
262269
}),
263-
{
264-
icon: mdiStar,
265-
iconColor: 'gold',
266-
title: '60,000 Stars',
267-
description: 'Reached 60K Stars on GitHub!',
268-
getDateLabel: withLanguage(new Date(2025, 2, 4)),
269-
},
270270
withRelease({
271271
icon: mdiLinkEdit,
272272
iconColor: 'crimson',

0 commit comments

Comments
 (0)