refactor(app): use dropdown for project selector (#33984)

This commit is contained in:
opencode-agent[bot] 2026-06-26 13:18:23 +08:00 committed by GitHub
commit 19e510f5d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 283 additions and 67 deletions

View file

@ -49,6 +49,10 @@ const icons = {
viewBox: "0 0 16 16",
body: `<path d="M5 6.5L8 9.5L11 6.5" stroke="currentColor"/>`,
},
check: {
viewBox: "0 0 16 16",
body: `<path d="M3.53613 8.17857L6.39328 11.75L12.4647 4.25" stroke="currentColor"/>`,
},
close: {
viewBox: "0 0 20 20",
body: `<path d="M14.4446 5.55566L5.55566 14.4446M5.55566 5.55566L14.4446 14.4446" stroke="currentColor" stroke-linejoin="round"/>`,