mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	docs: update milestone page (#4683)
* docs: update milestone page * docs: add 20k milestone
This commit is contained in:
		| @@ -8,6 +8,7 @@ import { | ||||
|   mdiCheckAll, | ||||
|   mdiCheckboxMarked, | ||||
|   mdiCollage, | ||||
|   mdiContentCopy, | ||||
|   mdiDevices, | ||||
|   mdiFaceMan, | ||||
|   mdiFaceManOutline, | ||||
| @@ -26,6 +27,7 @@ import { | ||||
|   mdiMerge, | ||||
|   mdiMonitor, | ||||
|   mdiMotionPlayOutline, | ||||
|   mdiPalette, | ||||
|   mdiPanVertical, | ||||
|   mdiPartyPopper, | ||||
|   mdiRaw, | ||||
| @@ -47,6 +49,33 @@ import React from 'react'; | ||||
| import Timeline, { DateType, Item } from '../components/timeline'; | ||||
|  | ||||
| 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, | ||||
|     title: 'Trash Feature', | ||||
| @@ -283,7 +312,7 @@ const items: Item[] = [ | ||||
|   }, | ||||
|   { | ||||
|     icon: mdiStar, | ||||
|     description: 'Reach 10K Starts on GitHub!', | ||||
|     description: 'Reach 10K Stars on GitHub!', | ||||
|     title: '10,000 Stars', | ||||
|     release: 'v1.54.0', | ||||
|     tag: 'v1.54.0', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user