From 2943ffc0a6ddb8f088d060bc54f9e80decfdfcf7 Mon Sep 17 00:00:00 2001
From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com>
Date: Thu, 29 Jul 2021 14:52:57 +0200
Subject: [PATCH] let the refactoring commence
---
app/index.html | 14 +-
app/js/{animeHandler.js => anime.js} | 24 +-
app/js/bundle.js | 83886 +++++++++++++++++++
app/js/bundle.js.map | 1 +
app/js/interface.js | 9 +-
app/js/{player.js => main.js} | 27 +-
app/js/{settingsHandler.js => settings.js} | 11 +-
app/test.html | 49 -
package.json | 9 +-
sw.js | 16 +-
webpack.config.js | 15 +
11 files changed, 83959 insertions(+), 102 deletions(-)
rename app/js/{animeHandler.js => anime.js} (97%)
create mode 100644 app/js/bundle.js
create mode 100644 app/js/bundle.js.map
rename app/js/{player.js => main.js} (90%)
rename app/js/{settingsHandler.js => settings.js} (80%)
delete mode 100644 app/test.html
create mode 100644 webpack.config.js
diff --git a/app/index.html b/app/index.html
index 5d7e5be..9130a02 100644
--- a/app/index.html
+++ b/app/index.html
@@ -901,20 +901,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+