1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00

docs: update milestone page (#4683)

* docs: update milestone page

* docs: add 20k milestone
This commit is contained in:
martin 2023-10-29 02:20:05 +01:00 committed by GitHub
parent 2a2c74e081
commit f6eaaab725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ import {
mdiCheckAll, mdiCheckAll,
mdiCheckboxMarked, mdiCheckboxMarked,
mdiCollage, mdiCollage,
mdiContentCopy,
mdiDevices, mdiDevices,
mdiFaceMan, mdiFaceMan,
mdiFaceManOutline, mdiFaceManOutline,
@ -26,6 +27,7 @@ import {
mdiMerge, mdiMerge,
mdiMonitor, mdiMonitor,
mdiMotionPlayOutline, mdiMotionPlayOutline,
mdiPalette,
mdiPanVertical, mdiPanVertical,
mdiPartyPopper, mdiPartyPopper,
mdiRaw, mdiRaw,
@ -47,6 +49,33 @@ import React from 'react';
import Timeline, { DateType, Item } from '../components/timeline'; import Timeline, { DateType, Item } from '../components/timeline';
const items: Item[] = [ const items: Item[] = [
{
icon: mdiStar,
description: 'Reach 20K Stars on GitHub!',
title: '20,000 Stars',
release: 'v1.83.0',
tag: 'v1.83.0',
date: new Date(2023, 9, 28),
dateType: DateType.RELEASE,
},
{
icon: mdiContentCopy,
title: 'Stack assets',
description: 'Manual asset stacking for grouping and hiding related assets in the main timeline.',
release: 'v1.83.0',
tag: 'v1.83.0',
date: new Date(2023, 9, 28),
dateType: DateType.RELEASE,
},
{
icon: mdiPalette,
title: 'Custom theme',
description: 'Apply your custom CSS for modifying fonts, colors, and styles in the web application.',
release: 'v1.83.0',
tag: 'v1.83.0',
date: new Date(2023, 9, 28),
dateType: DateType.RELEASE,
},
{ {
icon: mdiTrashCanOutline, icon: mdiTrashCanOutline,
title: 'Trash Feature', title: 'Trash Feature',
@ -283,7 +312,7 @@ const items: Item[] = [
}, },
{ {
icon: mdiStar, icon: mdiStar,
description: 'Reach 10K Starts on GitHub!', description: 'Reach 10K Stars on GitHub!',
title: '10,000 Stars', title: '10,000 Stars',
release: 'v1.54.0', release: 'v1.54.0',
tag: 'v1.54.0', tag: 'v1.54.0',