From 73c55fc3012a374c17f457fce3ce915ffa609ce0 Mon Sep 17 00:00:00 2001 From: Corban-Lee <77944149+XordK@users.noreply.github.com> Date: Mon, 8 May 2023 17:21:07 +0100 Subject: [PATCH] Working on the edit teams modal --- create_dummy_data.bat | 2 +- src/mainapp/templates/teams.html | 34 ++++++++++++++- src/static/js/teams.js | 74 +++++++++++++++++++++++--------- 3 files changed, 86 insertions(+), 24 deletions(-) diff --git a/create_dummy_data.bat b/create_dummy_data.bat index 707f121..2cbee0a 100644 --- a/create_dummy_data.bat +++ b/create_dummy_data.bat @@ -1,5 +1,5 @@ @echo off -echo The purpose of this file is to populate the database with dummy data for testing. +echo The purpose of this file is to populate the database with dummy data for testing. Running this WILL DELETE your current sqlite3 database. set /p confirm=Do you want to continue? [y/n] if /i "%confirm%"=="y" ( diff --git a/src/mainapp/templates/teams.html b/src/mainapp/templates/teams.html index bb93d9d..368dc21 100644 --- a/src/mainapp/templates/teams.html +++ b/src/mainapp/templates/teams.html @@ -70,8 +70,38 @@ - -