| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…a, USB embedded-thumbnail fallback, themed material-filter combobox (+VLAN), subdir add/remove/selection fixes, LRU caches
…nd metadata detail page
… file list and metadata detail page with touch-scroll and themed combobox
…tyle combobox (centered, gray bg, black arrow, non-bold)
…mlink dir auto-refresh, file-info button in confirm box
…x, trim/reorder/enlarge metadata rows, USB symlink dir auto-refresh, crash-safe list model
… in confirm box, cleaner unified metadata rows
…ta rows and combobox popup
…t, Nozzle Temp label
…pand-arrow double-tap, O(N^2) rebuild, late thumbnail repaint
…on opens metadata, drop chamber temp
… metadata parse, drop history loader
…erver-side thumbnail probe, shared gcode loader base
… add symlink-liveness tests, and flatten _raw_value/editorEvent complexity
…aths and USB DRIVE names, add a settle refresh, plus mutation/typecheck/semgrep tooling gates
… under a literal ~
…cate hardware_removed connection
| Back | FazBrowse Home | New Git URL |
Description
Rework of the files page and its data layer, plus the USB mount path that fed it. 30 commits, 32 files, +3491/-1790.
Files page and metadata
Fixes
Motivation
The files page mixed data ownership, parsing and presentation, which made USB behaviour unfixable in place. The USB layer was separately broken end to end: the symlink was never created on any printer, so the UI had nothing to show and a manual refresh was the only workaround.
Tests