feat: personalize process-card settings and tiles#253
feat: personalize process-card settings and tiles#253q2333gh wants to merge 4 commits intoMerrit:mainfrom
Conversation
|
Your PR doesn't build. |
let me check it out and try to fix soon |
|
Self-verified CI (same workflow, no maintainer approval needed) Because the workflow run here was awaiting maintainer approval, I ran the same Verify Pull Request workflow on my fork to confirm the fix:
Result: all jobs passed
The added Run code generation and Run i18n generation steps in |
|
Fixed the Verify formatting failure in CI. The failing step was |
|
Do you work on contributions yourself, or "vibe code" entirely through LLM? |
3ce9df8 to
9ce24a6
Compare
…OneLine - Add personalization section with 3 toggles - Window tiles react to flags - Localization EN/DE/IT/ZH - CI fix: LoggingManager init in tests
9ce24a6 to
a485888
Compare
I leverage LLMs to speed up implementation, but I review, refactor, and adapt everything to fit the system design. So it’s more AI-assisted development rather than blind generation. |
|
Optional follow-ups — adopt as you prefer:
|
| @@ -0,0 +1,70 @@ | |||
| # Mimic Merrit's CI (tests.yml + build-windows) for local verification. | |||
There was a problem hiding this comment.
Hi @Merrit — quick summary:
-
It's just a developer helper script and does not affect CI itself.
-
Verifies formatting, code generation, tests, and Windows build before pushing.
-
Runs Windows test flow (
flutter pub get, format, generation,flutter test). -
Optionally runs Windows build flow (enable desktop +
flutter_app_builder). -
Goal: catch CI failures locally to reduce push surprises.
new commit : i have rename the file below .
Summary
Personalize how process cards and window tiles are displayed in the apps list, with a dedicated settings section and test coverage.
Changes
Settings state & cubit
hideProcessPid,showExecutableFirst, andlimitWindowTitleToOneLine.Settings UI
Window tiles
hideProcessPidis enabled.showExecutableFirstis enabled.limitWindowTitleToOneLineis enabled.Testing
flutter testfor:All test suites passed locally (exit code 0).
Build / Artifacts
https://github.com/q2333gh/nyrna/actions/runs/21747466797/artifacts/5404438513
Screenshots