Add 'Change Date' button to the History Dialog (same as the one used in Time log dialogs)
All checks were successful
CI / test (push) Successful in 8m58s
Lint / test (push) Successful in 38s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-12-11 15:45:03 +11:00
parent fb873edcb5
commit 57614cefa1
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
5 changed files with 78 additions and 13 deletions

View file

@ -1354,7 +1354,7 @@ class MainWindow(QMainWindow):
else:
date_iso = self._current_date_iso()
dlg = HistoryDialog(self.db, date_iso, self)
dlg = HistoryDialog(self.db, date_iso, self, themes=self.themes)
if dlg.exec() == QDialog.Accepted:
# refresh editor + calendar (head pointer may have changed)
self._load_selected_date(date_iso)