mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-14 19:24:54 +00:00
The desktop sidebar project list scrolls via a classic 8px webkit scrollbar. When expanding a project made the list overflow, the scrollbar appeared and consumed layout width, shifting every project row/icon left (and back on collapse). Reserve the gutter with scrollbar-gutter: stable so content width stays constant. Fixes #8985 Co-authored-by: yiliang114 <11473889+yiliang114@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| build | ||
| eslint-rules | ||
| resources | ||
| scripts | ||
| src | ||
| .gitignore | ||
| components.json | ||
| electron-builder.yml | ||
| eslint.config.mjs | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
Qwen Code Electron App
Electron + React desktop interface for Qwen Code.
The desktop app provides:
- Qwen-backed multi-session chat
- Workspace and source management
- Onboarding for local Qwen Code setup
- Permission modes and plan approval flow
- File previews, diffs, browser panes, and automations
Development
bun install
bun run electron:start
Structure
src/main/ Electron main process
src/preload/ Context bridge
src/renderer/ React UI
src/transport/ RPC client/server transport
resources/ Built-in docs and release assets