fix: file manager incorrectly decoding/encoding when editing files #476

Merged
LukeGus merged 6 commits from dev-1.10.1 into main 2026-01-02 06:33:10 +00:00

6 Commits

Author SHA1 Message Date
LukeGus
5366cb24ef Merge remote-tracking branch 'origin/dev-1.10.1' into dev-1.10.1 2026-01-02 00:32:33 -06:00
LukeGus
177e783f92 fix: file manager incorrectly decoding/encoding when editing files (made base64/utf8 dependent) 2026-01-02 00:32:22 -06:00
Jefferson Nunn
1a2179c345 fix: resolve Vite build warnings for mixed static/dynamic imports (#473)
* Update Crowdin configuration file

* Update Crowdin configuration file

* fix: resolve Vite build warnings for mixed static/dynamic imports

- Convert all dynamic imports of main-axios.ts to static imports (10 files)
- Convert all dynamic imports of sonner to static imports (4 files)
- Add manual chunking configuration to vite.config.ts for better bundle splitting
  - react-vendor: React and React DOM
  - ui-vendor: Radix UI, lucide-react, clsx, tailwind-merge
  - monaco: Monaco Editor
  - codemirror: CodeMirror and related packages
- Increase chunkSizeWarningLimit to 1000kB

This resolves Vite warnings about mixed import strategies preventing
proper code-splitting.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Luke Gustafson <88517757+LukeGus@users.noreply.github.com>
Co-authored-by: Termix CI <ci@termix.dev>
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-01 18:43:38 -06:00
LukeGus
bdf9ea282e fix: made submit job match build type 2025-12-31 23:33:17 -06:00
LukeGus
6feb8405ce fix: testflight submit failure 2025-12-31 23:29:46 -06:00
LukeGus
2ee1318ded fix: electron build errors and skip macos job 2025-12-31 22:54:32 -06:00