language flags in quick action -> translate are broken #114

Closed
opened 2026-08-01 06:59:52 +00:00 by hugo · 1 comment
Owner

they show as broken icons instead of the correct flag when the translation dialog is opened. verify with computer use.

they show as broken icons instead of the correct flag when the translation dialog is opened. verify with computer use.
hugo added the bug label 2026-08-01 06:59:52 +00:00
Author
Owner

Implemented in 81382b4. Root causes: fresh/project-switched workspaces discarded the persisted AI settings used to enable editor quick actions, and the translation picker did not use fallback-capable text shaping for flag emoji. Workspaces now hydrate saved AI configuration immediately, and picker rows use the same advanced shaping as other language-flag views. Added a regression test proving a fresh workspace loads the saved endpoint/model, updated the Allium AI/modal obligations and README, and verified the exact release app bundle with Computer Use: Translate is enabled before opening Settings and the picker renders the UK flag. Validation: allium check/analyse, cargo fmt, cargo build --workspace, clippy with -D warnings, cargo test --workspace (564 core + 213 UI tests), and cargo bundle-macos all passed.

Implemented in 81382b4. Root causes: fresh/project-switched workspaces discarded the persisted AI settings used to enable editor quick actions, and the translation picker did not use fallback-capable text shaping for flag emoji. Workspaces now hydrate saved AI configuration immediately, and picker rows use the same advanced shaping as other language-flag views. Added a regression test proving a fresh workspace loads the saved endpoint/model, updated the Allium AI/modal obligations and README, and verified the exact release app bundle with Computer Use: Translate is enabled before opening Settings and the picker renders the UK flag. Validation: allium check/analyse, cargo fmt, cargo build --workspace, clippy with -D warnings, cargo test --workspace (564 core + 213 UI tests), and cargo bundle-macos all passed.
hugo closed this issue 2026-08-01 08:35:14 +00:00
Sign in to join this conversation.