diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-05 10:53:58 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-05 10:53:58 +0200 |
| commit | 8c848803ae9c3001508f9e582453caff4d505dcc (patch) | |
| tree | 153e60c78c0d13eb727f45c363d43ddf39730b62 /TODO.md | |
| parent | 54ad3e37c6e9d2242f932c192119dd6de64966cf (diff) | |
| download | publisher-8c848803ae9c3001508f9e582453caff4d505dcc.tar.gz publisher-8c848803ae9c3001508f9e582453caff4d505dcc.zip | |
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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`. |
