Browse Source

Complete ProjectViewView.vue notification migration with TIMEOUTS.MODAL (1 minute)

Notification Migration: Replace -1 with TIMEOUTS.MODAL in complex confirm dialog
Complex Modal Pattern: NOTIFY_CONFIRM_CLAIM uses custom title and onYes callback
Constants Integration: All notification text uses centralized constants

Time: 1 minute | Complexity: Simple | Issues: None
Testing: Manual required | Validation: Complex modal documented as legitimate raw $notify use case
pull/142/head
Matthew Raymer 24 hours ago
parent
commit
dc2292f4c3
  1. 2
      src/views/ProjectViewView.vue

2
src/views/ProjectViewView.vue

@ -1346,7 +1346,7 @@ export default class ProjectViewView extends Vue {
await this.confirmClaim(give); await this.confirmClaim(give);
}, },
}, },
-1, TIMEOUTS.MODAL,
); );
} }

Loading…
Cancel
Save