Commits
- Updated the chart data generation logic to group user entries by month instead of day, allowing for a broader view of flushing statistics.
- Enhanced the chart data structure to include all months in the range from the first entry to the current month.
- Adjusted date formatting in the chart legend to reflect monthly data.
- Made CSS adjustments to improve the layout and styling of the wrapped cards section.
- Introduced a new section displaying yearly flushing statistics, including total flushes, days active, most frequent hour, top emoji, most flushes in a single day, and longest streak.
- Added corresponding styles for the new Wrapped Stats section in the CSS file.
- Remove .DS_Store, .env, .env.example from tracking
- Remove OAuth migration files as they're now in .gitignore
- These files will remain local but won't be tracked by Git
- Updated the chart data generation logic to group user entries by month instead of day, allowing for a broader view of flushing statistics.
- Enhanced the chart data structure to include all months in the range from the first entry to the current month.
- Adjusted date formatting in the chart legend to reflect monthly data.
- Made CSS adjustments to improve the layout and styling of the wrapped cards section.