feat: capture text files for browser inbox
This commit is contained in:
@@ -32,9 +32,15 @@
|
||||
|
||||
<section class="actions">
|
||||
<button id="capture-page">Send Page</button>
|
||||
<button id="capture-file">Send File</button>
|
||||
<button id="retry">Retry Pending</button>
|
||||
</section>
|
||||
|
||||
<section class="file-picker">
|
||||
<label for="file-input">Text file</label>
|
||||
<input id="file-input" type="file">
|
||||
</section>
|
||||
|
||||
<section class="settings">
|
||||
<label for="receiver-input">Receiver URL</label>
|
||||
<input id="receiver-input" type="url" spellcheck="false">
|
||||
|
||||
Reference in New Issue
Block a user