Skip to content

Release 0.32.3#1217

Merged
Tim020 merged 3 commits into
mainfrom
dev
Jun 18, 2026
Merged

Release 0.32.3#1217
Tim020 merged 3 commits into
mainfrom
dev

Conversation

@Tim020

@Tim020 Tim020 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Tim020 and others added 2 commits June 17, 2026 00:39
…#1215)

When pressing Enter to submit the modal, it stayed open during the API
call. After addNewCue resolved it called loadCues(), which updated the
store and briefly made isDuplicateNewCue true, showing a spurious
warning before hide() finally closed the modal.

Clicking OK was unaffected because BVN auto-closes the modal at the
first await in the @ok handler, before loadCues() runs.

Fix: move hide() to before the await so both paths close the modal
immediately on valid submission. resetNewForm() is removed from here
because the @hidden event already wires it as a cleanup handler.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@Tim020 Tim020 added the release Pull requests for creating a new release label Jun 18, 2026
@Tim020 Tim020 enabled auto-merge June 18, 2026 00:05
@github-actions github-actions Bot added small-diff Small pull request client Pull requests changing front end code server Pull requests changing back end code client-v3 labels Jun 18, 2026
@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

Client V3 Test Results

23 tests   23 ✅  0s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 6c42041.

@github-actions

Copy link
Copy Markdown

Client Test Results

128 tests   128 ✅  0s ⏱️
  6 suites    0 💤
  1 files      0 ❌

Results for commit 6c42041.

@github-actions

Copy link
Copy Markdown

Python Test Results

  1 files    1 suites   1m 47s ⏱️
662 tests 662 ✅ 0 💤 0 ❌
667 runs  667 ✅ 0 💤 0 ❌

Results for commit 6c42041.

@Tim020 Tim020 merged commit 470085a into main Jun 18, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client Pull requests changing front end code client-v3 release Pull requests for creating a new release server Pull requests changing back end code small-diff Small pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant