mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
docs: add detect duplicate assets to roadmap (#10093)
* updating * uncomment
This commit is contained in:
parent
f32c02bd25
commit
73dcb9b452
@ -63,6 +63,7 @@ import {
|
|||||||
mdiVectorCombine,
|
mdiVectorCombine,
|
||||||
mdiVideo,
|
mdiVideo,
|
||||||
mdiWeb,
|
mdiWeb,
|
||||||
|
mdiContentDuplicate,
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
@ -216,13 +217,19 @@ const roadmap: Item[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const milestones: Item[] = [
|
const milestones: Item[] = [
|
||||||
// withRelease({
|
withRelease({
|
||||||
// icon: mdiVectorCombine,
|
icon: mdiContentDuplicate,
|
||||||
// title: 'Container consolidation',
|
title: 'Similar image detection',
|
||||||
// description:
|
description: 'Detect duplicate assets that aren’t exactly identical',
|
||||||
// 'The microservices container can be run as a worker within the server image, allowing us to remove it from the default stack.',
|
release: 'v1.106.0',
|
||||||
// release: 'v1.106.0',
|
}),
|
||||||
// }),
|
withRelease({
|
||||||
|
icon: mdiVectorCombine,
|
||||||
|
title: 'Container consolidation',
|
||||||
|
description:
|
||||||
|
'The microservices container can be run as a worker within the server image, allowing us to remove it from the default stack.',
|
||||||
|
release: 'v1.106.0',
|
||||||
|
}),
|
||||||
withRelease({
|
withRelease({
|
||||||
icon: mdiPencil,
|
icon: mdiPencil,
|
||||||
iconColor: 'saddlebrown',
|
iconColor: 'saddlebrown',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user