From f8058e04c166f956d36458d6509b819059516d11 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 2 Jan 2025 13:22:37 +0100 Subject: [PATCH] fix(docs): roadmap ordering Followup for #15023 --- docs/src/pages/roadmap.tsx | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 6fa09372f13b5..46997fdfb7d48 100644 --- a/docs/src/pages/roadmap.tsx +++ b/docs/src/pages/roadmap.tsx @@ -183,30 +183,6 @@ const withRelease = ({ }; const roadmap: Item[] = [ - { - done: false, - icon: mdiLockOutline, - iconColor: 'sandybrown', - title: 'Private/locked photos', - description: 'Private assets with extra protections', - getDateLabel: () => 'Planned for 2025', - }, - { - done: false, - icon: mdiCloudUploadOutline, - iconColor: 'cornflowerblue', - title: 'Better background backups', - description: 'Rework background backups to be more reliable', - getDateLabel: () => 'Planned for 2025', - }, - { - done: false, - icon: mdiCameraBurst, - iconColor: 'rebeccapurple', - title: 'Auto stacking', - description: 'Auto stack burst photos', - getDateLabel: () => 'Planned for 2025', - }, { done: false, icon: mdiFlash, @@ -239,6 +215,30 @@ const roadmap: Item[] = [ description: 'Immich goes stable', getDateLabel: () => 'Planned for early 2025', }, + { + done: false, + icon: mdiLockOutline, + iconColor: 'sandybrown', + title: 'Private/locked photos', + description: 'Private assets with extra protections', + getDateLabel: () => 'Planned for 2025', + }, + { + done: false, + icon: mdiCloudUploadOutline, + iconColor: 'cornflowerblue', + title: 'Better background backups', + description: 'Rework background backups to be more reliable', + getDateLabel: () => 'Planned for 2025', + }, + { + done: false, + icon: mdiCameraBurst, + iconColor: 'rebeccapurple', + title: 'Auto stacking', + description: 'Auto stack burst photos', + getDateLabel: () => 'Planned for 2025', + }, ]; const milestones: Item[] = [