mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 23:16:13 -04:00
#13 Feature Request: Name your device
This commit is contained in:
parent
e66598d77f
commit
bb81b6f2e4
2 changed files with 9 additions and 1 deletions
|
@ -63,7 +63,11 @@
|
||||||
this._nameChanged(name);
|
this._nameChanged(name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
try {
|
||||||
this._sendNameToServer(name);
|
this._sendNameToServer(name);
|
||||||
|
} catch (e) {
|
||||||
|
this._nameChanged(name);
|
||||||
|
}
|
||||||
|
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
color: #3367d6;
|
color: #3367d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host:hover iron-icon {
|
||||||
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
iron-icon {
|
iron-icon {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue