Skip to content

Commit

Permalink
v1.4.0-beta.62
Browse files Browse the repository at this point in the history
- Fixes and improvements to Scheduler Event UI
  • Loading branch information
genemars committed Oct 23, 2023
1 parent eb69c35 commit 9f58527
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
6 changes: 6 additions & 0 deletions assets/build/all/app/assets/i18n/homegenie/en.json
Expand Up @@ -133,6 +133,12 @@
"Every month",
"cronwizard_monthselect_selectedmonths":
"Selected months",
"cronwizard_schedule_set_exact_time":
"Set schedule time.",
"cronwizard_schedule_set_slot_start":
"Set slot start time.",
"cronwizard_schedule_set_slot_end":
"Starting at {{start}}.<br>\nSet slot end time.",
"cronwizard_bindings_define_types_and_modules":
"Define types and modules that are subject to this schedule (optional)",
"cronwizard_bindings_select_types":
Expand Down
6 changes: 6 additions & 0 deletions assets/build/all/app/assets/i18n/homegenie/it.json
Expand Up @@ -133,6 +133,12 @@
"Ogni mese",
"cronwizard_monthselect_selectedmonths":
"Mesi selezionati",
"cronwizard_schedule_set_exact_time":
"Imposta ora evento.",
"cronwizard_schedule_set_slot_start":
"Imposta inizio fascia oraria.",
"cronwizard_schedule_set_slot_end":
"Inizio alle {{start}}.<br>\nImposta fine fascia oraria.",
"cronwizard_bindings_define_types_and_modules":
"Definire tipi e moduli soggetti a questa pianificazione (opzionale)",
"cronwizard_bindings_select_types":
Expand Down
2 changes: 1 addition & 1 deletion assets/build/all/app/index.html
Expand Up @@ -56,6 +56,6 @@

</div>

<script src="runtime.b92e2ca178ebbf4a.js" type="module"></script><script src="polyfills.a360d6e45b80c065.js" type="module"></script><script src="scripts.0dcb4f0a61221c18.js" defer></script><script src="main.1663630f826d26fa.js" type="module"></script>
<script src="runtime.b92e2ca178ebbf4a.js" type="module"></script><script src="polyfills.a360d6e45b80c065.js" type="module"></script><script src="scripts.0dcb4f0a61221c18.js" defer></script><script src="main.83251fb8c9721214.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion assets/build/all/app/main.1663630f826d26fa.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/build/all/app/main.83251fb8c9721214.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions assets/build/all/app/ngsw.json
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1697796541632,
"timestamp": 1698076321857,
"index": "/app/index.html",
"assetGroups": [
{
Expand All @@ -15,7 +15,7 @@
"/app/613.16b9c52c0ae74833.js",
"/app/859.0f150be9c99a6b5a.js",
"/app/index.html",
"/app/main.1663630f826d26fa.js",
"/app/main.83251fb8c9721214.js",
"/app/manifest.webmanifest",
"/app/polyfills.a360d6e45b80c065.js",
"/app/runtime.b92e2ca178ebbf4a.js",
Expand Down Expand Up @@ -445,8 +445,8 @@
"/app/assets/fonts/Roboto-Latin-400.woff": "fec6225507c70951797db15985fe0bf87195d6ee",
"/app/assets/fonts/Roboto-Latin-500.woff": "7416b5d46c615d2786a604d71d334b605d41cc73",
"/app/assets/i18n/en.json": "7b8c1483aff99283392e63621ca654477b7778ac",
"/app/assets/i18n/homegenie/en.json": "6649ad3f42798cb72c0786ddc23190ed6cfbf3d7",
"/app/assets/i18n/homegenie/it.json": "5f382a852cd94571d6511f2e79ca2c7f43ed98fd",
"/app/assets/i18n/homegenie/en.json": "00a9fbebeda5020a7be3ede821a54a827fa616a3",
"/app/assets/i18n/homegenie/it.json": "03ad155f8e92023517469e3214c4ca40036bcc41",
"/app/assets/i18n/it.json": "ca28e2cbd55046a4c8ccc2fab22c7bb30f35fc25",
"/app/assets/i18n/module/en.json": "bd1f58f6eeb2e8213bc5dbe316d1252db8aa436f",
"/app/assets/i18n/module/it.json": "35c4ef9b17591c0ef0283317a3f226c666d908f9",
Expand Down Expand Up @@ -759,8 +759,8 @@
"/app/assets/widgets/weather/images_alt/thunder.svg": "2ace7038dfd663330cecc350d680ef08206d62ff",
"/app/assets/widgets/weather/images_alt/weather.svg": "c719c09048977fd40688272316b35ddf1bdf89e8",
"/app/assets/workers/typings-worker.js": "8df10d867c12d36cdebfb7e16caacd0020db301f",
"/app/index.html": "be7cca8309fbb7f97da2afa4159218a49c273628",
"/app/main.1663630f826d26fa.js": "8116478a3ad245af7a465ebaefce641133885519",
"/app/index.html": "9974bf70740a2935521de3b079a9d8f8da0f2dbd",
"/app/main.83251fb8c9721214.js": "34ab5804671bff1e0f7cad8a4bb04aae2167d346",
"/app/manifest.webmanifest": "d47bb07a495e27ddf072f8702df373f79b4eb183",
"/app/polyfills.a360d6e45b80c065.js": "f317e1a3e4bb6a84068c7e1845a2ce8b2f956ee7",
"/app/runtime.b92e2ca178ebbf4a.js": "b50d841a4c50d466c34aab3267d3fb4afe87dede",
Expand Down

0 comments on commit 9f58527

Please sign in to comment.