add user reporting modal

This commit is contained in:
taehoon 2019-03-19 04:53:11 -04:00
parent 0438031da4
commit 2cda9010df
11 changed files with 336 additions and 4 deletions

View file

@ -46,6 +46,7 @@
<media-modal></media-modal>
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
<UserReportingModal />
</div>
</template>