allow file choice for gift, plus other UI fixes

This commit is contained in:
2024-05-12 17:55:54 -06:00
parent 6c28828c0a
commit 7d6b210ee1
7 changed files with 164 additions and 60 deletions

View File

@@ -133,8 +133,8 @@ export default class SharedPhotoView extends Vue {
});
this.$router.push({ name: "account" });
},
true,
IMAGE_TYPE_PROFILE,
true,
this.imageBlob,
this.imageFileName,
);