23ef41270c
feat( #19 ): Add filamentcolors.xyz color lookup integration
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
- Backend proxy endpoints: GET /filamentcolors/manufacturers, GET /filamentcolors/search
- Frontend: FilamentColorLookup modal with manufacturer filter + color search
- Color grid shows swatches with hex codes, click to apply
- Added to both filament create and edit forms next to ColorPicker
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-23 00:21:13 -06:00
801d3da02a
feat: Add quick wins batch ( #42 , #43 , #25 , #35 , #20 , #36 , #39 )
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
- #42 : Allow spools heavier than theoretical max (remove weight clamps)
- #43 : Show filament custom fields on spool detail page
- #25 : Sort spools by custom fields and remaining weight
- #35 : Global search box for spool list
- #20 : Gallery view for spools (color grid with progress bars)
- #36 : Spool-level color override with ColorPicker
- #39 : Cost analytics endpoint, total spent & avg cost/kg stats
- Fix: Filament select refresh after inline creation
- Fix: Parse temperatures from filament comments
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 23:09:42 -06:00
db8bf59b15
Fix TypeScript errors in prev/next navigation
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 00:11:01 -06:00
5c29936231
Add prev/next navigation buttons to edit pages
...
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled
- Filament, spool, and vendor edit pages now have Prev/Next buttons
- Navigate between items without returning to the list
- Buttons are disabled at the beginning/end of the list
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 00:10:04 -06:00
a18daa8134
fix: Update filament edit page to use temperature ranges
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-14 23:37:00 -06:00
Donkie
aa839b08e5
Handle input number formatting better
...
Now it doesn't interfer with the user writing until the user leaves the element
Resolves #633
Resolves #632
2025-03-18 21:27:00 +01:00
Donkie
3d1bb70913
Fixed not being able to change color picker format
...
Resolves #610
2025-03-18 21:09:19 +01:00
Pedro Lamas
3963ec6203
Reset multi-color when single color is selected
2025-03-12 18:10:26 +00:00
Donkie
a3be91b89c
Fixed not being able to clear price field
...
Resolves #525
2024-11-25 20:39:24 +01:00
Donkie
755e06c989
Now goes back to loc page on edit submit
2024-11-24 12:31:38 +01:00
TomW1605
761a4978b6
add external id to filament and vendor edit pages
2024-10-26 14:12:32 +08:00
Donkie
7108b0e7a1
Optimized and organized all clients imports
2024-08-07 12:46:37 +02:00
Donkie
3bd93cb0af
Removed React prefix to some use hooks
2024-08-06 14:28:09 +02:00
Donkie
f3d23ad9fe
Added client edit support for multi colors
2024-06-08 22:56:13 +02:00
Donkie
c65bc4201b
Currency setting is now utilized in filament/spool lists, edit pages etc
2024-02-02 23:06:06 +01:00
Donkie
23f383dd63
Fixed edit forms refreshing after you start editing
2024-01-30 20:02:54 +01:00
Donkie
40d3a3184f
Implemented extra fields for spools and vendors as well
2024-01-23 19:27:34 +01:00
Donkie
fb23024ed0
Extra fields now finished for filaments
2024-01-23 18:58:58 +01:00
Donkie
886519e3b4
Added live updates to filaments in client
2023-10-15 21:35:49 +02:00
Donkie
3f5902516c
Added max values on density and diameter inputs
...
This is to prevent accidentally putting in a too big value
2023-10-10 20:45:27 +02:00
Donkie
30d4019d7d
Number inputs now show error if bad value
...
Previously it just prevented you from inputting it, which was a bit bad UX
2023-10-10 20:45:01 +02:00
Donkie
d03a9510a5
Client: Sort filament/vendor dropdowns
2023-08-13 12:11:15 +02:00
Donkie
6934748b14
Client: Enabled search in vendor/filament dropdown
...
Closes #60
2023-08-12 21:10:44 +02:00
Donkie
0631c5f7a1
Client: Made decimals more consistent
...
Closes #58
2023-08-12 20:20:25 +02:00
Donkie
e81bf8b8e7
Client: Reformatted all files with new line length
2023-08-12 19:54:24 +02:00
Donkie
9fe37b315c
Client: Added default exports to all pages
2023-07-13 22:56:54 +02:00
Donkie
f21834ce2d
Client: Full localization, dynamic title
2023-07-13 22:20:54 +02:00
Donkie
517cbfc8b6
Client: Clarify weight/spool_weight a bit
2023-07-07 18:16:52 +02:00
Donkie
b1af320a54
Client: Stricter typing
2023-07-06 22:36:41 +02:00
Donkie
5ac96c7166
Client: Some type fixes
2023-07-06 18:16:20 +02:00
Donkie
43a3e3f1f2
Client: Better locale comma support
2023-06-27 22:51:22 +02:00
Donkie
50abc5c74f
Client: Added color edit
2023-06-03 21:33:14 +02:00
Donkie
7c7ee9296c
Added extruder/bed temp override settings
...
Closes #4
2023-05-28 21:52:51 +02:00
Donkie
77a3f65111
Client: Fixed model interfaces exports
2023-05-14 20:09:55 +02:00
Donkie
caa25ccf93
Client: Better datetime field support
2023-05-14 20:06:44 +02:00
Donkie
43919ac90e
Client: Filament/Vendor selects now work
2023-05-14 20:06:17 +02:00
Donkie
0269518175
Added a basic web UI
2023-05-10 21:11:10 +02:00