summaryrefslogtreecommitdiffstats
path: root/ui/articles_view.py
AgeCommit message (Collapse)AuthorFilesLines
2026-05-03fix: always set explicit foreground color on ArticleItemv1.2Danilo M.1-0/+2
Without an explicit color for normal articles, Qt reused the foreground from a previously painted item at the same row index, causing published articles to appear amber (draft color). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03feat: wire Traduci button in MissingTranslationViewDanilo M.1-3/+21
Adds a Traduci button that enables on row selection and emits translate_requested, connected to _do_translate in main_window. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03fix: replace text elide workarounds with QStyledItemDelegate for proper ↵v1.1Danilo M.1-12/+50
two-line rendering
2026-05-03fix: disable text elision on article lists so metadata shows fullyDanilo M.1-0/+3
2026-05-03fix: enable word wrap on article list widgets to prevent text truncationDanilo M.1-0/+3
2026-05-03fix: remove stale f-string prefix on badge strings, reset size hint in ↵Danilo M.1-2/+3
MissingTranslationView
2026-05-03feat: show type, date, tags, categories in article list rowsDanilo M.1-5/+23
2026-05-03fix: remove dead code/imports, wrap fm column in QScrollArea, fix path ↵Danilo M.1-3/+2
display, simplify _save
2026-05-03feat: articles view with IT/EN tabs and missing translation highlightDanilo M.1-0/+82