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 months ago |
AneoPsy
|
abe40f1ed0
Consolidate duplicate utility functions into shared modules
|
2 months ago |
maziggy
|
ed36eafbec
Fix timestamps off by timezone offset in non-UTC containers (#504)
|
3 months ago |
AneoPsy
|
d9dd15dbff
fix(ui): storage size formatting, overdue queue items, and i18n fixes
|
3 months ago |
AneoPsy
|
b477fbf46d
Refactors date and file formatting utilities
|
3 months ago |
MartinNYHC
|
685bf84de1
Merge branch '0.1.8b' into feature/updated_plate_view
|
3 months ago |
MisterBeardy
|
be7aff1f91
Plate management updates
|
3 months ago |
maziggy
|
08f2dffd75
Added new download functions to client.ts:
|
3 months ago |
maziggy
|
71def0a9dc
Added full i8n localization support. Available languages are English and German
|
3 months ago |
maziggy
|
e0e53cb680
Add multi-file selection and bulk download to printer file browser
|
4 months ago |
maziggy
|
c2048d2bab
Added sort dropdown to printer file manager with options for:
|
4 months ago |
maziggy
|
cef6cd593b
Added Wifi signal strength to printer card
|
5 months ago |
Martin Ziegler
|
09677861ba
Added screenshots
|
6 months ago |