diff --git a/ui/src/routes/WorkingHours.svelte b/ui/src/routes/WorkingHours.svelte index 1820117..27c8b97 100644 --- a/ui/src/routes/WorkingHours.svelte +++ b/ui/src/routes/WorkingHours.svelte @@ -1,11 +1,13 @@ - {title} + {TITLE} -{#if activeRecord === null} -
-
-

{title}

-
-
- {#if params.isLoading === true} -

Loading...

- {:else} - -
-
- -
-
- - - - - - - - - - - - - - - {#each params.records as record} - - - - - - {/each} - -
DatumArbeitsstundenAktionen
{record.workingDay}{record.workingTime} - -
- {/if} -
-
-{:else} -
-
-

{title}

-
-
+
+
+

{TITLE}

+
+ {#if activeRecord === null} +
+ {#if params.isLoading === true} +

Loading...

+ {:else} -
-
-
- - -
-
- - -
-
-
- -
-
-
-{/if} + + + + + + + + + + + + + + + {#each params.records as record} + + + + + + {/each} + +
DatumArbeitsstundenAktionen
{record.workingDay}{record.workingTime} + +
+ {/if} +
+ {:else} +
+ +
+ +
+ + +
+ +
+ {/if} +
diff --git a/ui/src/routes/working-hours/NewByDay.svelte b/ui/src/routes/working-hours/NewByDay.svelte new file mode 100644 index 0000000..79e721e --- /dev/null +++ b/ui/src/routes/working-hours/NewByDay.svelte @@ -0,0 +1,17 @@ + + + +
+
+ + +
+
+ + +
+
\ No newline at end of file