From f4ce1d54ee43f269e1074920cb658048ac8371e9 Mon Sep 17 00:00:00 2001 From: silas Date: Sun, 17 Jun 2018 20:05:09 +0200 Subject: [PATCH] update to pc --- .idea/php.xml | 1 + .idea/watcherTasks.xml | 2 +- .idea/wordRotator.iml | 2 + bin/afterUpdate.sh | 4 +- bin/concatTranslator.js | 1 + bin/localLink.sh | 4 +- public/css/wordRotator.css | 2 +- public/html/application/clock.html | 1 - public/html/application/level.html | 2 +- public/index.html | 6 +- public/js/app.js | 166 +++++++++++++++--- public/js/lang/de.json | 2 +- public/js/lang/en.json | 2 +- src/js/lib/pwa-assets.js | 63 ++++++- src/js/lib/pwa-lib.js | 161 +++++++---------- .../pwa/html/application/level.html | 29 ++- .../Application/pwa/js/WordRotatorDb.js | 11 +- .../Application/pwa/js/site/LevelSite.js | 53 +++++- .../pwa/js/wordrotator/Level/Level.js | 24 +++ .../pwa/js/wordrotator/Level/LevelHelper.js | 19 +- .../pwa/js/wordrotator/Level/RowLevel.js | 4 +- .../js/wordrotator/Segment/ParentSegment.js | 5 +- .../Application/pwa/translations/de.json | 6 +- .../Application/pwa/translations/en.json | 3 +- src/scss/wordRotator.scss | 117 ++++++------ 25 files changed, 467 insertions(+), 223 deletions(-) delete mode 100644 public/html/application/clock.html diff --git a/.idea/php.xml b/.idea/php.xml index 247c14b..d3e2f37 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -73,6 +73,7 @@ + \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index 7401933..af6ef7f 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -78,7 +78,7 @@