feat(dashboard): Display system version and Git hash, link to release tag #19

This commit is contained in:
rustmailer
2025-11-27 03:55:20 +08:00
parent 855c9a1ffc
commit 736270b08c
20 changed files with 77 additions and 26 deletions
+2
View File
@@ -54,6 +54,8 @@ export interface DashboardStats {
with_attachment_count: number; // Emails with attachments
without_attachment_count: number; // Emails without attachments
top_largest_emails: LargestEmail[]; // Top 10 largest emails
system_version: string, //The semantic version string of the currently running backend service
commit_hash: string //Git commit hash used to build this system version
}
export interface TimeBucket {