Skip to content

Fix bugs and improve ci - #57

Merged
Dumdart merged 2 commits into
masterfrom
enhance-gui-ux
Sep 9, 2026
Merged

Fix bugs and improve ci#57
Dumdart merged 2 commits into
masterfrom
enhance-gui-ux

Conversation

@Dumdart

@Dumdart Dumdart commented Sep 9, 2026

Copy link
Copy Markdown
Owner

No description provided.

@Dumdart
Dumdart marked this pull request as ready for review September 9, 2026 14:58
@Dumdart
Dumdart merged commit a448bf1 into master Sep 9, 2026
5 checks passed
@Dumdart
Dumdart deleted the enhance-gui-ux branch September 9, 2026 15:00

@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: 4a40bacf86

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

Comment on lines +154 to +157
if (
self._view_model.history_recording_status_for(broker_id) is not None
or self._view_model.history_settings_error_for(broker_id) is not None
):

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep loading until the requested broker refresh completes

When this broker already has a cached status or error, any history_settings_changed emission clears _recording_loading, even if it came from a different broker while this broker's new request is still running. For example, after visiting both brokers, switching back to broker A and then completing a concurrent broker B load re-enables A's checkbox with stale cached state before A's refresh finishes; associate completion with the specific broker/request rather than treating cache presence as completion.

AGENTS.md reference: AGENTS.md:L32-L32

Useful? React with 👍 / 👎.

self._destination_tabs.blockSignals(True)
self._destination_tabs.setTabVisible(2, advanced)
self._destination_tabs.setTabEnabled(2, advanced)
self._destination_tabs.setTabVisible(2, True)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Un-padding slices along wrong tensor dimensions

This is a placeholder and should not be here.

Useful? React with 👍 / 👎.

self._destination_tabs.blockSignals(True)
self._destination_tabs.setTabVisible(2, advanced)
self._destination_tabs.setTabEnabled(2, advanced)
self._destination_tabs.setTabVisible(2, True)

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 Un-padding slices along wrong tensor dimensions

<valid Markdown explaining why this is a problem; cite files/lines/functions>

Useful? React with 👍 / 👎.

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