Merge branch 'master' into view-headings-refresh

This commit is contained in:
Jose Olarte III
2025-10-07 16:37:36 +08:00
31 changed files with 1346 additions and 193 deletions

View File

@@ -20,7 +20,7 @@ import { logger } from "../utils/logger";
})
export default class TopMessage extends Vue {
// Enhanced PlatformServiceMixin v4.0 provides:
// - Cached database operations: this.$contacts(), this.$settings(), this.$accountSettings()
// - Cached database operations: this.$contacts(), this.$accountSettings()
// - Settings shortcuts: this.$saveSettings()
// - Cache management: this.$refreshSettings(), this.$clearAllCaches()
// - Ultra-concise database methods: this.$db(), this.$exec(), this.$query()