mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #866] [MERGED] [Feature] Spoolbuddy spool detail card and UI improvements #1124
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#1124
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/866
Author: @Keybored02
Created: 4/1/2026
Status: ✅ Merged
Merged: 4/4/2026
Merged by: @maziggy
Base:
dev← Head:feature/spoolbuddy_fixes_2📝 Commits (10+)
e9c7d0aLighter Ring animation9f5fc97Add InventorySpoolInfoCard component for Inventory spool information displayf4c7341Merge branch 'dev' into feature/spoolbuddy_fixes_2d37682bMerge branch 'dev' into feature/spoolbuddy_fixes_23f61a45Merge branch 'dev' into feature/spoolbuddy_fixes_21b20de7Add missing fields back, change scale UI behavoiurb89627fMerge branch 'feature/spoolbuddy_fixes_2' of https://github.com/Keybored02/bambuddy into feature/spoolbuddy_fixes_21898291Weight calculation to always return null when not using live scale weight4bf6e87SpoolIcon and SpoolBuddyDashboard with transition effectsf79f656Optimize spool animation performance and update wave rendering📊 Changes
4 files changed (+401 additions, -155 deletions)
View changed files
➕
frontend/src/components/spoolbuddy/InventorySpoolInfoCard.tsx(+283 -0)📝
frontend/src/index.css(+37 -0)📝
frontend/src/pages/spoolbuddy/SpoolBuddyDashboard.tsx(+29 -9)📝
frontend/src/pages/spoolbuddy/SpoolBuddyInventoryPage.tsx(+52 -146)📄 Description
Description
This PR introduces back the ring animation for NFC scanning UI and re-uses the
SpoolInfoCardin the Inventory page with slight logic variations. Due to the different usages and options, a new file has been added:InventorySpoolInfoCard.tsx.Related Issue
Fixes #820
Type of Change
Changes Made
InventorySpoolInfoCardfor inventory detail popups, mostly copied fromSpoolInfoCard.spoolbuddy-optimized-pinginindex.css. Animation is optimized for low-power devices.Screenshots
Testing
Checklist
Additional Notes
I think it's better if the two card are separated, even if they share a lot of the code, due to the different workflows.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.