summaryrefslogtreecommitdiffstats
path: root/workers
AgeCommit message (Collapse)AuthorFilesLines
2026-05-05feat: run npm build before hugo server and add manual Build CSS buttonv1.5Danilo M.1-0/+38
NpmWorker (QObject+QProcess) runs `npm run build` in the blog repo. HugoPanel sequences: build CSS → start hugo on Avvia. A separate "Build CSS" button allows rebuilding Tailwind while the server runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03fix: stop double stopped emit, restore race, worker leak, encapsulation, git ↵Danilo M.1-1/+1
view init
2026-05-03fix: correct remove_article return type, emit started via QProcess signalDanilo M.2-2/+2
2026-05-03feat: TranslationWorker QProcess for transart.py streamingDanilo M.1-0/+48
2026-05-03feat: HugoWorker QProcess with log streamingDanilo M.1-0/+49
2026-05-03feat: GitWorker QThread for pull/push/rm/restoreDanilo M.1-0/+72
2026-05-01chore: initial project scaffoldDanilo M.1-0/+0