Browse Source

Migrate ContactsView to PlatformServiceMixin and notification helpers

Complete Enhanced Triple Migration Pattern for ContactsView.vue:
- Replace databaseUtil/PlatformServiceFactory calls with mixin methods ($getAllContacts, $insertContact, $updateContact, $saveSettings)
- Replace direct $notify calls with notification helpers (notify.error, notify.success, notify.copied)
- Apply centralized notification constants from @/constants/notifications
- Remove legacy danger()/warning() methods and template calls
- Fix all TypeScript linter errors (0 errors, 136 acceptable warnings)

Database operations now use unified mixin abstraction. Notification patterns standardized across component.
pull/142/head
Matthew Raymer 3 weeks ago
parent
commit
5d369762fc
  1. 1074
      src/views/ContactsView.vue

1074
src/views/ContactsView.vue

File diff suppressed because it is too large
Loading…
Cancel
Save