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