mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
[PR #80] [MERGED] feat(library): add screenshot history library with tray integration #86
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#86
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/80
Author: @leotrinh
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/25/2026
Merged by: @mrgoonie
Base:
dev← Head:feature/capture-history📝 Commits (2)
ed0ac37feat(library): add screenshot history library with tray integration4c4aa5aMerge branch 'dev' into feature/capture-history📊 Changes
19 files changed (+1130 additions, -18 deletions)
View changed files
📝
app.go(+115 -0)📝
docs/codebase-summary.md(+149 -5)📝
docs/project-overview-pdr.md(+20 -0)📝
docs/system-architecture.md(+125 -1)📝
frontend/dist/index.html(+2 -2)📝
frontend/package.json.md5(+1 -1)📝
frontend/src/App.tsx(+66 -1)📝
frontend/src/components/export-toolbar.tsx(+16 -1)➕
frontend/src/components/library-window.tsx(+336 -0)📝
frontend/src/types/index.ts(+10 -0)📝
frontend/wailsjs/go/main/App.d.ts(+7 -0)📝
frontend/wailsjs/go/main/App.js(+12 -0)📝
frontend/wailsjs/go/models.ts(+27 -0)📝
frontend/wailsjs/runtime/runtime.js(+4 -0)📝
go.mod(+2 -2)📝
go.sum(+4 -4)➕
internal/library/library.go(+134 -0)➕
internal/library/thumbnail.go(+92 -0)📝
internal/tray/tray.go(+8 -1)📄 Description
Modal Libary when click to tray icon
Main screen with Libary button
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.