From 3aba471c0ae564cd02f37509649673846ea05321 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 9 May 2019 15:32:09 +0200 Subject: [PATCH] Add track name --- .prettierignore | 3 +- index.html | 186 ++++++++++++++++++++++++++++++++--------- js/control/Download.js | 16 ---- js/control/Export.js | 114 +++++++++++++++++++++++++ js/index.js | 16 +--- js/router/BRouter.js | 4 +- locales/en.json | 22 +++-- 7 files changed, 284 insertions(+), 77 deletions(-) delete mode 100644 js/control/Download.js create mode 100644 js/control/Export.js diff --git a/.prettierignore b/.prettierignore index 54d938a..788368c 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,4 +6,5 @@ yarn.lock .gitignore .prettierignore .tx/ -layers/ \ No newline at end of file +layers/ +locales/*.json \ No newline at end of file diff --git a/index.html b/index.html index 469275f..3c1ace7 100644 --- a/index.html +++ b/index.html @@ -89,9 +89,10 @@ + + +