mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* refactor out apiconfig section * add general settings section * duplicate import * move terminal, browser, and feature settings * move files to sections folder * refactor out debug section * pull out about section * implement save on change and remove confirmation modals for api config section * add doc strings to new hook functions * add debounced text field for smooth typing * use context value directly for apiProvider dropdown value; remove unecessary memo; remove keys from ApiOptions * add welcomeViewCompleted state boolean to control welcome view showing * refactor other sections to save-on-change; remove form diff calculation logic * cleanup * remove memo * make welcomeViewCompleted context value initial value false