Files
spoolman2/client
tonym 48bd516c0f feat(filament): add spool count and total remaining weight columns
Adds computed spool statistics to filament list:
- spool_count: Number of non-archived spools of this filament
- total_remaining_weight: Sum of remaining weight across all spools

Backend changes:
- Modified database/filament.py find() to compute stats via subquery
- Added fields to Filament pydantic model in api/v1/models.py
- Updated filament API endpoint to include stats in response

Frontend changes:
- Added fields to IFilament interface
- Added columns to filament list table
- Added translation keys

Closes #15

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 23:31:47 -06:00
..
2024-05-16 12:27:52 +00:00
2024-05-12 21:57:43 +02:00
2026-01-06 00:28:31 +01:00
2023-05-28 23:10:36 +02:00
2023-10-14 13:28:48 +02:00
2026-01-06 01:54:09 +01:00
2026-01-06 13:05:54 +01:00
2026-01-15 00:13:00 -06:00
2023-05-10 21:11:10 +02:00
2024-08-05 19:20:29 +02:00
2023-05-10 21:11:10 +02:00

Spoolman UI

A simple refine based UI for manipulating the data in the Spoolman database.