From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1682677773; bh=W53hnQpPauo3JoODNM647mbv3krLF+0GL7WucEunnSY=; h=From:To:Cc:Subject:Date; b=ZB8Bo+ewZ+DuMnZ/x6AhnTnWGUmoOyLX1ZOTZ9gIhOshbw13EZZ67JsSezWqgBpVv Fuj4zdmXMRUPzhMPj9l+jbIYP25JvH8PuykgLugWHH4q3lWGi5A1d2T5O2+yVL/1ce RypRzh6w4f6VxX9/PJ2DlfsypavK7Y6GyQVogT1ZGZbL2YteBl0j8IQs+0RA9A0myY 3pG3R2YMrSdg79EJsrAle3BNrUAfEaOmD1Kj6pRkdiDJC91W65W9Vw7pBauWG1AdCi szfe8wKeDXi3tc1D9Ggjha+ujw5Gh+bU47KDYFAjMKKYoqsMCUzN84dlYf3BrucrFk DJF9EYS3TQOJw== Received: from localhost.localdomain (unknown [182.1.40.57]) by gnuweeb.org (Postfix) with ESMTPSA id 07B4F245A27; Fri, 28 Apr 2023 17:29:28 +0700 (WIB) From: Memet Zx To: Ammar Faizi Cc: Memet Zx , GNU/Weeb Mailing List , Memet Zx Subject: [PATCH gwspamd v2 0/2] Add new layout profile Date: Fri, 28 Apr 2023 17:29:07 +0700 Message-Id: <20230428102910.327368-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I am writing to submit a patch series for [Project Name] that includes two commits. The first commit adds a new layout profile with a demo chart to display the difference between spam and non-spam messages. The second commit adds the Chart.js minified library to our project's assets directory for local use. Memet Zx (2): gwspamd: web: Add new layout profile with demo chart gwspamd: web: Add Chart.js Minified Library to Assets web/public/assets/js/chart.min.js | 7 ++ web/views/pages/profile.php | 123 +++++++++++++++++++++++------- 2 files changed, 101 insertions(+), 29 deletions(-) create mode 100644 web/public/assets/js/chart.min.js base-commit: 961deae39a099913ca8566e7fec8f3d3f9c4b5f2 -- Memet Zx