From 2c561957f5ee363b52ccd43b295b615dd98fd9f6 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 8 Feb 2024 10:49:14 +0100 Subject: [PATCH 1/5] ID > Email --- assets/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script.js b/assets/script.js index 730a085..27fc18a 100644 --- a/assets/script.js +++ b/assets/script.js @@ -1,7 +1,7 @@ let UserInfo = {}; function isLoggedIn(){ - return UserInfo.ID && UserInfo.ID > 0; + return UserInfo.Email && UserInfo.Email.length > 0; } async function handleResponse(data, successMessage, failureMessage) { From f234ea06852ad33beaa44cb5604b192b4c08d8f2 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 9 Feb 2024 10:38:41 +0100 Subject: [PATCH 2/5] more marign more --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index f90e8f3..24dbfae 100644 --- a/assets/style.css +++ b/assets/style.css @@ -61,7 +61,7 @@ header { align-items: center; text-align: center; width: 100%; - margin-top: 25px; + margin-top: 35px; } li a { From 1383d47c41501871134beac444ce33a02e667bb2 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 9 Feb 2024 10:40:38 +0100 Subject: [PATCH 3/5] put h1 on dashboard into jeader --- templates/dashboard.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index f93b64c..2338466 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,3 +1,5 @@
-

+
+

+
\ No newline at end of file From 64e0bdf61fa18c87fd6a4cbf4ec51f65e5fd08bd Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 9 Feb 2024 10:49:01 +0100 Subject: [PATCH 4/5] lets see --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 24dbfae..d287825 100644 --- a/assets/style.css +++ b/assets/style.css @@ -108,7 +108,7 @@ table.list-table>tbody>th, table.list-table>tbody>tr, table.list-table>tbody>tr>td { border: 2px solid var(--primary); - border-collapse: collapse; + border-collapse: collapse !important; } ul { From 6a9b1c151cea72855f050e7f4ad49f4d572d46b4 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 9 Feb 2024 10:49:58 +0100 Subject: [PATCH 5/5] work! --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index d287825..6d60451 100644 --- a/assets/style.css +++ b/assets/style.css @@ -111,6 +111,10 @@ table.list-table>tbody>tr>td { border-collapse: collapse !important; } +table { + border-collapse: collapse; +} + ul { display: flex; flex-direction: row;