mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #582] [CLOSED] [Feature] Rework Archive duplicates tagging #1080
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#1080
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/maziggy/bambuddy/pull/582
Author: @Keybored02
Created: 3/3/2026
Status: ❌ Closed
Base:
0.2.3b1← Head:feature/duplicate_rework📝 Commits (10+)
1da8712Use SHA256 for duplicate count, show archive_id on carda024d70Fix double scrollbars on Archive page3633076Show reduced SHA256 to identify print file92e250aCompact duplicate tags, send to father on click4a69372Add Hide Duplicates button74cf749Add button localisationd950bc5Refactor duplicate handling to return name/hash pairs26d996fFix title attribute to reference original archive ID in ArchiveCard and ArchiveListRow537b00fAdd localization for "view original print" messagec9e87f4Add duplicate sequence and original archive ID to archive responses📊 Changes
12 files changed (+162 additions, -26 deletions)
View changed files
📝
backend/app/api/routes/archives.py(+47 -5)📝
backend/app/schemas/archive.py(+2 -0)📝
backend/app/services/archive.py(+21 -12)📝
frontend/src/api/client.ts(+2 -0)📝
frontend/src/i18n/locales/de.ts(+2 -0)📝
frontend/src/i18n/locales/en.ts(+2 -0)📝
frontend/src/i18n/locales/fr.ts(+2 -0)📝
frontend/src/i18n/locales/it.ts(+2 -0)📝
frontend/src/i18n/locales/ja.ts(+2 -0)📝
frontend/src/i18n/locales/pt-BR.ts(+2 -0)📝
frontend/src/i18n/locales/zh-CN.ts(+2 -0)📝
frontend/src/pages/ArchivesPage.tsx(+76 -9)📄 Description
Description
This PR proposes a quick fix to improve duplication handling in the archive page. The idea is to improve usability without fully reworking the archiving behavior. This Pr introduces a different logic to tag duplicates, an UI improvement on the tag itself, a more detailed Archive card, and minor fixes to the Archive page.
Related Issue
Fixes #397 and #512
Type of Change
Changes Made
archive_idto distinguish similar archive entriesScreenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.