-
Notifications
You must be signed in to change notification settings - Fork 11
[DO NOT MERGE] backend funs for chroma #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
whoschip
commented
Dec 22, 2025
- Lower Python version requirement from 3.14 to 3.13 for compatibility - Remove missing QML import (pages/playerlog) from MainWindow.qml - Generate translation QM files for English and Vietnamese - Add missing config file and RinUI components - Enable standalone executable compilation with all dependencies bundled
fix: make application buildable with PyInstaller
- Wellcome → Welcome (main greeting text) - Unknown → Unknown (item status text) - Intergation → Integration (menu item) - Still working on this!! → Page under construction - Open bloxstrap's document. → Open documentation. Fixes affect all 31 translation files for improved professionalism
- Add build.py script that automatically generates resources and builds executable - Update uv.lock with Python 3.13 compatibility for broader support - Simplifies build process to single command: ./build.py
Rt backend
- build.sh handles environment setup, resource generation, and compilation - Single command build process: ./build.sh - Includes proper error handling and progress indicators
build script
|
@codex hey clanker can you review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2747af9a50
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex thanks |
|
To use Codex here, create an environment for this repo. |
|
@codex review this PR again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bf409a0750
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
