mirror of
https://github.com/immich-app/immich.git
synced 2025-06-21 22:40:50 -04:00
docs: New Futo milestones (#9211)
* new Futo milestones * npm fix * change to DateType.DATE * Update docs/src/pages/milestones.tsx * Update docs/src/pages/milestones.tsx * fix: remove release from futo milestone --------- Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
parent
a2c040a47f
commit
4b86c7a298
@ -55,12 +55,20 @@ import {
|
|||||||
mdiChartBoxMultipleOutline,
|
mdiChartBoxMultipleOutline,
|
||||||
mdiAccountGroupOutline,
|
mdiAccountGroupOutline,
|
||||||
mdiFlowerPoppy,
|
mdiFlowerPoppy,
|
||||||
|
mdiHandshakeOutline,
|
||||||
} from '@mdi/js';
|
} from '@mdi/js';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import React from 'react';
|
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: mdiHandshakeOutline,
|
||||||
|
description: 'Joined Futo and Immich core team goes full-time',
|
||||||
|
title: 'Immich joins FUTO!',
|
||||||
|
date: new Date(2024, 4, 1),
|
||||||
|
dateType: DateType.DATE,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: mdiStar,
|
icon: mdiStar,
|
||||||
description: 'Reached 30K Stars on GitHub!',
|
description: 'Reached 30K Stars on GitHub!',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user