mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #72] [Feature]: Dashboard Auto Sizing #31
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#31
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?
Originally created by @MisterBeardy on GitHub (Jan 10, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/72
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I've noticed several of the dashboard items when expanding to larger sizes or even the default don't take up all the space in the card. For example the Print Activity, shows the GitHub inspired chart, but it's only using 2/3rds of the card. Filaments Type card correctly expands to use the full card at various sizes.
Here are the ones that don't appear correctly:
Success Rate
Time Accuracy
Filament Types
Failure Analysis (30 days)
Print Activity
Proposed Solution
Some of the cards data doesn't lead itself to the larger cards so maybe at the larger cards some additional information is added, such as the printer?
Success Rate - show rate for each printer
Time Accuracy - show rate for each printer
Filament Types - when expanded, show the colors that were used?
Failure Analysis (30 days) - instead of just showing how many failed, show how many of each type? Just shows top failure now
Print Activity - not sure about this.
Alternatives Considered
No response
Feature Category
Monitoring & Stats
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Jan 11, 2026):
Dashboard widgets are updated int branch 0.1.6-final.
With the current dashboard integration that's all I can do.
@MisterBeardy commented on GitHub (Jan 12, 2026):
Thanks for looking into this, just pulled it down and tested and looking good.