mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #181] [CLOSED] Add STL thumbnail generation support #949
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
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-maziggy-1#949
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/181
Author: @MisterBeardy
Created: 1/29/2026
Status: ❌ Closed
Base:
0.1.6-final← Head:feature/stl-thumbnail📝 Commits (8)
bacc624Retrigger CI pipelinef9f7bccRetrigger CI pipeline1dad0aatest3bc01aaRetrigger CI pipeline8c9bb62Add missing frontend bundle31d6492Fix frontend build artifacts after rebaseb76eb44Add STL thumbnail generation support3c8dcf5Update frontend build with STL thumbnail support📊 Changes
12 files changed (+1110 additions, -92 deletions)
View changed files
📝
backend/app/api/routes/library.py(+220 -0)📝
backend/app/schemas/library.py(+29 -0)➕
backend/app/services/stl_thumbnail.py(+227 -0)📝
backend/tests/integration/test_library_api.py(+123 -0)➕
backend/tests/unit/services/test_stl_thumbnail.py(+326 -0)📝
frontend/package-lock.json(+4 -4)📝
frontend/package.json(+1 -1)📝
frontend/src/api/client.ts(+30 -0)📝
frontend/src/pages/FileManagerPage.tsx(+60 -1)📝
requirements.txt(+4 -0)📝
static/assets/index-B5TQDpQY.js(+85 -85)📝
static/index.html(+1 -1)📄 Description
Summary
POST /library/files/{id}/regenerate-thumbnailendpoint for single file regenerationPOST /library/generate-stl-thumbnailsbatch endpoint for bulk generationTest plan
pytest backend/tests/unit/services/test_stl_thumbnail.py(9/9)pytest backend/tests/integration/test_library_api.py(30/30)🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.