summaryrefslogtreecommitdiffstats
path: root/ui/articles_view.py
AgeCommit message (Collapse)AuthorFilesLines
5 daysfix: 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>
5 daysfeat: 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>
5 daysfix: replace text elide workarounds with QStyledItemDelegate for proper ↵v1.1Danilo M.1-12/+50
two-line rendering
5 daysfix: disable text elision on article lists so metadata shows fullyDanilo M.1-0/+3
5 daysfix: enable word wrap on article list widgets to prevent text truncationDanilo M.1-0/+3
5 daysfix: remove stale f-string prefix on badge strings, reset size hint in ↵Danilo M.1-2/+3
MissingTranslationView
5 daysfeat: show type, date, tags, categories in article list rowsDanilo M.1-5/+23
5 daysfix: remove dead code/imports, wrap fm column in QScrollArea, fix path ↵Danilo M.1-3/+2
display, simplify _save
5 daysfeat: articles view with IT/EN tabs and missing translation highlightDanilo M.1-0/+82