Skip to content

fix: truncate book descriptions and fix event date off-by-one#61

Merged
jvcorredor merged 1 commit intomainfrom
worktree-fix-ip-forward-startup
Mar 30, 2026
Merged

fix: truncate book descriptions and fix event date off-by-one#61
jvcorredor merged 1 commit intomainfrom
worktree-fix-ip-forward-startup

Conversation

@jvcorredor
Copy link
Copy Markdown
Contributor

Summary

  • Add line-clamp-3 to completed book descriptions so tiles stay consistent sizes
  • Fix event date rendering off by one day in /app/eventsnew Date("YYYY-MM-DD") parses as UTC midnight, showing the previous day in US timezones. Now uses local timezone constructor.

Test plan

  • Build passes
  • Verify event dates render correctly on /app/events
  • Verify book descriptions are truncated on /book-club

🤖 Generated with Claude Code

Parse date string with local timezone constructor instead of
new Date("YYYY-MM-DD") which parses as UTC midnight and displays
as the previous day in US timezones.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 30, 2026

Deploy Preview for cscsdev ready!

Name Link
🔨 Latest commit 718760c
🔍 Latest deploy log https://app.netlify.com/projects/cscsdev/deploys/69ca84115f10b30008a048e4
😎 Deploy Preview https://deploy-preview-61--cscsdev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jvcorredor jvcorredor merged commit f62d05a into main Mar 30, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant