mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add support for the save/discard flow for support prompt setting page Normally when you edit things on the settings pages, the save button lights up, allowing you to discard your changes. Currently the prompts page doesn't support this flow- the prompts are immediately saved when they change. With this change, we use the normal cachedState system in the SettingView, allowing users to dicard changes to their prompts like any other setting. This removed the need for the resetSupportPrompt event since we send the entire state of the support prompts (same as before). Test plan: * Manually verified prompts can be saved/discarded for different types of support prompts. |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| jest.config.cjs | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||