From 19c42b25774449302fe0050bec2b3b088a457e4f Mon Sep 17 00:00:00 2001 From: 65160119 <65160119@go.buu.ac.th> Date: Tue, 25 Mar 2025 03:32:37 +0000 Subject: [PATCH 1/6] Update file database.js --- database.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/database.js b/database.js index 3d84eca..90000ce 100644 --- a/database.js +++ b/database.js @@ -2,17 +2,6 @@ require('dotenv').config() const promiseMySQL = require('mysql2/promise'); const cron = require('node-cron'); -// const mysql = promiseMySQL.createPool( -// { -// host: "127.0.0.1" -// , user: "root" -// , password: "" -// , database: "eatq_db" -// , multipleStatements: false -// , port: 3306 -// , connectionLimit: 10 -// }); -// ; const mysql = promiseMySQL.createPool( { -- GitLab From 67bdff2aa1d34f183aec4b5d15408575775f3e06 Mon Sep 17 00:00:00 2001 From: 65160119 <65160119@go.buu.ac.th> Date: Tue, 25 Mar 2025 07:57:01 +0000 Subject: [PATCH 2/6] Update file auth.css --- public/stylesheets/auth.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/auth.css b/public/stylesheets/auth.css index 001a5f1..88cfde5 100644 --- a/public/stylesheets/auth.css +++ b/public/stylesheets/auth.css @@ -8333,7 +8333,7 @@ h1, h2, h3, h4, h5, .btn.btn-primary:hover { border: 1px solid #b689b0; background: transparent; - color: #b689b0; } + color: #44efec; } .btn.btn-primary.btn-outline-primary { border: 1px solid #b689b0; background: transparent; -- GitLab From 5b0084bd1eeffe17042cff3f6e4ad9da1c37cdd7 Mon Sep 17 00:00:00 2001 From: 65160119 <65160119@go.buu.ac.th> Date: Tue, 25 Mar 2025 07:58:31 +0000 Subject: [PATCH 3/6] Update file auth.css --- public/stylesheets/auth.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/auth.css b/public/stylesheets/auth.css index 88cfde5..1da8795 100644 --- a/public/stylesheets/auth.css +++ b/public/stylesheets/auth.css @@ -8327,13 +8327,13 @@ h1, h2, h3, h4, h5, .btn:hover, .btn:active, .btn:focus { outline: none; } .btn.btn-primary { - background: #b689b0 !important; + background: #40ddda !important; border: 1px solid #b689b0 !important; color: #fff !important; } .btn.btn-primary:hover { border: 1px solid #b689b0; background: transparent; - color: #44efec; } + color: #b689b0; } .btn.btn-primary.btn-outline-primary { border: 1px solid #b689b0; background: transparent; -- GitLab From 734a9d88fb0185df097f0711faa21fa9fa7f1e5a Mon Sep 17 00:00:00 2001 From: 65160119 <65160119@go.buu.ac.th> Date: Fri, 28 Mar 2025 14:15:47 +0000 Subject: [PATCH 4/6] Update file auth.css --- public/stylesheets/auth.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/auth.css b/public/stylesheets/auth.css index 1da8795..bad24ad 100644 --- a/public/stylesheets/auth.css +++ b/public/stylesheets/auth.css @@ -8137,7 +8137,7 @@ body { font-size: 14px; line-height: 1.8; font-weight: normal; - background: #fbd1b7; + background: #46c93c; color: gray; } a { -- GitLab From 403b9890844d7ac74e9fb1ef9a913e76478a003f Mon Sep 17 00:00:00 2001 From: 65160119 <65160119@go.buu.ac.th> Date: Fri, 28 Mar 2025 14:19:22 +0000 Subject: [PATCH 5/6] Update file auth.css --- public/stylesheets/auth.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/auth.css b/public/stylesheets/auth.css index bad24ad..0aa4022 100644 --- a/public/stylesheets/auth.css +++ b/public/stylesheets/auth.css @@ -1370,7 +1370,7 @@ pre { .table-hover tbody tr:hover { color: #212529; - background-color: rgba(0, 0, 0, 0.075); } + background-color: rgba(118, 116, 116, 0.075); } .table-primary, .table-primary > th, -- GitLab From 0989d2ef8dda399ae09938d6d4879161595ac1fa Mon Sep 17 00:00:00 2001 From: 65160119 <65160119@go.buu.ac.th> Date: Fri, 28 Mar 2025 14:20:28 +0000 Subject: [PATCH 6/6] Update file auth.css --- public/stylesheets/auth.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/auth.css b/public/stylesheets/auth.css index 0aa4022..bad24ad 100644 --- a/public/stylesheets/auth.css +++ b/public/stylesheets/auth.css @@ -1370,7 +1370,7 @@ pre { .table-hover tbody tr:hover { color: #212529; - background-color: rgba(118, 116, 116, 0.075); } + background-color: rgba(0, 0, 0, 0.075); } .table-primary, .table-primary > th, -- GitLab