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, URIBL_DBL_BLOCKED_OPENDNS 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=1695548762; bh=aSYD020EH3/9RSGElTVshjHMZ9ozZecPspjJI7miAvQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Mu9hITmQjQYa7CGHZtdpcmuLfutGLXGU+EmYLW/HEsaQJsvmH2igKcde9j6+XCbrD cPf+BW+z4wCle0TcLu0ioeCc3YDJ9vJq2UIYDe6l7yu/VEPO6xc2BScVM4g0h+9HVr IUmXH8EQGyO8qTz5/1Kya6eKTJD1oxp2n/s8TiaZbpEzdxwiKWa10fAmSTx2SL9sss yvS6r73UdpilPGcVsJrThMinnDZtIWcjFniXoeG/TIhVVp42viE5/2eTQSTgZ5zV7O NZGllJovVHNbuEfW+OX1xHDYhQQUk/w5dPegr0aSmGlgi067gr7eOzBvWxmw+ZDk1b bWavRTqC7T1ZA== Received: from localhost.localdomain (unknown [101.128.125.146]) by gnuweeb.org (Postfix) with ESMTPSA id 0F0AE24B714; Sun, 24 Sep 2023 16:46:00 +0700 (WIB) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx , GNU/Weeb Mailing List Subject: [PATCH v3 06/11] feat(page): add GNUWeeb member list UI Date: Sun, 24 Sep 2023 16:45:27 +0700 Message-Id: <20230924094532.1662-7-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20230924094532.1662-1-kiizuha@gnuweeb.org> References: <20230924094532.1662-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This commit adds the GNUWeeb organization member list UI component, which will display GitHub organization members. The UI rendering function for displaying members is under development and will be released in the next commit. Signed-off-by: Muhammad Rizki --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/index.html b/index.html index af65fcc..40f8a9e 100644 --- a/index.html +++ b/index.html @@ -253,6 +253,27 @@ + + +