mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
docs: add private photos to roadmap (#10599)
docs: add locked photos to roadmap
This commit is contained in:
parent
ba72802888
commit
13cc1f0aa6
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,7 @@ import {
|
||||||
mdiImageMultipleOutline,
|
mdiImageMultipleOutline,
|
||||||
mdiImageSearch,
|
mdiImageSearch,
|
||||||
mdiKeyboardSettingsOutline,
|
mdiKeyboardSettingsOutline,
|
||||||
|
mdiLockOutline,
|
||||||
mdiMagnify,
|
mdiMagnify,
|
||||||
mdiMagnifyScan,
|
mdiMagnifyScan,
|
||||||
mdiMap,
|
mdiMap,
|
||||||
|
@ -160,6 +161,14 @@ const withRelease = ({
|
||||||
};
|
};
|
||||||
|
|
||||||
const roadmap: Item[] = [
|
const roadmap: Item[] = [
|
||||||
|
{
|
||||||
|
done: false,
|
||||||
|
icon: mdiLockOutline,
|
||||||
|
iconColor: 'sandybrown',
|
||||||
|
title: 'Private/locked photos',
|
||||||
|
description: 'Private assets with extra protections',
|
||||||
|
getDateLabel: () => 'Planned for 2024',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
done: false,
|
done: false,
|
||||||
icon: mdiRocketLaunch,
|
icon: mdiRocketLaunch,
|
||||||
|
|
Loading…
Add table
Reference in a new issue