Move the safety number viewer into modal

This commit is contained in:
Josh Perez 2021-10-06 16:27:14 -04:00 committed by GitHub
parent 8c34d6ebc2
commit 048e1e4cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 132 additions and 167 deletions

View file

@ -106,12 +106,6 @@
</div>
</script>
<script type="text/x-tmpl-mustache" id="key-verification">
<div class="container" tabindex="0">
<div class="key-verification-wrapper"></div>
</div>
</script>
<script type="text/x-tmpl-mustache" id="link-flow-template">
<div class='module-title-bar-drag-area'></div>
@ -267,10 +261,6 @@
type="text/javascript"
src="js/views/react_wrapper_view.js"
></script>
<script
type="text/javascript"
src="js/views/key_verification_view.js"
></script>
<script
type="text/javascript"
src="ts/shims/showConfirmationDialog.js"