mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add autoApprovalEnabled prop to AutoApproveSettings component - Update checkbox onChange to call setCachedStateField for Save button activation - Keep setAutoApprovalEnabled call for immediate timer cancellation (hybrid approach) - Include autoApprovalEnabled in SettingsView handleSubmit for persistence This fixes Issue #10745 where toggling the Auto-Approval Enabled checkbox did not activate the Save button, making its behavior inconsistent with other settings checkboxes. The hybrid approach preserves the current UX where unchecking the box immediately stops any active countdown timers, while also enabling the Save button so users can confirm their changes. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| context | ||
| hooks | ||
| i18n | ||
| lib | ||
| oauth | ||
| utils | ||
| vite-plugins | ||
| App.tsx | ||
| browser-panel.tsx | ||
| index.css | ||
| index.tsx | ||
| preflight.css | ||
| types.d.ts | ||
| vite-env.d.ts | ||