mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
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#55
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/11
Author: @mrgoonie
Created: 12/6/2025
Status: ✅ Merged
Merged: 12/6/2025
Merged by: @mrgoonie
Base:
main← Head:goon📝 Commits (10+)
12e7b19feat(branding): add vibrant glass logo variations and update app icon8e192caci(release): add dev branch for beta releases9af75bfdocs: add BSD 3-Clause license and update READMEb20fdeafeat(text-annotation): enhance UX with font controls and auto-edit moded073645Merge remote-tracking branch 'origin/main' into goonb520140chore(release): 1.0.0-beta.1 [skip ci]711ec33feat(display): implement active monitor detection for multi-monitor support7274a4dfeat: implement GitHub #7 UX improvements8972166chore: remove node_modules from git tracking12d7358feat(annotations): implement GitHub #8 UX improvements📊 Changes
4174 files changed (+3321 additions, -1940566 deletions)
View changed files
📝
.claude/active-plan(+1 -1)📝
.github/workflows/release.yml(+1 -0)📝
.gitignore(+0 -1)📝
.releaserc.json(+4 -1)📝
CHANGELOG.md(+2 -1)➕
LICENSE(+28 -0)📝
README.md(+1 -1)📝
app.go(+215 -55)➕
assets/logos/appicon-v1.png(+0 -0)➕
assets/logos/appicon-v2.png(+0 -0)➕
assets/logos/appicon-v3.png(+0 -0)➕
assets/logos/appicon-v4.png(+0 -0)➕
assets/logos/appicon-v5.png(+0 -0)➕
assets/logos/appicon-v5a.png(+0 -0)➕
assets/logos/appicon-v5b.png(+0 -0)➕
assets/logos/appicon-v5c.png(+0 -0)➕
assets/logos/appicon-v5d.png(+0 -0)➕
assets/logos/appicon-v6.png(+0 -0)➕
assets/logos/appicon-v6a.png(+0 -0)➕
assets/logos/appicon-v6b.png(+0 -0)...and 80 more files
📄 Description
Summary
Comprehensive UX improvements for annotation drawing tools to enhance user experience and fix critical issues:
Changes
frontend/src/App.tsx: Added arrow curve toggle statefrontend/src/components/annotation-shapes.tsx: Added curved arrow rendering with tensionfrontend/src/components/annotation-toolbar.tsx: Added toggle button for curved arrow modefrontend/src/components/editor-canvas.tsx: Fixed coordinate calculations, increased hit area, auto-switch tool behavior, and deselection logicfrontend/src/types/index.ts: Added curved arrow type supportTest plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.