summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2025-07-06 12:58:07 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2025-07-06 12:58:07 +0200
commit0da8dc16fb26e9df5d0efd7c7a463e354d8e00cf (patch)
treed016270ebf8e6e9fef499da5767c99b656c75075
parent155e77d22f24d1984476144f48bf173044d089a0 (diff)
Transitioned back to a traditional flask app
-rw-r--r--app/__init__.py (renamed from src/match_up/__init__.py)0
-rw-r--r--app/controller.py (renamed from src/match_up/controller.py)0
-rw-r--r--app/data.py (renamed from src/match_up/data.py)0
-rw-r--r--app/model.py (renamed from src/match_up/model.py)0
-rw-r--r--app/routes.py (renamed from src/match_up/routes.py)0
-rw-r--r--app/utilities.py (renamed from src/match_up/utilities.py)0
-rw-r--r--static/bulma.min.css (renamed from src/match_up/static/bulma.min.css)0
-rw-r--r--static/custom.css (renamed from src/match_up/static/custom.css)0
-rw-r--r--static/custom.js (renamed from src/match_up/static/custom.js)0
-rw-r--r--static/favicon.ico (renamed from src/match_up/static/favicon.ico)bin15406 -> 15406 bytes
-rw-r--r--static/fontawesome.js (renamed from src/match_up/static/fontawesome.js)0
-rw-r--r--static/htmx.min.js (renamed from src/match_up/static/htmx.min.js)0
-rw-r--r--static/logo.png (renamed from src/match_up/static/logo.png)0
-rw-r--r--static/notyf.min.css (renamed from src/match_up/static/notyf.min.css)0
-rw-r--r--static/notyf.min.js (renamed from src/match_up/static/notyf.min.js)0
-rw-r--r--templates/controls.j2 (renamed from src/match_up/templates/controls.j2)0
-rw-r--r--templates/games.j2 (renamed from src/match_up/templates/games.j2)0
-rw-r--r--templates/index.j2 (renamed from src/match_up/templates/index.j2)0
-rw-r--r--templates/macros.j2 (renamed from src/match_up/templates/macros.j2)0
-rw-r--r--templates/players.j2 (renamed from src/match_up/templates/players.j2)0
20 files changed, 0 insertions, 0 deletions
diff --git a/src/match_up/__init__.py b/app/__init__.py
index bccd0e7..bccd0e7 100644
--- a/src/match_up/__init__.py
+++ b/app/__init__.py
diff --git a/src/match_up/controller.py b/app/controller.py
index b00bf6b..b00bf6b 100644
--- a/src/match_up/controller.py
+++ b/app/controller.py
diff --git a/src/match_up/data.py b/app/data.py
index c00dde2..c00dde2 100644
--- a/src/match_up/data.py
+++ b/app/data.py
diff --git a/src/match_up/model.py b/app/model.py
index 467310b..467310b 100644
--- a/src/match_up/model.py
+++ b/app/model.py
diff --git a/src/match_up/routes.py b/app/routes.py
index e5a3b99..e5a3b99 100644
--- a/src/match_up/routes.py
+++ b/app/routes.py
diff --git a/src/match_up/utilities.py b/app/utilities.py
index 7140a5f..7140a5f 100644
--- a/src/match_up/utilities.py
+++ b/app/utilities.py
diff --git a/src/match_up/static/bulma.min.css b/static/bulma.min.css
index eaa3fb5..eaa3fb5 100644
--- a/src/match_up/static/bulma.min.css
+++ b/static/bulma.min.css
diff --git a/src/match_up/static/custom.css b/static/custom.css
index fafc51a..fafc51a 100644
--- a/src/match_up/static/custom.css
+++ b/static/custom.css
diff --git a/src/match_up/static/custom.js b/static/custom.js
index 2e4b049..2e4b049 100644
--- a/src/match_up/static/custom.js
+++ b/static/custom.js
diff --git a/src/match_up/static/favicon.ico b/static/favicon.ico
index 64eab0a..64eab0a 100644
--- a/src/match_up/static/favicon.ico
+++ b/static/favicon.ico
Binary files differ
diff --git a/src/match_up/static/fontawesome.js b/static/fontawesome.js
index b08e9a6..b08e9a6 100644
--- a/src/match_up/static/fontawesome.js
+++ b/static/fontawesome.js
diff --git a/src/match_up/static/htmx.min.js b/static/htmx.min.js
index de5f0f1..de5f0f1 100644
--- a/src/match_up/static/htmx.min.js
+++ b/static/htmx.min.js
diff --git a/src/match_up/static/logo.png b/static/logo.png
index 7d2d8c7..7d2d8c7 100644
--- a/src/match_up/static/logo.png
+++ b/static/logo.png
diff --git a/src/match_up/static/notyf.min.css b/static/notyf.min.css
index dbb5a16..dbb5a16 100644
--- a/src/match_up/static/notyf.min.css
+++ b/static/notyf.min.css
diff --git a/src/match_up/static/notyf.min.js b/static/notyf.min.js
index f85c84f..f85c84f 100644
--- a/src/match_up/static/notyf.min.js
+++ b/static/notyf.min.js
diff --git a/src/match_up/templates/controls.j2 b/templates/controls.j2
index 0183c97..0183c97 100644
--- a/src/match_up/templates/controls.j2
+++ b/templates/controls.j2
diff --git a/src/match_up/templates/games.j2 b/templates/games.j2
index 46150f7..46150f7 100644
--- a/src/match_up/templates/games.j2
+++ b/templates/games.j2
diff --git a/src/match_up/templates/index.j2 b/templates/index.j2
index ce0d531..ce0d531 100644
--- a/src/match_up/templates/index.j2
+++ b/templates/index.j2
diff --git a/src/match_up/templates/macros.j2 b/templates/macros.j2
index 2974744..2974744 100644
--- a/src/match_up/templates/macros.j2
+++ b/templates/macros.j2
diff --git a/src/match_up/templates/players.j2 b/templates/players.j2
index 0beeee9..0beeee9 100644
--- a/src/match_up/templates/players.j2
+++ b/templates/players.j2