From 5e30f3bcd329f51fbd600d863ff1bcdc5e7426f8 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 10 Nov 2021 21:54:28 -0800 Subject: [PATCH] Add icons and rename logs (#106) --- src/install-dialog.ts | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/src/install-dialog.ts b/src/install-dialog.ts index 329c0c8..05da903 100644 --- a/src/install-dialog.ts +++ b/src/install-dialog.ts @@ -158,9 +158,30 @@ class EwtInstallDialog extends LitElement { let allowClosing = true; content = html` -
- ${this._info!.firmware} ${this._info!.version} -
+ + + + + + + + + +
+ + + + ${this._info!.firmware} ${this._info!.version}
+ + + + ${this._info!.chipFamily}
${!this._isSameVersion ? html` @@ -218,7 +239,7 @@ class EwtInstallDialog extends LitElement {
{ const client = this._client; if (client) { @@ -716,6 +737,14 @@ class EwtInstallDialog extends LitElement { right: 4px; top: 10px; } + table { + border-spacing: 0; + color: rgba(0, 0, 0, 0.6); + } + table svg { + width: 20px; + margin-right: 8px; + } ewt-textfield { display: block; margin-top: 16px;