1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #401] [MERGED] feat(queue): display plate name alongside file name for multi-plate files #1032

Closed
opened 2026-05-07 00:15:35 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/401
Author: @aneopsy
Created: 2/16/2026
Status: Merged
Merged: 2/16/2026
Merged by: @maziggy

Base: 0.2.0bHead: queue-plate-name


📝 Commits (4)

  • f1f27ce feat(queue): display plate info alongside file name for multi-plate files
  • bf9679f Merge branch '0.2.0b' into queue-plate-name
  • 191600b fix: use same query keys as PrintModal and ArchivesPage
  • f8768b9 Merge branch '0.2.0b' into queue-plate-name

📊 Changes

6 files changed (+28 additions, -0 deletions)

View changed files

📝 frontend/src/i18n/locales/de.ts (+1 -0)
📝 frontend/src/i18n/locales/en.ts (+1 -0)
📝 frontend/src/i18n/locales/fr.ts (+1 -0)
📝 frontend/src/i18n/locales/it.ts (+1 -0)
📝 frontend/src/i18n/locales/ja.ts (+1 -0)
📝 frontend/src/pages/QueuePage.tsx (+23 -0)

📄 Description

  • Show plate name or plate ID next to the file name in queue items

Description

Fixes #398

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Changes Made

  • check if it's library or archive file
  • use getArchivePlates or getLibraryFilePlates to get plate names
  • display the plate name or it's plate id

Screenshots

image

Testing

  • I have tested this on my local machine
  • I have tested with my printer model: X1C

Checklist

  • My code follows the project's coding style
  • I have commented my code where necessary
  • I have updated the documentation (if needed)
  • My changes generate no new warnings
  • I have tested my changes thoroughly

Additional Notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/401 **Author:** [@aneopsy](https://github.com/aneopsy) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.2.0b` ← **Head:** `queue-plate-name` --- ### 📝 Commits (4) - [`f1f27ce`](https://github.com/maziggy/bambuddy/commit/f1f27cefe11e7cd7c8972a46c5cbda61dc06a99a) feat(queue): display plate info alongside file name for multi-plate files - [`bf9679f`](https://github.com/maziggy/bambuddy/commit/bf9679f232e7da8298ccccb0ba2280f6c9972fce) Merge branch '0.2.0b' into queue-plate-name - [`191600b`](https://github.com/maziggy/bambuddy/commit/191600b006e1fdd9bba841b3ec0719698101cd69) fix: use same query keys as PrintModal and ArchivesPage - [`f8768b9`](https://github.com/maziggy/bambuddy/commit/f8768b9ee9ad5eaf88c5765bf3bd69b0b0862c3a) Merge branch '0.2.0b' into queue-plate-name ### 📊 Changes **6 files changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/i18n/locales/de.ts` (+1 -0) 📝 `frontend/src/i18n/locales/en.ts` (+1 -0) 📝 `frontend/src/i18n/locales/fr.ts` (+1 -0) 📝 `frontend/src/i18n/locales/it.ts` (+1 -0) 📝 `frontend/src/i18n/locales/ja.ts` (+1 -0) 📝 `frontend/src/pages/QueuePage.tsx` (+23 -0) </details> ### 📄 Description - Show plate name or plate ID next to the file name in queue items ## Description <!-- Provide a brief description of your changes --> ## Related Issue <!-- Link to the issue this PR addresses (if applicable) --> Fixes #398 ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or update ## Changes Made - check if it's library or archive file - use getArchivePlates or getLibraryFilePlates to get plate names - display the plate name or it's plate id ## Screenshots <img width="1444" height="937" alt="image" src="https://github.com/user-attachments/assets/9b338233-e599-4584-adf8-89f3e77ad8e7" /> ## Testing - [x] I have tested this on my local machine - [x] I have tested with my printer model: X1C ## Checklist - [x] My code follows the project's coding style - [x] I have commented my code where necessary - [x] I have updated the documentation (if needed) - [x] My changes generate no new warnings - [x] I have tested my changes thoroughly ## Additional Notes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:35 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#1032
No description provided.