mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 07:12:15 +00:00
#13 Feature Request: Name your device
This commit is contained in:
@@ -63,7 +63,11 @@
|
|||||||
this._nameChanged(name);
|
this._nameChanged(name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this._sendNameToServer(name);
|
try {
|
||||||
|
this._sendNameToServer(name);
|
||||||
|
} catch (e) {
|
||||||
|
this._nameChanged(name);
|
||||||
|
}
|
||||||
|
|
||||||
}, 300);
|
}, 300);
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
:host:hover device-name {
|
:host:hover device-name {
|
||||||
color: #3367d6;
|
color: #3367d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host:hover iron-icon {
|
||||||
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
iron-icon {
|
iron-icon {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user