aboutsummaryrefslogtreecommitdiffstats
path: root/src/threadlistmodel.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-08-08feat(ui): load a thread's replies when its row is expandedDanilo M.1-0/+29
2026-08-08feat(model): resolve action scope from the selected row kindDanilo M.1-0/+36
2026-08-08feat(model): expose a thread's replies as child rowsDanilo M.1-5/+124
2026-08-08refactor(model): convert ThreadListModel to QAbstractItemModelDanilo M.1-10/+69
2026-08-07feat(sync): sync only the accounts with unsynced editsDanilo M.1-0/+18
2026-08-07feat(ui): show each thread's tags under its rowDanilo M.1-14/+83
2026-08-07fix(ui): tell read threads from unread without relying on boldDanilo M.1-0/+46
2026-08-04feat: show a paperclip for threads with attachmentsDanilo M.1-0/+35
2026-08-04feat: render tags as chips instead of a text columnDanilo M.1-3/+20
2026-08-04feat: show that a tag action landedDanilo M.1-3/+43
2026-08-04Add GPLv2-only license and per-file headersDanilo M.1-0/+18
2026-08-04feat: add ThreadListModel with batch appendDanilo M.1-0/+124