diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..fefe644 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/no-js.css b/public/no-js.css index b92811b..0c31a6a 100644 --- a/public/no-js.css +++ b/public/no-js.css @@ -1,3 +1,7 @@ +/* + * this file is used to style the display when JavaScript is disabled + */ + #app { display: none !important; } @@ -11,11 +15,23 @@ noscript { inset: 0 !important; z-index: 1000 !important; - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important; + font-family: + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + Roboto, + Oxygen, + Ubuntu, + Cantarell, + "Open Sans", + "Helvetica Neue", + sans-serif !important; text-align: center !important; } -noscript, noscript * { +noscript, +noscript * { color: red !important; } @@ -24,8 +40,7 @@ noscript a { text-decoration: underline !important; } -@media (prefers-color-scheme: dark) -{ +@media (prefers-color-scheme: dark) { noscript { background-color: #000 !important; } @@ -33,4 +48,4 @@ noscript a { noscript a { color: #aaf !important; } -} \ No newline at end of file +} diff --git a/public/watchface.json b/public/watchface.json index de2d210..885e555 100644 --- a/public/watchface.json +++ b/public/watchface.json @@ -1,6 +1,6 @@ { "now": { - "time": "20:00", + "time": "20:00", "date": "02-04-2024" }, "battery": 80, diff --git a/src/components/ProjectComponent.vue b/src/components/ProjectComponent.vue index 9bd3470..6bb3ab9 100644 --- a/src/components/ProjectComponent.vue +++ b/src/components/ProjectComponent.vue @@ -40,9 +40,19 @@ const projectName = computed(() => {