mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-28 03:25:56 +03:00
[PR #69] [MERGED] feat(editor): add inset scaling with auto-background color extraction #78
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#78
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/69
Author: @mrgoonie
Created: 1/11/2026
Status: ✅ Merged
Merged: 1/11/2026
Merged by: @mrgoonie
Base:
dev← Head:goon📝 Commits (9)
b1160e4feat(hotkey-input): add preset buttons for PrintScreen assignment9ee2190feat(editor): add color extraction utility for auto-background featureff927ecfeat(editor): add inset and auto-background state management06774a6fix(app): prevent duplicate instances and sync startup path on version updatebd201a2feat(settings): enhance settings panel and go runtime3eea549feat(editor): add inset slider and auto-background UI controlsff8b9eafeat(editor): add inset scale transform to canvas for screenshot scalingc42a6b5feat(editor): add canvas zoom and scale controls9800405Merge remote-tracking branch 'origin/dev' into goon📊 Changes
16 files changed (+673 additions, -64 deletions)
View changed files
📝
docs/codebase-summary.md(+160 -2)📝
docs/editor-structure.md(+121 -34)📝
docs/project-overview-pdr.md(+20 -12)📝
frontend/dist/index.html(+2 -2)📝
frontend/package.json(+1 -0)📝
frontend/package.json.md5(+1 -1)📝
frontend/src/App.tsx(+60 -2)📝
frontend/src/components/editor-canvas.tsx(+31 -2)📝
frontend/src/components/hotkey-input.tsx(+28 -0)📝
frontend/src/components/settings-panel.tsx(+71 -3)📝
frontend/src/components/update-modal.tsx(+25 -2)➕
frontend/src/utils/extract-edge-color.ts(+103 -0)📝
frontend/wailsjs/go/models.ts(+4 -0)📝
internal/config/config.go(+4 -0)📝
internal/config/startup.go(+13 -0)📝
main.go(+29 -4)📄 Description
Summary
Changes
Features
Fixes
Files Changed
16 files, +673/-64 lines
Test Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.