mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #180] [CLOSED] Add STL thumbnail generation support #950
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#950
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/180
Author: @MisterBeardy
Created: 1/29/2026
Status: ❌ Closed
Base:
main← Head:feature/stl-thumbnail📝 Commits (7)
375d523Add STL thumbnail generation support4912e8aRetrigger CI pipelinee8acf68Updated CI411b2eaRetrigger CI pipelineb74566ctest79e2b3bRetrigger CI pipelineb8e6ed8Add missing frontend bundle📊 Changes
14 files changed (+1459 additions, -439 deletions)
View changed files
📝
.github/workflows/ci.yml(+11 -11)📝
.gitignore(+1 -1)📝
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 -3)📝
frontend/package.json(+1 -0)📝
frontend/src/api/client.ts(+30 -0)📝
frontend/src/pages/FileManagerPage.tsx(+60 -1)📝
requirements.txt(+4 -0)📝
static/assets/index-C9BDZTzB.js(+422 -422)📝
static/index.html(+1 -1)📄 Description
Summary
Test plan
pytest backend/tests/unit/services/test_stl_thumbnail.pypytest backend/tests/integration/test_library_api.py🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.