summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-05 10:53:58 +0200
committerDanilo M. <danix@danix.xyz>2026-05-05 10:53:58 +0200
commit8c848803ae9c3001508f9e582453caff4d505dcc (patch)
tree153e60c78c0d13eb727f45c363d43ddf39730b62 /TODO.md
parent54ad3e37c6e9d2242f932c192119dd6de64966cf (diff)
downloadpublisher-8c848803ae9c3001508f9e582453caff4d505dcc.tar.gz
publisher-8c848803ae9c3001508f9e582453caff4d505dcc.zip
Chore: updated todo and handoffHEADmaster
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 577062f..9b44bfa 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,12 +17,12 @@
## Settings
- [ ] **Font size spinner in UI** — `font_size` is in config but only editable via `~/.config/my-publisher/config.toml`. Add a `QSpinBox` to `SetupDialog` (or a dedicated Settings dialog) so it's changeable without editing the file. Save via `Config.save()`, re-apply with `app.setFont()`. File: `ui/setup_dialog.py`.
-## Transart backend availability
-- [ ] Using the `OLLAMA_HOST` variable in transart.py, validate if the backend is available or disable the "translate" button. Maybe add a popup message reminding to activate the runpod for the translation engine to be available.
-
## manage pages as well
- [ ] right now the program only manages articles. We should add a way to manage static pages as well.
+## Transart backend availability
+- [✅] Using the `OLLAMA_HOST` variable in transart.py, validate if the backend is available or disable the "translate" button. Maybe add a popup message reminding to activate the runpod for the translation engine to be available.
+
## UI Gaps
- [✅] **TaxonomyView: Categories tab** — Tags tab exists, Categories tab missing. Mirror the Tags tab structure (IT/EN pair table, orphan detection) for `categories` frontmatter key. Files: `ui/taxonomy_view.py`, `core/taxonomy.py`.