qwen-code/packages/web-shell/client/components/sidebar
Shaojin Wen f7296d0333
feat(web-shell): add Qwen logo beside the sidebar new-chat button (#6437)
Place the Qwen brand mark to the left of the sidebar's New chat button.
The artwork is the same SVG used for the browser-tab favicon (and the
QwenLM GitHub avatar), inlined rather than hot-linked because the Web
Shell CSP is `img-src 'self' data: blob:`, which blocks remote images.
When the sidebar is collapsed there is no room beside the compact
button, so the mark is hidden and only the New chat button remains.
2026-07-07 08:36:48 +00:00
..
WebShellSidebar.module.css feat(web-shell): add Qwen logo beside the sidebar new-chat button (#6437) 2026-07-07 08:36:48 +00:00
WebShellSidebar.test.tsx feat(web-shell): add Qwen logo beside the sidebar new-chat button (#6437) 2026-07-07 08:36:48 +00:00
WebShellSidebar.tsx feat(web-shell): add Qwen logo beside the sidebar new-chat button (#6437) 2026-07-07 08:36:48 +00:00