Skip to content

Claude/desktop app exploration 2r2 d1#91

Merged
vincentmakes merged 2 commits intomainfrom
claude/desktop-app-exploration-2r2D1
Mar 19, 2026
Merged

Claude/desktop app exploration 2r2 d1#91
vincentmakes merged 2 commits intomainfrom
claude/desktop-app-exploration-2r2D1

Conversation

@vincentmakes
Copy link
Copy Markdown
Owner

Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (changes to docs only — no version bump needed)
  • Translation (new or updated language files)
  • Refactoring (no functional changes)

Checklist

Required for all code changes

  • I have tested my changes locally (npm test passes)
  • Version has been bumped in all 3 files (package.json, package-lock.json, version.json)
  • CHANGELOG.md has been updated with a new entry under the correct version

If adding or changing user-visible strings

  • No hardcoded English — all strings use t('key') in JS or data-i18n in HTML
  • New i18n keys added to en.json and all 7 other locale files (de, fr, nl, es, it, pt, zh)
  • escapeHtml() used for any user-provided content rendered as HTML

If documentation-only change

  • No version bump included (docs changes must not bump the version)

Screenshots (if applicable)

claude added 2 commits March 19, 2026 05:58
Split the chained method call into a named MutexGuard binding so
it is dropped before the state reference, fixing E0597.

https://claude.ai/code/session_01UvYKdrhaLpgAVwWrGJTvGj
Evaluate .lock().unwrap().take() as a single expression so the
MutexGuard temporary drops at the semicolon, before `state` is
dropped at the end of the block.

https://claude.ai/code/session_01UvYKdrhaLpgAVwWrGJTvGj
@vincentmakes vincentmakes merged commit f6d10a1 into main Mar 19, 2026
7 checks passed
@vincentmakes vincentmakes deleted the claude/desktop-app-exploration-2r2D1 branch March 19, 2026 06:12
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.

2 participants