Commit Graph

10 Commits

Author SHA1 Message Date
fyah
43a599fc14 fix: use absolute /src/main.tsx path for dev server resolution
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:36:07 +08:00
fyah
865d2e2f65 chore: remove debug test text
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:34:32 +08:00
fyah
1d459b14e7 fix: use ELECTRON_RENDERER_URL (electron-vite sets this, not VITE_DEV_SERVER_URL)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:33:30 +08:00
fyah
8bd977987a fix: restructure Elec to match electron-vite expected layout
- Move index.html to src/renderer/ (electron-vite hard requirement)
- Flatten React source to src/ (main.tsx, App.tsx, components/)
- Remove debug red background
- Use @tailwindcss/postcss plugin

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:31:38 +08:00
fyah
18928b3d16 debug: red background test to check renderer loading
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:27:03 +08:00
fyah
6aa9f7ff49 fix: use @tailwindcss/postcss for Tailwind v4 compatibility
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:24:17 +08:00
fyah
9750a7c865 fix: add tailwindcss PostCSS plugin
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:20:31 +08:00
fyah
a0c24ee13e fix: add main field to Elec package.json
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:17:46 +08:00
fyah
0ee021e613 feat: add Elec — dark mode multi-model chat UI
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:14:28 +08:00
fyah
e9daabb821 feat: scaffold anchor-desktop 2026-04-27 12:12:56 +08:00