Commit Graph

10 Commits

Author SHA1 Message Date
ce9051c348 fix: close previous EventSource before starting new sync job
All checks were successful
Deploy / deploy (push) Successful in 12s
Prevents output from a previous run bleeding into the next panel when
two sync operations are triggered in quick succession.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 20:19:42 +01:00
98db899d57 fix: show LOCAL_OUTLINE_URL and LOCAL_OUTLINE_TOKEN in dashboard config
All checks were successful
Deploy / deploy (push) Successful in 12s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 00:14:39 +01:00
f20d41355b feat: add compare endpoint to webui, fix duplicate Done. line
All checks were successful
Deploy / deploy (push) Successful in 13s
- Add /compare POST endpoint that runs the two-instance diff
- Add "Compare Instances" button to the dashboard
- Fix double "Done." output: the summary line was logged both as a
  regular log event and as the done event message

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 23:50:21 +01:00
49ab2a1599 feat: add vault download button and markdown viewer PRD to /files page
All checks were successful
Deploy / deploy (push) Successful in 12s
Adds GET /files/download endpoint that streams all vault files (excl.
.git) as a deflate-compressed vault.zip. Adds Download All button to
the /files page header. Also adds FILES_VIEWER_PRD.md planning doc.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 19:35:25 +01:00
Claude
258990894d fix: show OUTLINE_TOKEN in full, drop TS_AUTHKEY from UI config panel
All checks were successful
Deploy / deploy (push) Successful in 11s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 12:07:03 +01:00
Claude
614b0114b4 feat: show masked config/secrets on dashboard for deployment debugging
All checks were successful
Deploy / deploy (push) Successful in 12s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 11:59:33 +01:00
Claude
a1ec0e482b fix: bake APP_VERSION into image as build arg instead of runtime env
All checks were successful
Deploy / deploy (push) Successful in 13s
- Dockerfile: ARG/ENV APP_VERSION, copies VERSION file
- compose: passes build arg, removes runtime env var
- webui: reads VERSION file as fallback if env not set
- deploy: explicit build step with --build-arg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 11:58:14 +01:00
Claude
89d21408e6 feat: add semver auto-increment and version display
- Add VERSION file (starts at 0.1.0)
- Deploy workflow bumps patch on every push, commits back [skip ci]
- APP_VERSION passed into container via env
- Version shown in page header next to title

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 11:51:35 +01:00
Claude
7553790b5a fix: keep log panel persistent and scrollable after sync completes
All checks were successful
Deploy / deploy (push) Successful in 12s
- Remove auto-reload after job completion
- Re-enable button and refresh stats in-place via /status fetch
- Increase log panel max-height to 600px, add resize:vertical
- Add IDs to stat cells for targeted DOM updates

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 11:47:19 +01:00
Claude
b3137a8af3 Add sync engine, web UI, Docker setup, and tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 20:54:59 +01:00