Commit 7bee59e
ShortcutGeneratorで最後に触れたInputアイテムにハイライトを出す (#187)
* ハイライト機能の実装
* 若干のアニメーションを追加 padding/margin調整
* Add XML refresh functionality after operations in InputManager and BlankGenerator
- InputManager: Auto-refresh inputs after save/delete operations with loading states
- BlankGenerator: Auto-refresh inputs after blank creation
- Ensures UI reflects latest vMix state for both HTTP and TCP connections
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* cargo update
* Comment out prevent-default plugin
* Fix GitHub Actions: unify tag name and release name format
- Change tagName to use actual git tag name (github.ref_name)
- Change releaseName to match tag format (v2.1.0-alpha.3)
- Ensures consistency between git tags and GitHub releases
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix git branch detection in Settings page
- Prioritize GIT_BRANCH environment variable over git command
- Handle detached HEAD state by showing tag name instead of 'HEAD'
- Improves branch/tag display in Settings > Application Information
This fixes the issue where Settings page shows 'HEAD' instead of the
actual branch or tag name, especially during GitHub Actions builds.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix front-end design
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent d712aa9 commit 7bee59e
File tree
12 files changed
+232
-162
lines changed- .github/workflows
- .serena/cache/typescript
- app
- src-tauri
- src
- components
- pages
12 files changed
+232
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
Binary file not shown.
0 commit comments