chore: rebrand client and add icon tooling

This commit is contained in:
Shantur Rathore
2025-11-13 22:58:57 +00:00
parent 8233aee7a8
commit a71c8ab34f
27 changed files with 432 additions and 205 deletions

View File

@@ -173,7 +173,7 @@ packages/opencode-client/
**src/App.tsx:**
- Basic component with "Hello OpenCode Client"
- Basic component with "Hello CodeNomad"
- Display environment info
- Basic styling with TailwindCSS
@@ -203,7 +203,7 @@ packages/opencode-client/
**electron-builder.yml** or in package.json:
- appId: ai.opencode.client
- Product name: OpenCode Client
- Product name: CodeNomad
- Build resources: electron/resources
- Files to include: dist/, package.json
- Directories:
@@ -237,7 +237,7 @@ release/
1. Run `bun install`
2. Run `bun run dev`
3. Verify Electron window opens
4. Verify "Hello OpenCode Client" displays
4. Verify "Hello CodeNomad" displays
5. Make a change to App.tsx
6. Verify hot reload updates UI
7. Run `bun run typecheck`