mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
[PR #86] Added a feature to scan for a QR Code in the screenshot. #90
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#90
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/86
Author: @Naviamold1
Created: 1/26/2026
Status: 🔄 Open
Base:
dev← Head:feature/qrscanner📝 Commits (5)
3d36a07feat: qr code scanner implementation1bdaefaMerge pull request #84 from mrgoonie/deva36760echore(release): 1.6.0 [skip ci]58bcef6Merge branch 'main' of https://github.com/mrgoonie/winshot into feature/qrscanner9245be4chore: moved qr scanner button component to the annotation toolbar and updated documentation and added a backend qr scanner function test📊 Changes
16 files changed (+297 additions, -16 deletions)
View changed files
📝
CHANGELOG.md(+24 -0)📝
README.md(+2 -0)📝
app.go(+32 -6)📝
app_test.go(+38 -6)📝
docs/project-overview-pdr.md(+1 -0)📝
frontend/dist/index.html(+2 -2)📝
frontend/src/App.tsx(+51 -0)📝
frontend/src/components/annotation-toolbar.tsx(+19 -0)📝
frontend/src/components/capture-toolbar.tsx(+1 -1)➕
frontend/src/components/qr-result-modal.tsx(+79 -0)📝
frontend/wailsjs/go/main/App.d.ts(+2 -0)📝
frontend/wailsjs/go/main/App.js(+4 -0)📝
go.mod(+1 -0)📝
go.sum(+7 -0)➕
internal/qrcode/qrcode.go(+33 -0)📝
package.json(+1 -1)📄 Description
Added a feature to scan for a QR Code in the screenshot.
Made following changes to the codebase:
Created a new internal function for QR scanning with go library GOQR.
Created a new
Scan QRbutton component and a dialog popup for it.Updated documentation and tests for the new feature.
Screenshots:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.