Add Base64ZipDialog to PairDrop via share-menu on iOS

This commit is contained in:
schlagmichdoch 2023-01-19 04:40:28 +01:00
parent a60d60009a
commit c53221ba01
3 changed files with 71 additions and 4 deletions

View file

@ -88,7 +88,7 @@
<div id="displayName" placeholder="&nbsp;"></div>
<div class="font-body2">You can be discovered by everyone on this network</div>
</footer>
<!-- JoinRoom Dialog -->
<!-- Pair Device Dialog -->
<x-dialog id="pairDeviceDialog">
<form action="#">
<x-background class="full center text-center">
@ -116,6 +116,7 @@
</x-background>
</form>
</x-dialog>
<!-- Clear Devices Dialog -->
<x-dialog id="clearDevicesDialog">
<form action="#">
<x-background class="full center text-center">
@ -192,6 +193,15 @@
</x-paper>
</x-background>
</x-dialog>
<!-- Receive Dialog -->
<x-dialog id="base64ZipDialog">
<x-background class="full center">
<x-paper shadow="2">
<button class="button center" id="base64ZipPasteBtn" title="Paste">Tap here to paste files</button>
<button class="button center" close>Close</button>
</x-paper>
</x-background>
</x-dialog>
<!-- Toast -->
<div class="toast-container full center">
<x-toast class="row" shadow="1" id="toast">File Transfer Completed</x-toast>