Files
minabot/drizzle/meta/_journal.json
syntaxbullet ecc2620a4c feat: add Home page with user dashboard and habit tracking features
- Implemented Home component with user authentication and loading states.
- Created Welcome component for unauthenticated users with a sign-in option.
- Developed Dashboard component to display user's habits and progress.
- Added functionality for habit management, including adding, updating, and deleting habits.
- Integrated HabitChart and HabitHistory components for visual representation of habits.
- Introduced sharing functionality for progress via Discord integration.

feat: establish Discord sharing configuration and routes

- Added DiscordSharingConfig type and readDiscordSharingConfig function for environment variable management.
- Created sharing contracts for input validation and data structure.
- Implemented sharing routes for previewing and sending progress images to Discord.
- Added tests for sharing routes to ensure authentication and proper error handling.
2026-09-04 17:48:54 +02:00

48 lines
944 B
JSON

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1788501609255,
"tag": "0000_discord_auth",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1788505163294,
"tag": "0001_habit_history",
"breakpoints": true
},
{
"idx": 2,
"version": "6",
"when": 1788505800600,
"tag": "0002_optional_count_carryover",
"breakpoints": true
},
{
"idx": 3,
"version": "6",
"when": 1788507928967,
"tag": "0003_finalize_occurrence_deadlines",
"breakpoints": true
},
{
"idx": 4,
"version": "6",
"when": 1788533580335,
"tag": "0004_low_carmella_unuscione",
"breakpoints": true
},
{
"idx": 5,
"version": "6",
"when": 1788536554543,
"tag": "0005_bored_firelord",
"breakpoints": true
}
]
}