mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #939] [MERGED] Enhance plate-clear tracking and visibility in printer cards #1135
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#1135
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/939
Author: @EdwardChamberlain
Created: 4/10/2026
Status: ✅ Merged
Merged: 4/19/2026
Merged by: @maziggy
Base:
dev← Head:feature/enhance-plate-clear-tracking-and-visibility📝 Commits (5)
d5fcb5fimplement plate clear button, add plate status indicator, enable hide on setting change8330f33added plate cleared icon4fa546fadded smaller plate cleared button on "small" printers view88f49c4tighten layout slightlyc1a23fdfix(printers): restore plate-clear card controls📊 Changes
12 files changed (+398 additions, -16 deletions)
View changed files
📝
frontend/src/__tests__/pages/PrintersPage.test.tsx(+195 -0)➕
frontend/src/components/icons/PlateClearedIcon.tsx(+51 -0)📝
frontend/src/i18n/locales/de.ts(+7 -1)📝
frontend/src/i18n/locales/en.ts(+7 -1)📝
frontend/src/i18n/locales/fr.ts(+7 -1)📝
frontend/src/i18n/locales/it.ts(+7 -1)📝
frontend/src/i18n/locales/ja.ts(+7 -1)📝
frontend/src/i18n/locales/pt-BR.ts(+7 -1)📝
frontend/src/i18n/locales/zh-CN.ts(+7 -1)📝
frontend/src/i18n/locales/zh-TW.ts(+7 -1)📝
frontend/src/pages/PrintersPage.tsx(+95 -7)📝
frontend/src/pages/SettingsPage.tsx(+1 -1)📄 Description
Description
This PR improves the printer card workflow around plate-clear confirmation so the existing
plate_clearedflag is visible and actionable directly in the main printer UI, without relying on the queue-specific flow.Previously, the web UI only exposed a per-printer plate-clear action widget when a compatible queued job was waiting. As a result, a finished printer with no waiting queue item had no normal card-level way to be marked as cleared, even though the backend already supported that state through the existing API.
This change adds plate-clear visibility and control directly to printer cards, while keeping behaviour aligned with the existing scheduler semantics and workflow setting.
Related Issue
Fixes #935
Documentation
Companion docs PRs (delete lines that don't apply):
Pick one:
Type of Change
Changes Made
Require plate-clear confirmationbutton hides both indicator and button for those not interested.Require plate-clear confirmationsetting description to clarify that disabling plate-clear confirmation also hides the plate status badge and card buttonScreenshots
Testing
All tests passed locally.
Checklist
Additional Notes
Behaviour when Require plate-clear confirmation is enabled:
Behaviour when Require plate-clear confirmation is disabled:
The existing bulk clear-plate action is intentionally left untouched but it might be worth considering also disabling this option when
Require plate-clear confirmationis disabled as it doesn't serve any purpose.I only speak English - translated strings were generated using AI and not checked for accuracy by a native speaker.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.