ulysses/static
Lukas Parsons ea201ab4b0
Some checks are pending
CI / Focused test guidance (report-only) (push) Waiting to run
CI / Python syntax (compileall) (push) Waiting to run
CI / JS syntax (node --check) (push) Waiting to run
CI / Python tests (pytest) (push) Waiting to run
Container scan / hadolint (Dockerfile lint) (push) Waiting to run
Container scan (Trivy) / Trivy (image scan, advisory) (push) Waiting to run
Container scan (Trivy) / Trivy (image scan + SARIF upload) (push) Waiting to run
Dependency review / dependency-review (PR gate) (push) Waiting to run
Dependency review / pip-audit (advisory) (push) Waiting to run
ci / docker publish / build (amd64) (push) Waiting to run
ci / docker publish / build (arm64) (push) Waiting to run
ci / docker publish / merge manifest + tag (push) Blocked by required conditions
Secret scan / gitleaks (push) Waiting to run
Workflow security / actionlint (push) Waiting to run
Workflow security / zizmor (Actions SAST) (push) Waiting to run
fix: always show Scan button in Serve tab; invalidate cache after download
- Added persistent Scan button to the Serve tab toolbar (was only shown
  in empty state, making it impossible to refresh when localStorage had
  cached results)
- Hooked into background poll to clear model scan cache (key:
  cookbook_cached_models_scan_v1) when downloads transition to done,
  so the Serve tab doesn't show stale data after a download completes

Event handler for #hwfit-cache-scan already existed in the codebase but
the button element was never rendered in the HTML template.
2026-07-06 21:13:46 -04:00
..
fonts feat(a11y): add a Text size control and an OpenDyslexic font option (#4210) 2026-06-22 13:53:46 +02:00
icons Cookbook model workflow fixes 2026-06-21 11:02:35 +00:00
js fix: always show Scan button in Serve tab; invalidate cache after download 2026-07-06 21:13:46 -04:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Show fallback model in picker 2026-07-01 13:53:51 +00:00
icon.ico feat(launcher): add portable windows launcher (#976) 2026-06-16 04:58:16 +01:00
index.html Hide font size in markdown preview 2026-06-30 13:57:07 +00:00
login.html fix(auth): centralize password and username validation constants (#4120) 2026-06-16 09:52:15 +02:00
manifest.json pwa missing icons added (#428) 2026-06-15 16:00:13 +09:00
style.css fix(mobile): stack the model-comparison grid into one column on phones (#4979) 2026-07-02 17:28:23 +02:00
sw.js Hide font size in markdown preview 2026-06-30 13:57:07 +00:00