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=1695714297; bh=nOAuHwKBbvVU6xwlUMkFB7F9AhDQVAKyxum0um2pvSI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=g3JinJ5AcaqCmUFQ31BogT7/jqV30+qLCX0A/1av5bV8lYHKHDsXNGhBZeTPXvEe3 tiKKuJjiFB7s8E1OX0NfxUisaEEz0irjEYAb+FAl3i3e6kC9CYvDP/ruOq6crA7/st /APSgTnX6ca0tdQxZmQdBXIrKO3ehOtTGvQdSL0vMOKB+xhm7TgbM1kReHzfl23kOQ Oj00gRp7fshzZIggP+pn1DCUovCU5uV3+rBAZFv2YKExpXp1xKhOF3PfRewiIs5rIy i4/8Hud6vLRF686veYhxQUHOek1h7YuKzHuZQnvKxwElIwDLt1paGKvv35tuBb4zd7 aWAW0AfkMGbAw== Received: from localhost.localdomain (unknown [182.253.126.208]) by gnuweeb.org (Postfix) with ESMTPSA id BFBB724B753; Tue, 26 Sep 2023 14:44:53 +0700 (WIB) From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , Arthur Lapz , GNU/Weeb Mailing List , Alviro Iskandar Setiawan , Memet Zx , Irvan Malik Azantha Subject: Re: [PATCH v3 00/11] Refactoring and Add New Features Date: Tue, 26 Sep 2023 14:44:45 +0700 Message-Id: <169571411755.622899.9985555732798757668.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230924094532.1662-1-kiizuha@gnuweeb.org> References: <20230924094532.1662-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Sun, 24 Sep 2023 16:45:21 +0700, Muhammad Rizki wrote: > This series contains changes for commit 11/11: > v3: > - Removed complexity from the `hashCode()` function. > - Add missing semicolons and wrong semicolon placement. > - Change transition duration for chat bubble UI highlighting when > clicked a reply UI button (line 452). > - Add `line-clamp-1` for reply user profile name UI (line 578). > > [...] Adding Irvan Malik to the Cc list just to let him know that I've applied this series. Irvan, please holler if you find something wrong. Applied, thanks! [01/11] style: remove extra newline at end of file commit: 0f63eff8cb712acfaf1a21f1eff2481f85747638 [02/11] feat(static/img): add `profile-cover.jpg` commit: faabba2063e8ce2bda08ce6ffda8062611198d79 [03/11] refactor(page): improve page design and add profile image cover commit: 9cff347ee196c5637efcfa82286f9ee05b96ecd8 [04/11] feat(page): improve UX for copying text commit: b7beb253b7c78b9e25ccbbaa17b2ca07757c8d19 [05/11] chore(page): add newlines to enhance Developer Experience commit: fd8cb959dc593d2455e55b9bdf9b2d719c38c214 [06/11] feat(page): add GNUWeeb member list UI commit: 1f3ce60e32b22a0cd07f9492cece57757379b28f [07/11] feat(page): add `getOrgMembers()` function commit: 5660303fe752a6ccda321295eb7fcc9bae96545e [08/11] feat(page): add `renderMemberList()` function commit: 2092a32db9a15faf037d64b4712ce5c95e6450ea [09/11] feat(page): add initial UI for displaying recent group messages commit: 247e85a22e1e6ca1e73bde6d850ff9177dfc7e92 [10/11] feat(css): add initial CSS class styles for chat bubbles commit: 94538512f22b45c31512dd2262534015776385b7 [11/11] feat(page): implement chat bubble message rendering commit: e21879bf509a74bae2569fb79bda5f1a5b4dd919 Best regards, -- Ammar Faizi