Bug Fixes
- remove unused useSession and session variable in add-contact-button.tsx
- bust lead caches per affected owner after daily email cron
- invalidate follow-up caches after digest cron updates lastNotifiedAt
- invalidate lead cache after automation toggle
- invalidate lead cache from email open tracking pixel
- replace Radix ScrollArea with plain overflow to stop column width expansion
- replace ScrollArea with overflow-y-auto to prevent column width expansion in lead-board
- resolve React Compiler lint errors in lead-sheet.tsx by using useWatch
Features
- add LeadSheet with footer Start Automation toggle (#375)

