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=1695416357; bh=aSYD020EH3/9RSGElTVshjHMZ9ozZecPspjJI7miAvQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=eUI6fjfBbcXBx6ST34US9vG8wCNVMBwR5XaQOP/SForyiKAaL+YCpfLuCkzxupGTA dcxQRuyGqpUSLBVCS7y1wUBpGT+1iDdmqzYqbmxpby2P9RkLTg7pbVWM7LomPisgl/ Rhhc4atD8jRDxDwpRUoP1FoA4qrQMZkaJs9Mteg9UJkoZnMqHGD7K2TKJneHgUl55g LWDiseaD65tys5xh2TDg7SOHvYxE4PsWrwVthDdcc7NPyHbWZkBf3AWUPhIj4Gl8kL LqP5/O/xqRT/QHM2dzXcs3snIy3HGSxInlsO7pGsiskMQLFVzlNK/gNBm2OuLfvAC4 oGhTuKYAKN8Eg== Received: from localhost.localdomain (unknown [175.158.50.129]) by gnuweeb.org (Postfix) with ESMTPSA id 01CFE24B693; Sat, 23 Sep 2023 03:59:14 +0700 (WIB) From: Muhammad Rizki To: Ammar Faizi Cc: Muhammad Rizki , Alviro Iskandar Setiawan , Arthur Lapz , Memet Zx , GNU/Weeb Mailing List Subject: [PATCH v1 06/11] feat(page): add GNUWeeb member list UI Date: Sat, 23 Sep 2023 03:58:12 +0700 Message-Id: <20230922205817.107-7-kiizuha@gnuweeb.org> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20230922205817.107-1-kiizuha@gnuweeb.org> References: <20230922205817.107-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 @@ + + +