Add electron as an alternative runtime to Tauri#35
Merged
mrquantumoff merged 23 commits intoQuadrantMC:electronfrom Apr 5, 2026
Merged
Add electron as an alternative runtime to Tauri#35mrquantumoff merged 23 commits intoQuadrantMC:electronfrom
mrquantumoff merged 23 commits intoQuadrantMC:electronfrom
Conversation
- Expose `ETERNAL_API_TOKEN` in the Electron packaging step - Keeps release workflow aligned with required secrets
- Introduce shared command utilities for cargo resolution and spawn error handling - Harden Electron/NAPI build and dev flows against missing tools and duplicate installs - Normalize Electron invoke errors and bump package/runtime versions
- Add custom deserializers that accept integer-valued numbers for `i64` and `u64` fields - Preserve existing strictness for non-numeric and non-integral inputs
- add serialized, atomic store writes with per-store queues - make settings reload tolerant of malformed on-disk data - soften telemetry country lookup and HTTP error handling - refresh desktop packaging, app IDs, and formatting
- Add `colog` to quadrant-host - Initialize the logger once at startup
- Map `win32` to `windows` and `darwin` to `macos` - Keep the platform IPC response consistent for the renderer
- Watch Electron-side files and restart the dev Electron process on changes - Rebuild the N-API addon and runtime config before each restart - Refresh Electron user agent and related Rust cleanup/formatting
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.