forked from jsnbuchanan/crowd-funder-for-time-pwa
add a share_target for people to add a photo
This commit is contained in:
@@ -505,7 +505,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "There was a problem getting that project. See logs for more info.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} catch (error: unknown) {
|
||||
@@ -519,7 +519,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "That project does not exist.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
} else {
|
||||
this.$notify(
|
||||
@@ -529,7 +529,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Something went wrong retrieving that project. See logs for more info.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -561,7 +561,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Failed to retrieve plans fulfilled by this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} catch (error: unknown) {
|
||||
@@ -573,7 +573,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Something went wrong retrieving plans fulfilled by this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
console.error(
|
||||
"Error retrieving plans fulfilled by this project:",
|
||||
@@ -616,7 +616,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Failed to retrieve more gives to this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} catch (error: unknown) {
|
||||
@@ -628,7 +628,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Something went wrong retrieving more gives to this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
console.error(
|
||||
"Something went wrong retrieving more gives to this project:",
|
||||
@@ -671,7 +671,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Failed to retrieve more offers to this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} catch (error: unknown) {
|
||||
@@ -683,7 +683,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Something went wrong retrieving more offers to this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
console.error(
|
||||
"Something went wrong retrieving more offers to this project:",
|
||||
@@ -727,7 +727,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Failed to retrieve more plans that fullfill this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
} catch (error: unknown) {
|
||||
@@ -739,7 +739,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: "Something went wrong retrieving more plans that fulfull this project.",
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
console.error(
|
||||
"Something went wrong retrieving more plans that fulfill this project:",
|
||||
@@ -928,7 +928,7 @@ export default class ProjectViewView extends Vue {
|
||||
title: "Error",
|
||||
text: message,
|
||||
},
|
||||
-1,
|
||||
5000,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user