Skip to content

Commit 8a32939

Browse files
committed
feat: timeline and roadmap
1 parent 8988821 commit 8a32939

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

public/roadmap/roadmap.piml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,34 @@
7474
(created_at) 2025-11-28T18:00:00+03:00
7575
(due_date) 2025-11-30T00:00:00+03:00
7676
(notes) Futuristic Cyan Theme.
77+
78+
> (issues)
79+
(id) FEZ-7
80+
(title) Settings Page UI/UX Redesign
81+
(description) Overhauled the Settings page with a modern glassmorphism design, animated sections, custom icons, and improved layout for better user experience.
82+
(category) UI/UX
83+
(epic) UI Overhaul
84+
(status) Completed
85+
(priority) High
86+
(created_at) 2025-11-30T09:00:00+03:00
87+
(notes) Refactored layout, added Framer Motion animations, new CustomToggle themes.
88+
89+
> (issues)
90+
(id) FEZ-8
91+
(title) Enhanced CustomToggle Component
92+
(description) Reworked the CustomToggle component with a modern, animated switch design supporting multiple color themes.
93+
(category) UI/UX
94+
(status) Completed
95+
(priority) Medium
96+
(created_at) 2025-11-30T10:00:00+03:00
97+
(notes) Added `colorTheme` prop for customization.
98+
99+
> (issues)
100+
(id) FEZ-9
101+
(title) Achievement Notification Improvements
102+
(description) Added configurable achievement toast notifications with direct links to relevant pages (Settings, Trophy Room).
103+
(category) Feature
104+
(status) Completed
105+
(priority) High
106+
(created_at) 2025-11-30T11:00:00+03:00
107+
(notes) Added links to Settings and Achievements page in toast.

public/timeline/timeline.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
[
2+
{
3+
"date": "2025-11-30",
4+
"title": "Settings Page UI/UX Redesign",
5+
"description": "Overhauled the Settings page with a modern glassmorphism design, animated sections, custom icons, and improved layout for better user experience.",
6+
"type": "refactor",
7+
"icon": "SparkleIcon",
8+
"link": "/#/settings"
9+
},
10+
{
11+
"date": "2025-11-30",
12+
"title": "Enhanced CustomToggle Component",
13+
"description": "Reworked the CustomToggle component with a modern, animated switch design supporting multiple color themes.",
14+
"type": "refactor",
15+
"icon": "SparkleIcon"
16+
},
17+
{
18+
"date": "2025-11-30",
19+
"title": "Achievement Notification Improvements",
20+
"description": "Added configurable achievement toast notifications with direct links to relevant pages (Settings, Trophy Room).",
21+
"type": "feature",
22+
"icon": "BellIcon",
23+
"link": "/#/achievements"
24+
},
225
{
326
"date": "2025-11-29",
427
"title": "Blog & Series Styling Overhaul",
@@ -189,4 +212,4 @@
189212
"icon": "CodeIcon",
190213
"link": "/"
191214
}
192-
]
215+
]

0 commit comments

Comments
 (0)