feat: redesign release calendar with week-based selection and improved day cells
- Display release titles in calendar day cells with colored dot indicators
- Change to week-based selection (Mon-Sun) with entire week highlighting
- Sidebar shows all releases for selected week sorted by date
- Start calendar week on Monday instead of Sunday
- Remove 'This Week' stats section
- Fix cell sizing to be uniform with consistent h-24 height
Also fix lint errors across codebase:
- Remove unused isInWatchlist parameter from MediaCard
- Fix unused context parameter in login beforeLoad
- Remove unused suppression comments
- Add intentional suppression for theme script dangerouslySetInnerHTML
- Wrap getErrorMessage in useCallback in auth/complete
- Replace placeholder anchor tags with spans in login page