Changeset 46f23fd in Klonkt


Ignore:
Timestamp:
05/20/2026 03:06:22 AM (4 months ago)
Author:
robo <roboburr@…>
Branches:
main
Children:
21522ae
Parents:
76e9cfd
Message:

beads: import issues from JSONL (hydrate local Dolt DB)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .beads/issues.jsonl

    r76e9cfd r46f23fd  
    22{"_type":"issue","id":"prutfolio-src-0tg","title":"Audio: continuous playback fix — next() altijd play() ipv conditional","description":"Bug: next() checkte 'if (isPlaying) play()' maar isPlaying was al false door de pause-event die de browser firet vóór ended. Resultaat: track stopt na 1 keer. Fix: drop de conditional, roep altijd play() aan. Zelfde voor prev(). Bestand: src/assets/js/audio-player.js regels 221-230.","status":"closed","priority":1,"issue_type":"bug","assignee":"Robin","owner":"robin@roboburr.com","created_at":"2026-05-06T22:18:40Z","created_by":"Robin","updated_at":"2026-05-06T22:28:20Z","started_at":"2026-05-06T22:26:37Z","closed_at":"2026-05-06T22:28:20Z","close_reason":"Closed","dependency_count":0,"dependent_count":0,"comment_count":0}
    33{"_type":"issue","id":"prutfolio-src-e44","title":"Asset cache-busting via commit-hash ipv handmatig bumpen","description":"Nu staan ?v=N hardcoded in shell.ejs. Beter: middleware zet res.locals.assetVersion = git-commit-sha (build-time of runtime) zodat elke deploy auto-cache-bust krijgt. Behandel alle static script/css tags in shell.ejs (htmx.min.js, audio-player.js, install-app.js).","status":"open","priority":3,"issue_type":"task","owner":"robin@roboburr.com","created_at":"2026-05-07T20:03:17Z","created_by":"Robin","updated_at":"2026-05-07T20:03:17Z","dependency_count":0,"dependent_count":0,"comment_count":0}
    4 {"_type":"memory","key":"prutfolio-deploy-bare-repo-home-roboburr-git-repos","value":"prutfolio deploy: bare repo /home/roboburr/git-repos/prutfolio.git, working tree /srv/prutfolio (geen .git submap), post-receive hook gebruikt 'git --work-tree=' checkout pattern. Cloudflare CDN ervoor — assets cache max-age=1jaar, dus na deploy moet cf gepurged worden of cache-buster gebruikt. pm2 process heet 'prutcms' (legacy naam, niet renamen)."}
Note: See TracChangeset for help on using the changeset viewer.