mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #196] [MERGED] Feature/stl thumbnail #952
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#952
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/196
Author: @MisterBeardy
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @maziggy
Base:
0.1.6-final← Head:feature/stl_thumbnail📝 Commits (3)
c291e3afeat: Add STL thumbnail generation functionality7382ee1Add frontend tests for STL thumbnails, update README and CHANGELOGed046a0Merge 0.1.6-final into feature/stl_thumbnail📊 Changes
11 files changed (+1103 additions, -11 deletions)
View changed files
📝
CHANGELOG.md(+8 -0)📝
README.md(+2 -1)📝
backend/app/api/routes/library.py(+129 -0)📝
backend/app/schemas/library.py(+29 -0)➕
backend/app/services/stl_thumbnail.py(+140 -0)📝
backend/tests/integration/test_library_api.py(+236 -0)➕
backend/tests/unit/services/test_stl_thumbnail.py(+204 -0)📝
frontend/src/__tests__/pages/FileManagerPage.test.tsx(+196 -0)📝
frontend/src/api/client.ts(+36 -4)📝
frontend/src/pages/FileManagerPage.tsx(+118 -6)📝
requirements.txt(+5 -0)📄 Description
feat: Add STL thumbnail generation functionality
Description
Added generation of thumbnails on STL file uploads also those in ZIP files.
Added button to generate thumbnails for pre existing STL files
Updated context menu on individual files for generating thumbnail
Related Issue
Fixes #156
Type of Change
Changes Made
Screenshots
Testing
Uploaded STL file and choose not to generate thumbnail
Upload STL and choose generation of thumbnail
Used ... to manually generate for several STL files
Used the Generate Thumbnails for existing STL files and verified those were created
Upload ZIP file and check generate thumbnail and images were created
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.