Matthew Raymer
5d369762fc
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.
2025-07-08 07:46:51 +00:00
..
2025-06-19 08:52:55 +00:00
2025-07-08 02:32:15 +00:00
2025-07-06 11:08:34 +00:00
2025-07-08 02:32:15 +00:00
2025-07-08 06:18:11 +00:00
2025-07-01 05:15:06 +00:00
2025-07-05 12:13:46 +00:00
2025-07-08 06:18:11 +00:00
2025-07-01 03:47:32 +00:00
2025-07-06 11:08:34 +00:00
2025-07-06 09:44:20 +00:00
2025-07-07 16:20:11 +08:00
2025-07-08 06:18:11 +00:00
2025-07-08 07:46:51 +00:00
2025-07-05 11:11:32 +00:00
2025-04-22 07:48:04 +00:00
2025-06-18 13:16:17 -06:00
2025-06-20 14:01:08 -06:00
2025-07-03 08:32:41 +00:00
2025-07-03 05:15:57 +00:00
2025-06-25 12:50:46 +00:00
2025-07-03 09:22:19 +00:00
2022-11-16 14:48:22 +08:00
2024-04-07 11:02:54 -06:00
2024-07-23 20:14:07 -06:00
2025-02-13 04:48:18 +00:00