Revert "Gifting Modal Redesign (#13964)"

This reverts commit 761d70ec55.
This commit is contained in:
SabreCat
2022-05-31 10:38:14 -05:00
parent 90e03653ce
commit e16c12fc7f
11 changed files with 31 additions and 808 deletions

View File

@@ -969,8 +969,7 @@ export default {
axios.post(`/api/v4/user/block/${this.user._id}`);
},
openSendGemsModal () {
this.$store.state.giftModalOptions.startingPage = 'buyGems';
this.$root.$emit('habitica::send-gift', this.user);
this.$root.$emit('habitica::send-gems', this.user);
},
adminTurnOnShadowMuting () {
if (!this.hero.flags) {