Removes ToastView, new React toast

This commit is contained in:
Josh Perez
2021-09-22 16:59:54 -04:00
committed by GitHub
parent 024a3521e1
commit e6d952d105
89 changed files with 1854 additions and 676 deletions

View File

@@ -76,15 +76,12 @@
</div>
</div>
</div>
<div id="toast"></div>
</div>
<div class='lightbox-container'></div>
</div>
</script>
<script type="text/x-tmpl-mustache" id="toast">
{{ toastMessage }}
</script>
<script type="text/x-tmpl-mustache" id="conversation">
<div class='conversation-header'></div>
<div class='main panel'>
@@ -114,11 +111,6 @@
</div>
</script>
<script type="text/x-tmpl-mustache" id="file-size-modal">
{{ file-size-warning }}
({{ limit }}{{ units }})
</script>
<script type="text/x-tmpl-mustache" id="group-member-list">
<div class='container' tabindex='0'>
{{ #summary }} <div class='summary'>{{ summary }}</div>{{ /summary }}