-
Notifications
You must be signed in to change notification settings - Fork 0
React Webview UI Structure
YarCraSy edited this page Jul 8, 2026
·
2 revisions
Previous page: State and Messaging
src/ui/Chat/index.htmlsrc/ui/Chat/src/Main.tsxsrc/ui/Chat/src/App.tsx
ChatView
- messages.
- input.
- path autocomplete through
FileSelector. - streaming.
- tool confirmations.
HistoryView
- conversation list.
- load and delete actions.
SettingsView
- API key.
- base URL.
- model.
- reasoning.
- generation parameters.
- tool modes.
HeaderSliderToggleNumInput- global VS Code-like tooltips in
src/ui/Chat/src/App.cssthroughdata-tooltip. - base styles in
src/ui/Chat/src/styles.
A tabs/providers folder may still exist from the migration. Its content must represent DeepSeek-only configuration, not a provider selector.