-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: New Futo milestones #9211
Conversation
docs/src/pages/milestones.tsx
Outdated
} from '@mdi/js'; | ||
import Layout from '@theme/Layout'; | ||
import React from 'react'; | ||
import Timeline, { DateType, Item } from '../components/timeline'; | ||
|
||
const items: Item[] = [ | ||
{ | ||
icon: mdiHandshakeOutline, | ||
description: 'Joining Futo and Immich core team goes full-time', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Joined
I have made a PR #9212 to allow not specifying the release as well as the tag which will remove the top right element of the milestone. |
fc81841
to
a8a76ad
Compare
icon: mdiHandshakeOutline, | ||
description: 'Joined Futo and Immich core team goes full-time', | ||
title: 'Immich joins FUTO!', | ||
date: new Date(2024, 4, 1), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024-04-01, or 2024-05-01?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In javascript, months are 0-indexed, so 4-1 is correct and as you can see in the screenshot shows the correct date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, so silly of me. my bad 😅
Thanks Zack! |
Because this is a change that is immediately going on I have linked it to release: 'V1.103.0',