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

@@ -3,7 +3,7 @@
<creator-intro />
<profileModal />
<report-flag-modal />
<send-gift-modal />
<send-gems-modal />
<select-user-modal />
<b-navbar
id="habitica-menu"
@@ -747,7 +747,7 @@ import creatorIntro from '../creatorIntro';
import notificationMenu from './notificationsDropdown';
import profileModal from '../userMenu/profileModal';
import reportFlagModal from '../chat/reportFlagModal';
import sendGiftModal from '@/components/payments/sendGiftModal';
import sendGemsModal from '@/components/payments/sendGemsModal';
import selectUserModal from '@/components/payments/selectUserModal';
import sync from '@/mixins/sync';
import userDropdown from './userDropdown';
@@ -759,7 +759,7 @@ export default {
notificationMenu,
profileModal,
reportFlagModal,
sendGiftModal,
sendGemsModal,
selectUserModal,
userDropdown,
},