mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #455] [MERGED] Allow external materials/brands to be used when adding spool #1045
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#1045
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/455
Author: @Keybored02
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @maziggy
Base:
0.2.1b2← Head:feature/material_catalog📝 Commits (10+)
97c5886feat(spool-form): enhance brand and material selection in color section58af27ffeat(spool-form): change input field behavoiur when deleting all chars, fix scroll menu theming6f27b08feat(spool-form): add available materials to SpoolFormModal and FilamentSectionc94dc24refactor(ColorSection): remove unnecessary hasCatalogMatch variable7b8590dfeat(SpoolFormModal): add bilateral brand and material filtering logicb270d13feat(ColorCatalogSettings): improve input field sizes and layout for color and material selection16e4f69Merge branch '0.2.1b' into feature/material_catalog67150b6Merge branch '0.2.1b2' into feature/material_catalogb91f102Refactor colorCatalog settings and dependencies, allow custom materials, fix ml-12 marging, show catalog colors on brand/material selection382e6dcMerge branch '0.2.1b2' into feature/material_catalog📊 Changes
12 files changed (+296 additions, -49 deletions)
View changed files
📝
frontend/src/components/ColorCatalogSettings.tsx(+12 -12)📝
frontend/src/components/SpoolFormModal.tsx(+85 -5)📝
frontend/src/components/spool-form/AdditionalSection.tsx(+23 -3)📝
frontend/src/components/spool-form/ColorSection.tsx(+49 -14)📝
frontend/src/components/spool-form/FilamentSection.tsx(+111 -15)📝
frontend/src/components/spool-form/types.ts(+10 -0)📝
frontend/src/i18n/locales/de.ts(+1 -0)📝
frontend/src/i18n/locales/en.ts(+1 -0)📝
frontend/src/i18n/locales/fr.ts(+1 -0)📝
frontend/src/i18n/locales/it.ts(+1 -0)📝
frontend/src/i18n/locales/ja.ts(+1 -0)📝
frontend/src/i18n/locales/pt-BR.ts(+1 -0)📄 Description
Description
This PR integrates the materials and brands fetched from the external database into the Add Spool form. It also allows for custom colors, brands and materials in Color Catalog to be included when adding a spool. It fixes a few minor UI inconsistencies and sizing issues.
Related Issue
Fixes #419
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.