mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-27 02:55:50 +03:00
[PR #38] [MERGED] feat: add background visibility toggle and improve overlay focus #59
Labels
No labels
bug
enhancement
enhancement
pull-request
question
released
released on @beta
released on @dev
released on @latest
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/winshot#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mrgoonie/winshot/pull/38
Author: @mrgoonie
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @mrgoonie
Base:
dev← Head:goon📝 Commits (4)
76f6247chore(release): bump version to 1.2.0-beta.3459ecfaMerge branch 'dev' into goon47869cdbuild: after pr from vivik39fadf3feat: add background visibility toggle and improve overlay focus📊 Changes
10 files changed (+90 additions, -23 deletions)
View changed files
📝
.gitignore(+2 -0)📝
frontend/dist/index.html(+2 -2)📝
frontend/package.json.md5(+1 -1)📝
frontend/src/App.tsx(+33 -2)📝
frontend/src/components/settings-panel.tsx(+39 -7)📝
frontend/wailsjs/runtime/runtime.js(+0 -4)📝
go.mod(+2 -2)📝
go.sum(+4 -4)📝
internal/overlay/overlay.go(+6 -0)📝
package.json(+1 -1)📄 Description
Summary
Add background visibility toggle to the Settings Panel with smart state management, and improve overlay window focus handling for better keyboard interaction.
Changes
Files Modified
frontend/src/components/settings-panel.tsx- Background toggle UI and state managementfrontend/src/App.tsx- Background state handling and control logicinternal/overlay/overlay.go- Focus window improvementsgo.mod/go.sum- Updated go-webview2 dependency.gitignore- Minor updatespackage.json/ package manifest files - Version bumpTest Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.