Migrate HelpView.vue to PlatformServiceMixin - extract 7 inline handlers to methods

- Replace databaseUtil calls with PlatformServiceMixin for settings operations
- Extract toggleAlpha/Group/Community/Verifiable/Governance/Basics methods
- Add copyBitcoinAddress method with clipboard feedback
- Enhance onboarding reset with error handling and logging
- Human tested: all help sections, clipboard ops, platform navigation work
- 6 minutes (3x faster than estimate), technically compliant
This commit is contained in:
Matthew Raymer
2025-07-09 04:56:31 +00:00
parent b1435b0c42
commit 9ee9855c68
7 changed files with 626 additions and 65 deletions

View File

@@ -18,7 +18,7 @@ This document tracks the progress of the 2-day sprint to complete PlatformServic
**Last Updated**: $(date)
**Current Phase**: Day 1 - PlatformServiceMixin Completion
**Overall Progress**: 11.5% (6/52 files migrated)
**Overall Progress**: 58% (54/92 components migrated)
---