mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #382] [MERGED] Fix UI clipping in mobile view #1019
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#1019
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/382
Author: @Keybored02
Created: 2/15/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @maziggy
Base:
0.2.0b← Head:feature/mobile_view_fix📝 Commits (9)
b6c304dFixed mobile view4d9d333Fix AMS Hum/Temp card items clipping, extend mobile breakpoint for better visibility on tabletsc5ff824Merge branch '0.2.0b' into feature/mobile_view_fix33fb12aMerge branch '0.2.0b' into feature/mobile_view_fix13de691Merge branch '0.2.0b' into feature/mobile_view_fix66dcca5Merge branch '0.2.0b' into feature/mobile_view_fix9886cb2Merge branch '0.2.0b' into feature/mobile_view_fix4ff3e2aUpdate responsive breakpoints for various components, implement useIsSidebarCompact hookcf5d403Merge branch 'feature/mobile_view_fix' of https://github.com/Keybored02/bambuddy into feature/mobile_view_fix📊 Changes
11 files changed (+182 additions, -98 deletions)
View changed files
📝
frontend/src/components/AMSHistoryModal.tsx(+12 -12)📝
frontend/src/components/Dashboard.tsx(+48 -15)📝
frontend/src/components/FilamentTrends.tsx(+18 -12)📝
frontend/src/components/Layout.tsx(+28 -28)📝
frontend/src/hooks/useIsMobile.ts(+1 -1)➕
frontend/src/hooks/useIsSidebarCompact.ts(+24 -0)📝
frontend/src/index.css(+16 -0)📝
frontend/src/pages/MaintenancePage.tsx(+3 -3)📝
frontend/src/pages/PrintersPage.tsx(+22 -18)📝
frontend/src/pages/ProfilesPage.tsx(+9 -9)📝
frontend/src/pages/StatsPage.tsx(+1 -0)📄 Description
Description
Fix UI elements with overlapping and clipping issues on mobile. This mainly affects the printer card, maintenance page, profile page, statistic page.
The breakpoint for mobile view has been extended for improved view from a tablet.
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
New mobile breakpoint might be changed - Tested on iPad Mini and Pro 2024.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.