Sean K
|
55cc64c87d
Add printer video downloads and range selection (#2853)
|
2 tygodni temu |
maziggy
|
08df660f6c
Replace the embedded G-code viewer with the slicer's own renderer
|
1 miesiąc temu |
maziggy
|
1d344a8536
fix(ui): resolve light-theme low-contrast semantic text app-wide (#1909)
|
2 miesięcy temu |
maziggy
|
50d1984820
fix(printer): stop the File Manager polling the printer over FTPS every 30s (#1480)
|
3 miesięcy temu |
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.
|
5 miesięcy temu |
AneoPsy
|
abe40f1ed0
Consolidate duplicate utility functions into shared modules
|
6 miesięcy temu |
maziggy
|
ed36eafbec
Fix timestamps off by timezone offset in non-UTC containers (#504)
|
6 miesięcy temu |
AneoPsy
|
d9dd15dbff
fix(ui): storage size formatting, overdue queue items, and i18n fixes
|
6 miesięcy temu |
AneoPsy
|
b477fbf46d
Refactors date and file formatting utilities
|
6 miesięcy temu |
MartinNYHC
|
685bf84de1
Merge branch '0.1.8b' into feature/updated_plate_view
|
7 miesięcy temu |
MisterBeardy
|
be7aff1f91
Plate management updates
|
7 miesięcy temu |
maziggy
|
08f2dffd75
Added new download functions to client.ts:
|
7 miesięcy temu |
maziggy
|
71def0a9dc
Added full i8n localization support. Available languages are English and German
|
7 miesięcy temu |
maziggy
|
e0e53cb680
Add multi-file selection and bulk download to printer file browser
|
7 miesięcy temu |
maziggy
|
c2048d2bab
Added sort dropdown to printer file manager with options for:
|
7 miesięcy temu |
maziggy
|
cef6cd593b
Added Wifi signal strength to printer card
|
9 miesięcy temu |
Martin Ziegler
|
09677861ba
Added screenshots
|
9 miesięcy temu |