maziggy
|
c5791e0b54
Fix spool assignment applying wrong filament profile (#681)
|
2 달 전 |
maziggy
|
bbc5ccb982
Library Upload Doesn't Show New File Until Page Reload ([#704](https://github.com/maziggy/bambuddy/issues/704)) — After uploading a file in the Library file manager, the file list didn't update until the user reloaded the browser. The upload endpoint used `db.flush()` instead of `db.commit()`, so the new row was only written to the database *after* the response was sent to the client. The frontend immediately refetched the file list upon receiving the response, but a new database session couldn't see the uncommitted row — resulting in stale data. Fixed by committing before the response is returned. Also fixed the same race condition in folder create, folder update, and file update endpoints. Reported by @shadowjig.
|
2 달 전 |
maziggy
|
14855ba8f4
Add ambient drying mode and fix block mode humidity auto-stop (#292)
|
2 달 전 |
maziggy
|
cffba4a911
Add queue auto-drying, configurable drying presets, and AMS PSU detection (#292)
|
2 달 전 |
maziggy
|
658ac3de6a
Housekeeping
|
2 달 전 |
maziggy
|
ecc9ec11f1
Fix HA switch badge toggle and multi-plug crash
|
2 달 전 |
maziggy
|
5a4a2260b1
Fix PA-CF/PA12-CF/PAHT-CF type matching and force color match click target (#688)
|
2 달 전 |
maziggy
|
cfec18eca4
Fix floating camera drag/resize not working on iOS/iPadOS (#687)
|
2 달 전 |
maziggy
|
adb0500e67
Fix AMS fill level showing 0% for non-Viewer users (#676)
|
2 달 전 |
maziggy
|
0b6facc91c
Add first layer complete notification with camera snapshot (#679)
|
2 달 전 |
maziggy
|
f21e502b8f
Add remote AMS drying controls (#292)
|
2 달 전 |
maziggy
|
add4c0ef5a
Fix local profiles not shown in AMS slot configuration
|
2 달 전 |
maziggy
|
26a3b2172d
Fix ethernet badge shown on WiFi-only printers (#585)
|
2 달 전 |
maziggy
|
7eb82f58fa
Updated CHANGELOG
|
2 달 전 |
maziggy
|
54110cd8c2
Housekeeping
|
2 달 전 |
maziggy
|
3578e7d008
sync
|
2 달 전 |
maziggy
|
f28421d1ae
Add Home Assistant as notification provider (#656)
|
2 달 전 |
maziggy
|
ea07a0ab8e
Fix archive card button overlap at narrow viewport widths (#641)
|
2 달 전 |
maziggy
|
688804ac07
Housekeeping
|
2 달 전 |
maziggy
|
c5269b5b0c
Fix GitHub backup requiring cloud login and backup log timestamps (#655)
|
2 달 전 |
maziggy
|
a95fa9e124
chore: rebuild static assets after merge
|
2 달 전 |
maziggy
|
9986656491
Housekeeping
|
2 달 전 |
maziggy
|
e4bdddcde1
Housekeeping
|
2 달 전 |
maziggy
|
5632368490
fix: remove incorrect ethernet badge on printer cards
|
2 달 전 |
maziggy
|
121b3d53df
fix: remove incorrect ethernet badge on printer cards
|
2 달 전 |
Thomas Rambach
|
d7401a80df
Feature: Force Color Match (#625)
|
2 달 전 |
maziggy
|
d225421c6d
Fixed frontend/src/__tests__/utils/currency.test.ts
|
2 달 전 |
maziggy
|
9f4d8e126a
Show filament subtypes in all mapping dropdowns (#624)
|
2 달 전 |
maziggy
|
6b12c685aa
Add queue-all-plates and fix clear plate prompt for staged items (#530)
|
2 달 전 |
maziggy
|
b3c37072b2
Add auto-dispatch toggle for virtual printer queue mode (#587)
|
2 달 전 |