forked from jsnbuchanan/crowd-funder-for-time-pwa
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:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user