Skip to content

Commit 9c4e43c

Browse files
committed
feat: roadmap in timeline.
1 parent e3616b1 commit 9c4e43c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

public/timeline/timeline.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"date": "2025-11-29",
4+
"title": "Fezzilla: Issue Tracking Roadmap",
5+
"description": "Implemented Fezzilla, an issue tracking roadmap to visualize project statuses and progress.",
6+
"type": "feature",
7+
"icon": "KanbanIcon",
8+
"link": "/#/roadmap"
9+
},
210
{
311
"date": "2025-11-29",
412
"title": "Introduction of Achievements",

src/utils/appIcons.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ import {
6464
BellIcon,
6565
FireIcon,
6666
CampfireIcon,
67+
KanbanIcon,
6768
} from '@phosphor-icons/react';
6869

6970
export const appIcons = {
@@ -132,4 +133,5 @@ export const appIcons = {
132133
BellIcon,
133134
FireIcon,
134135
CampfireIcon,
136+
KanbanIcon,
135137
};

0 commit comments

Comments
 (0)