snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 352e0c4ce553b270b653c7a550c8dd4b1ccb0c0c
parent 9a4b7ffb1ac92885fb97a93b300ff7ae199f7960
Author: RobinLinus <robinlinus@users.noreply.github.com>
Date:   Wed, 16 Dec 2020 05:48:54 +0100

Add title to PeerUI

Diffstat:
Mclient/scripts/ui.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/scripts/ui.js b/client/scripts/ui.js @@ -70,7 +70,7 @@ class PeerUI { html() { return ` - <label class="column center"> + <label class="column center" title="Click to send files or right click to send a text"> <input type="file" multiple> <x-icon shadow="1"> <svg class="icon"><use xlink:href="#"/></svg>