fix(ui): match origin dropdown height to workbench dropdown (#231) #233

Merged
forbes merged 2 commits from fix/origin-dropdown-height into main 2026-02-15 01:21:57 +00:00
Owner

Closes #231

Adds min-height: 20px to the Gui--OriginSelectorWidget rule in KindredCreate.qss, matching the pattern used by other toolbar widgets. This ensures the origin selector renders at the same visual height as the workbench combo box.

The mismatch occurs because OriginSelectorWidget is a QToolButton while WorkbenchComboBox is a QComboBox — different Qt base classes with different intrinsic size hints.

Closes #231 Adds `min-height: 20px` to the `Gui--OriginSelectorWidget` rule in `KindredCreate.qss`, matching the pattern used by other toolbar widgets. This ensures the origin selector renders at the same visual height as the workbench combo box. The mismatch occurs because `OriginSelectorWidget` is a `QToolButton` while `WorkbenchComboBox` is a `QComboBox` — different Qt base classes with different intrinsic size hints.
forbes added 1 commit 2026-02-15 01:16:12 +00:00
fix(ui): match origin dropdown height to workbench dropdown (#231)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
79501bd5ca
Add min-height: 20px to OriginSelectorWidget in KindredCreate.qss so it
renders at the same visual height as the WorkbenchComboBox. The two
widgets use different Qt base classes (QToolButton vs QComboBox) with
different intrinsic size hints, causing a height mismatch in the toolbar.
forbes added 7 commits 2026-02-15 01:21:44 +00:00
feat(silo): update silo submodule — headless runner entry points (#217)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
9da73fe6e7
Adds runner.py with dag_extract, validate, and export entry points
for silorunner compute jobs.

Closes #217
Reviewed-on: #226
feat(silo): update silo submodule — DAG and job SSE events (#218)
All checks were successful
Build and Test / build (pull_request) Successful in 39m3s
7fb3aa4c01
Extends SiloEventListener with signals for dag.updated,
dag.validated, and job lifecycle events (created, claimed,
progress, completed, failed, cancelled).

Closes #218
Reviewed-on: #227
feat(silo): update silo submodule — DAG status in Activity panel (#219)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
d7f5393510
Shows DAG sync status, validation results, and job lifecycle
events in the Database Activity dock widget via SSE signals.

Closes #219
Reviewed-on: #228
Merge branch 'main' into fix/origin-dropdown-height
Some checks failed
Build and Test / build (pull_request) Has been cancelled
645e1b4607
forbes merged commit fae8289e89 into main 2026-02-15 01:21:57 +00:00
forbes deleted branch fix/origin-dropdown-height 2026-02-15 01:21:58 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#233