MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop / html

Method html

client/scripts/ui.js:75–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73class PeerUI {
74
75 html() {
76 return `
77 <label class="column center" title="Click to send files or right click to send a text">
78 <input type="file" multiple>
79 <x-icon shadow="1">
80 <svg class="icon"><use xlink:href="#"/></svg>
81 </x-icon>
82 <div class="progress">
83 <div class="circle"></div>
84 <div class="circle right"></div>
85 </div>
86 <div class="name font-subheading"></div>
87 <div class="device-name font-body2"></div>
88 <div class="status font-body2"></div>
89 </label>`
90 }
91
92 constructor(peer) {
93 this._peer = peer;

Callers 1

_initDomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected