Skip to content

Commit 001996d

Browse files
committed
feat(Blog): add new entry for setting experienced at on moods
1 parent 31951c7 commit 001996d

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Sometimes you want to record a mood that happened in the past instead of recording how you feel right now. Now you can! When you [add a mood](/moods/add) you can now optionally set the date it was experienced.
2+
3+
Thanks to MoodTracker users who requested this feature [on GitHub](https://github.com/benji6/moodtracker/issues/261)!
4+
5+
Enjoy!

client/src/components/pages/Blog/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import { dateFormatter } from "../../../formatters/dateTimeFormatters";
55
import { marked } from "marked";
66

77
const BLOG_POSTS = {
8+
"2025-08-22": {
9+
title: "New feature - setting the date for your moods",
10+
url: new URL("2025-08-22/index.md", import.meta.url),
11+
},
812
"2024-06-24": {
913
title: "New things you can track",
1014
url: new URL("2024-06-24/index.md", import.meta.url),

0 commit comments

Comments
 (0)