mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #1079] [CLOSED] fix(printers): deduplicate plate clear action #1154
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
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#1154
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/1079
Author: @EdwardChamberlain
Created: 4/21/2026
Status: ❌ Closed
Base:
dev← Head:fix/duplicate_plate_clear📝 Commits (2)
6664a9ffix(printers): deduplicate plate clear action8f3b058Merge branch 'dev' into fix/duplicate_plate_clear📊 Changes
3 files changed (+43 additions, -155 deletions)
View changed files
📝
frontend/src/__tests__/components/PrinterQueueWidgetClearPlate.test.tsx(+34 -74)📝
frontend/src/components/PrinterQueueWidget.tsx(+3 -79)📝
frontend/src/pages/PrintersPage.tsx(+6 -2)📄 Description
Description
Fixes duplicate plate-clear actions in the Printers UI and aligns plate status placement with the existing status badge row.
This removes the queued-widget clear-plate action so only the printer-card clear action remains, and moves the plate status indicator out of the print-status box into the expanded card’s top badge row with matching badge styling.
Related Issue
Documentation
Pick one:
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
This is primarily to rectify the duplication generated in #939
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.