CodeNomad/packages/tauri-app
Pascal André 108cad82d0
fix(tauri): restore external links in the folder picker (#225)
## Summary
- restore the GitHub and Discord links on the folder picker in the Tauri
app
- open those links through the desktop opener bridge instead of relying
on browser-only navigation behavior
- include the capability/schema updates needed for the opener path

## Testing
- npm run typecheck --workspace @codenomad/ui
- cargo check --manifest-path packages/tauri-app/src-tauri/Cargo.toml
2026-03-20 22:48:29 +00:00
..
scripts fix(tauri): sync server UI bundle during prebuild 2026-03-18 20:45:08 +01:00
src-tauri fix(tauri): restore external links in the folder picker (#225) 2026-03-20 22:48:29 +00:00
.gitignore Bundle server assets into Tauri app build 2025-11-21 15:19:28 +00:00
Cargo.lock fix(tauri): align wake lock bridge with v2 API 2026-03-19 19:20:18 +00:00
Cargo.toml Add Tauri app sources 2025-11-21 15:22:59 +00:00
package.json Release v0.12.3 2026-03-13 20:04:20 +00:00