| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Non-blocking QThread check hits /api/tags on the resolved ollama host
before launching TranslationWorker. Shows QMessageBox.warning() if
unreachable; proceeds silently if reachable. Adds ollama_host field to
Config with env-var fallback to http://localhost:11434.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
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>
|
|
ARTICLE_TYPES lowercased to match Hugo theme expectations. FrontmatterEditor
now matches the existing frontmatter value case-insensitively so the correct
type is selected rather than defaulting to the first item.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
FrontmatterEditor was only handling tags as a list; categories fell
through to str(val) which produced Python repr output in the widget
and wrote corrupted TOML strings on save. Extend display and save
logic to all list-typed frontmatter fields generically.
Also update TODO with new bugs and reorganise frontmatter section.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
Mark tag autocomplete and rename propagation as complete in TODO.
Update desktop entry Exec path and Icon to match installed location.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|