Skip to content

🎨 Palette / πŸ›‘οΈ Sentinel: Consolidated UI and Action Button Batch - #229

Merged
dieterolson merged 3 commits into
mainfrom
consolidated/palette-sentinel-ui-batch
Aug 13, 2026
Merged

🎨 Palette / πŸ›‘οΈ Sentinel: Consolidated UI and Action Button Batch#229
dieterolson merged 3 commits into
mainfrom
consolidated/palette-sentinel-ui-batch

Conversation

@dieterolson

Copy link
Copy Markdown
Contributor

Consolidated batch incorporating changes from PR #227 and PR #228. Closes #220, Closes #221, Closes #222, Closes #223, Closes #224, Closes #225, Closes #227, Closes #228

google-labs-jules Bot and others added 2 commits August 12, 2026 06:01
Connect the model_changed signal to _update_action_buttons and initialize the state on startup to prevent users from triggering actions when no model is selected.

Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
@dieterolson
dieterolson enabled auto-merge (squash) August 13, 2026 03:29

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

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: a2ab70310e

ℹ️ 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".

self.resize(900, 680)
self._build_ui()
self.setStyleSheet(build_stylesheet())
self._update_action_buttons()

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Refresh action buttons after setup completes

When the app starts with a discovered model but no llama-cli, this new initialization call disables both launch buttons. If the user then successfully builds the executable through SetupDialog, _open_setup_dialog() returns without calling _update_action_buttons(), and the only new refresh trigger is a model-selection change; with a single already-selected model, both buttons therefore remain disabled until the application is restarted. Re-evaluate the button state after the setup dialog closes or when its build completes.

Useful? React with πŸ‘Β / πŸ‘Ž.

@dieterolson
dieterolson merged commit d96061d into main Aug 13, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant