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=1682710506; bh=AiEmI2s5rJQS31sE68yFMCnP/6hLMZnouJTL7fvbbzk=; h=From:To:Cc:Subject:Date; b=pTiUZrWquqgzLqv9l/AUngA8PVQDga0CoyBkMD8l1Zvsntb7QiEsLK1mWbYXPcoE8 LrQaPpgxLAnh3TfRTuPB8QtkDVXl2O7LGKq2elp62qZE3ZcKbwCVgGwO+/b9MgLuh8 Ry5sE2MBGJdYb1nyMCHcXmTsEhDMrm+JPj52/1DOiYAeavGvndo4GNcDgsnW1R1yEz OJq/KT4KEHCgqB0tVKvDJ+JmxmdY3i9D7h+4CSaPh0+PHH38HYZNbDmmgm0ew6hP/2 BM1GkP0f2blIc3LM+xWR84t6xmPwl0x57SCh7PmQXbT1yCMkUmICPXN7wwJah65MDP NMRntU4RpT4FA== Received: from localhost.localdomain (unknown [114.125.26.160]) by gnuweeb.org (Postfix) with ESMTPSA id 057F5245A64; Sat, 29 Apr 2023 02:35:04 +0700 (WIB) From: Memet Zx To: Ammar Faizi Cc: Memet Zx , GNU/Weeb Mailing List , Memet Zx Subject: [PATCH gwspamd 0/3] Refactor Settings Page Layout, Profile Update, and Password Update Date: Sat, 29 Apr 2023 02:34:55 +0700 Message-Id: <20230428193458.366546-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I have refactored the settings page layout, profile update, and password update on the gwspamd web interface. This patch series includes the necessary changes for these pages to function properly and provides a better user experience. Please review the changes and let me know if there are any issues. Thank you. Memet Zx (3): gwspamd: web: Refactor Settings Page Layout and UI gwspamd: web: Refactor Profile Update Page gwspamd: web: Refactor Password Update Page web/views/pages/settings.php | 42 ++++++------- web/views/pages/settings/password.php | 52 +++++++--------- web/views/pages/settings/profile.php | 90 +++++++++++++-------------- 3 files changed, 86 insertions(+), 98 deletions(-) base-commit: 8395b486a20c150f0349807b316d2b990d02a5cb -- Memet Zx