updated screenshots to have new ui

This commit is contained in:
Kevin Froman 2019-07-13 01:35:49 -05:00
parent 2811173051
commit 4256de5097
6 changed files with 2 additions and 11 deletions

View File

@ -62,7 +62,7 @@ Not yet usable:
<img alt='Node statistics page screenshot' src='docs/onionr-1.png' width=600> <img alt='Node statistics page screenshot' src='docs/onionr-1.png' width=600>
Node statistics Home screen
<img alt='Friend/contact manager screenshot' src='docs/onionr-2.png' width=600> <img alt='Friend/contact manager screenshot' src='docs/onionr-2.png' width=600>

BIN
docs/onionr-1.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 57 KiB

BIN
docs/onionr-2.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 34 KiB

BIN
docs/onionr-3.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -78,15 +78,6 @@ fetch('/friends/list', {
entry.appendChild(removeButton) entry.appendChild(removeButton)
entry.appendChild(nameText) entry.appendChild(nameText)
friendListDisplay.appendChild(entry) friendListDisplay.appendChild(entry)
//I put the Template code here but it made things slightly worse
entry.onclick = (function(entry, nameText, peer) {return function() {
if (nameText.length == 0){
nameText = 'Anonymous'
}
document.getElementById('friendPubkey').value = peer
document.getElementById('friendName').innerText = nameText
overlay('friendInfo')
};})(entry, nameText.value, peer);
} }
// If friend delete buttons are pressed // If friend delete buttons are pressed

View File

@ -95,7 +95,7 @@
<label class="label">Friend ID</label> <label class="label">Friend ID</label>
<p class="control is-expanded"> <p class="control is-expanded">
<input id="" class="input" type="text" name='addKey' placeholder='Public Key/ID' <input id="" class="input" type="text" name='addKey' placeholder='Public Key/ID'
minlength="56" maxlength="56" required> minlength="52" maxlength="52" required>
</p> </p>
</div> </div>
<div class="field"> <div class="field">