From 00adb8b6f9564c50727d3cb27203ddd60589aff1 Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Wed, 12 Mar 2025 16:11:50 +0100 Subject: [PATCH 1/4] login page created --- login_page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 login_page.html diff --git a/login_page.html b/login_page.html new file mode 100644 index 0000000..1ae3595 --- /dev/null +++ b/login_page.html @@ -0,0 +1,11 @@ + + + + + + Login Page + + + + + \ No newline at end of file From e9062308e5f3e37f43f3b3ba984a8d90f8b80630 Mon Sep 17 00:00:00 2001 From: Stef Date: Mon, 24 Mar 2025 10:06:32 +0100 Subject: [PATCH 2/4] Create dashboard.html --- templates/dashboard.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/dashboard.html diff --git a/templates/dashboard.html b/templates/dashboard.html new file mode 100644 index 0000000..bdb612a --- /dev/null +++ b/templates/dashboard.html @@ -0,0 +1,14 @@ + + + + + + + Dashboard + + + + + + + \ No newline at end of file From cb8e5e035d32eb26579e09d1f00259cc9727a56d Mon Sep 17 00:00:00 2001 From: Stef Date: Mon, 24 Mar 2025 10:11:50 +0100 Subject: [PATCH 3/4] Create navbar_base.html --- templates/navbar_base.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/navbar_base.html diff --git a/templates/navbar_base.html b/templates/navbar_base.html new file mode 100644 index 0000000..e7e3f59 --- /dev/null +++ b/templates/navbar_base.html @@ -0,0 +1,14 @@ + + + + + + + Default + + + + + + + \ No newline at end of file From a8db4f7b70eb4c859d0e4068e7995a4f829caa00 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 1 Apr 2025 11:08:04 +0200 Subject: [PATCH 4/4] Update requirements.txt Added flask-wtf and flask-login packages --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bd975a..6d657b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ blinker==1.9.0 click==8.1.8 colorama==0.4.6 Flask==3.1.0 +Flask-Login==0.6.3 Flask-WTF==1.2.2 itsdangerous==2.2.0 Jinja2==3.1.6 MarkupSafe==3.0.2 -pillow==11.0.0 Werkzeug==3.1.3 WTForms==3.2.1