Skip to content

Commit 1967323

Browse files
committed
timeline update
1 parent 5e9c6bf commit 1967323

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-12-17",
4+
"title": "Reader Modes",
5+
"description": "Implemented a Dossier and Terminal reader modes for blogposts which can be set in Settings. Dossier having a Classified Dossier look while Terminal uses Dark Orange tones.",
6+
"type": "content",
7+
"icon": "ArticleIcon",
8+
"link": "/#/settings"
9+
},
210
{
311
"date": "2025-12-12",
412
"title": "About Me Page Overhaul",

src/utils/appIcons.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ import {
6868
WaveSine,
6969
MapTrifold,
7070
PhoneIcon,
71+
SidebarIcon,
7172
} from '@phosphor-icons/react';
7273

7374
export const appIcons = {
@@ -140,4 +141,5 @@ export const appIcons = {
140141
WaveSine,
141142
MapTrifold,
142143
PhoneIcon,
144+
SidebarIcon,
143145
};

0 commit comments

Comments
 (0)