mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-17 23:32:43 -07:00
6f3e28c2a2
- Replace arbitrary string length offsets (+25, +10) with accurate `getCachedStringWidth` measurements. - Extract status row rendering logic into a dedicated `StatusRow` component. - Rename `miniMode_` variables to camelCase to adhere to naming conventions. - Ensure `clearTimers` is correctly returned from `usePhraseCycler` cleanup.