diff --git a/docs/src/pages/roadmap.tsx b/docs/src/pages/roadmap.tsx index 6fa09372f1..46997fdfb7 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[] = [