From 1e7454bc64454349287aee251f00b4a43bcaa986 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 12 Mar 2021 22:23:17 +0100 Subject: [PATCH] updates --- app.js | 2 ++ index.html | 48 +++++++++++++++++++++++------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/app.js b/app.js index a106e1e..7e3c2e7 100644 --- a/app.js +++ b/app.js @@ -203,6 +203,8 @@ var app = new Vue({ 'use strict'; shiftStorage.save(shifts); this.remaining = shifts.length; + this.icsFile = null; + this.blob = null; this.makeToast("Änderungen gespeichert."); }, deep: true diff --git a/index.html b/index.html index cad6d3e..edfa6b3 100644 --- a/index.html +++ b/index.html @@ -52,18 +52,6 @@ - - -
  • -
    Dateiformat erkennen
    -
    - -
    Erkanntes Format: {{format}}
    -
    keine neue Datei eingelesen
    -
    - -
    -
  • @@ -97,8 +85,9 @@
    - +
    @@ -121,10 +110,17 @@ {{s.FormattedDatum}} - {{ s.Beginn }} - {{ s.Ende }} Uhr + + + {{ s.Beginn }} - {{ s.Ende }} Uhr + +
    {{ s.VEventTitle }}
    - {{ s.Dauer }}

    location_on {{ s.Ort }} @@ -138,8 +134,7 @@ @click.prevent="removeShift(s)">löschen - - + @@ -147,10 +142,6 @@

    - @@ -160,8 +151,15 @@
  • Kalenderdatei speichern
    +

    + Erst die Kalenderdatei erstellen. Danach kann sie gespeichert werden. +

    -