From 366a1f4b83a83b3feea004272a8e9688c45b45ce Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Thu, 11 Dec 2025 16:55:38 -0600 Subject: [PATCH] refactor(practice): remove manual pause encouragement message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the "Smart thinking to take a break" element to declutter the paused modal layout. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../practice/SessionPausedModal.tsx | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/apps/web/src/components/practice/SessionPausedModal.tsx b/apps/web/src/components/practice/SessionPausedModal.tsx index 244cee91..486572d5 100644 --- a/apps/web/src/components/practice/SessionPausedModal.tsx +++ b/apps/web/src/components/practice/SessionPausedModal.tsx @@ -532,32 +532,6 @@ export function SessionPausedModal({ )} - {/* Manual pause - simple and encouraging */} - {pauseInfo?.reason === 'manual' && ( -
- ✨ -

- Smart thinking to take a break when you need one! -

-
- )} - {/* Progress summary - celebratory */}