diff --git a/data/package.json b/data/package.json index 15a0018..2ef41d5 100644 --- a/data/package.json +++ b/data/package.json @@ -5,19 +5,19 @@ "build": "node esbuild.mjs" }, "dependencies": { - "esbuild": "0.18.0" + "esbuild": "0.19.4" }, "devDependencies": { "@chialab/esbuild-plugin-html": "^0.17.2", "@craftamap/esbuild-plugin-html": "^0.5.0", "@esbuilder/html": "^0.0.6", - "autoprefixer": "^10.4.14", - "bootstrap": "^5.3.0", + "autoprefixer": "^10.4.16", + "bootstrap": "^5.3.2", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-handlebars": "^1.0.2", - "esbuild-sass-plugin": "^2.9.0", + "esbuild-sass-plugin": "^2.16.0", "handlebars": "^4.7.7", - "postcss": "^8.4.24", - "typescript": "^5.1.3" + "postcss": "^8.4.31", + "typescript": "^5.1.6" } } diff --git a/data/src/css/style.scss b/data/src/css/style.scss index d66eb55..1de809d 100644 --- a/data/src/css/style.scss +++ b/data/src/css/style.scss @@ -113,4 +113,8 @@ nav { #customText { text-transform: uppercase; +} + +#toggleTimerArea { + cursor: pointer; } \ No newline at end of file diff --git a/data/src/index.html b/data/src/index.html index c0d39bb..f59c60d 100644 --- a/data/src/index.html +++ b/data/src/index.html @@ -44,7 +44,19 @@ {{#each ledStatus }}
Screen cycle: + + {{#if timerRunning}} + ⏵ + {{else}} + ⏸ + {{/if}} + +
+