docs: Update migration status after human testing completion

- Update CURRENT_MIGRATION_STATUS.md with latest progress (33% complete)
- Add human testing completion for OnboardMeetingSetupView.vue and ContactsView.vue
- Update migration-time-tracker.md with testing metrics and progress
- Document 6 components now human tested, 25 ready for testing
- Update technical architecture examples with latest patterns

Migration Progress: 31/92 components (33%) | Human Tested: 6 components
This commit is contained in:
Matthew Raymer
2025-07-07 12:47:59 +00:00
parent 524c1d91be
commit 3b844d9d8d
3 changed files with 127 additions and 82 deletions

View File

@@ -1339,7 +1339,7 @@ export default class ProjectViewView extends Vue {
this.notify.confirm(
NOTIFY_CONFIRM_CLAIM.text,
async () => {
await this.confirmClaim(give);
await this.confirmClaim(give);
},
TIMEOUTS.MODAL,
);