File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
static/esp-web-tools-10.1.1 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import { onMount } from ' svelte' ;
3- const VERSION = ' 1.12 ' ;
3+ const VERSION = ' 1.13 ' ;
44
55 import Card from ' $lib/components/Card.svelte' ;
66 import News from ' $lib/components/News.svelte' ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import { dialogStyles } from "./styles";
2626import { version } from "./version" ;
2727console . log ( `ESP Web Tools ${ version } by Open Home Foundation; https://esphome.github.io/esp-web-tools/` ) ;
2828const ERROR_ICON = "⚠️" ;
29- const OK_ICON = "🎉" ;
29+ const OK_ICON = "🦈 🎉" ;
3030export class EwtInstallDialog extends LitElement {
3131 constructor ( ) {
3232 super ( ...arguments ) ;
Original file line number Diff line number Diff line change @@ -16326,7 +16326,7 @@ const version = "dev";
1632616326
1632716327console.log(`ESP Web Tools ${version} by Open Home Foundation; https://esphome.github.io/esp-web-tools/`);
1632816328const ERROR_ICON = "⚠️";
16329- const OK_ICON = "🎉";
16329+ const OK_ICON = "🦈 🎉";
1633016330class EwtInstallDialog extends i$2 {
1633116331 constructor() {
1633216332 super(...arguments);
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ console.log(
4646) ;
4747
4848const ERROR_ICON = "⚠️" ;
49- const OK_ICON = "🎉" ;
49+ const OK_ICON = "🦈 🎉" ;
5050
5151export class EwtInstallDialog extends LitElement {
5252 public port ! : SerialPort ;
You can’t perform that action at this time.
0 commit comments