show something to indicate claims were sent (mostly in BVC screens)

This commit is contained in:
2024-04-28 18:36:06 -06:00
parent 8a9bb100ea
commit ddd32e7f44
5 changed files with 18 additions and 19 deletions

View File

@@ -126,6 +126,8 @@ export default class QuickActionBvcBeginView extends Vue {
const hoursNum = libsUtil.numberOrZero(this.hoursStr);
const identity = await libsUtil.getIdentity(activeDid);
this.$notify({ group: "alert", type: "toast", title: "Sent..." }, 1000);
// first send the claim for time given
let timeSuccess = false;
if (this.gaveTime && hoursNum > 0) {