Offending Commit
5e05d25b46
feat(ci): add cargo-check job with Turborepo + Swatinem cache
2026-04-27 13:49:58 -05:00
Offending Commit
1f118d914f
fix: regenerate Tauri icons with correct indigo background
2026-04-27 11:53:11 -05:00
Offending Commit
a519745f20
fix: invert icon to white logo on indigo background
2026-04-27 11:51:21 -05:00
Offending Commit
35e6c5df4d
feat: apply brand colors to logo (indigo favicon, dark-bg Tauri icons)
2026-04-27 11:49:29 -05:00
Offending Commit
a07f5abfc5
feat: set OpenConcho logo as app icon for web and Tauri
2026-04-27 11:47:26 -05:00
Offending Commit
1d09547990
fix(desktop): correct http capability url patterns for non-standard ports
...
http://** uses ** in hostname which is not valid URL Pattern spec.
Hostname wildcard is * (not **); non-default ports require the *:*
host:port form. Add all four variants to cover http/https on both
default and non-default ports.
2026-04-24 21:42:07 -05:00
Offending Commit
92c4dfd3dd
feat: restructure as pnpm monorepo with Tauri desktop shell
...
- Migrate to packages/web + packages/desktop workspace layout via git mv
- Add Tauri v2 desktop shell with @tauri-apps/plugin-http for CORS bypass
- Configure Turborepo with package-level dependsOn build graph
- Add semantic-release with exec plugin for GHA output and disabled PR comments
- Fix http:default capability scope to allow all HTTP/HTTPS origins
- Add Vite Tauri integration (clearScreen, TAURI_DEV_HOST, target, envPrefix)
- Add semantic-release.yml and release.yml GitHub Actions workflows
- Fix all Biome lint errors (noArrayIndexKey, noNonNullAssertion, button types)
2026-04-24 21:42:06 -05:00