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=-2.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,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=1695726386; bh=4k/lbu2oIn0Znr3zB30b5ttSX5QrvtzAOgM5SQFVxwE=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=H9sH3/xpMZp3Xx32+ZylQiw/BqevQAMjQN2EJ3vDET8/eV2O0ZCZugRmL83Mq4lxa LAoSHxuoU5OEMP+0SwZ9Qtq/Lj0FzonW1r93ECf6JgqH9gXCkXuamIvSo/AQ/Un3vb dHKY2JvhhAiWBzohAVI0MLW5Z/gZnxzl1/SI91PRo9XlrvzZLZ+1eqfIgZVbZ9uGgX b5q9YMTS6a9QSq8gDHzMGA2r9ggn9xUKjzJ6/QrSG2TB+Xs5dy9OhqRXMwZN7raDcw Mr7Mkl/6FzsiMAw+7cDXr3JY/GhAB3hF6DzBJVJJrz1Vd6afEG0zENeLkzo90fa8Nx p+SUZjUZNmsZg== Received: from [192.168.1.5] (unknown [175.158.50.50]) by gnuweeb.org (Postfix) with ESMTPSA id 2551624B71F; Tue, 26 Sep 2023 18:06:24 +0700 (WIB) Message-ID: <17bb4384-4fa9-2ea9-5bf9-7ff0855f325b@gnuweeb.org> Date: Tue, 26 Sep 2023 18:06:20 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v3 00/11] Refactoring and Add New Features To: Ammar Faizi Cc: Arthur Lapz , GNU/Weeb Mailing List , Alviro Iskandar Setiawan , Memet Zx , Irvan Malik Azantha References: <20230924094532.1662-1-kiizuha@gnuweeb.org> <169571411755.622899.9985555732798757668.b4-ty@gnuweeb.org> Content-Language: en-US From: Muhammad Rizki In-Reply-To: <169571411755.622899.9985555732798757668.b4-ty@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 26/09/2023 14.44, Ammar Faizi wrote: > 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. Oh, I was wrong to add his email address, I thought this is his email address Arthur Lapz 😂 > > 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,