fix(app): remove extra error page and use default error boundary

This commit is contained in:
Adam
2026-02-06 09:03:40 -06:00
parent b7ad8e459c
commit 12e8ef3178
16 changed files with 7 additions and 97 deletions
-4
View File
@@ -24,8 +24,4 @@ export const dict = {
"desktop.cli.installed.message": "CLI installed to {{path}}\n\nRestart your terminal to use the 'opencode' command.",
"desktop.cli.failed.title": "Installation Failed",
"desktop.cli.failed.message": "Failed to install CLI: {{error}}",
"desktop.error.serverStartFailed.title": "OpenCode failed to start",
"desktop.error.serverStartFailed.description":
"The local OpenCode server could not be started. Restart the app, or check your network settings (VPN/proxy) and try again.",
}