signals: add categories_updated carrying a Post

This commit is contained in:
pax 2026-04-09 19:16:16 -05:00
parent f5954d1387
commit 9a05286f06

View File

@ -27,3 +27,4 @@ class AsyncSignals(QObject):
batch_done = Signal(str) batch_done = Signal(str)
download_progress = Signal(int, int) # bytes_downloaded, total_bytes download_progress = Signal(int, int) # bytes_downloaded, total_bytes
prefetch_progress = Signal(int, float) # index, progress (0-1 or -1 to hide) prefetch_progress = Signal(int, float) # index, progress (0-1 or -1 to hide)
categories_updated = Signal(object) # Post whose tag_categories just got populated