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=1696208788; bh=1z9IDcuGCHnrrIVdgVWJiFIiCpzAdUukXZO2yO7CqZQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=irZl+YLv2+nKdE2OC5VFHmNhBOrgOQSZpXyYry3oenzhk8DFiHDnbPLeaGZHa/0+P Ic/m+K0rx6QDHMPmVR1xpXGqfKcvsOEAJugjNhYF4D5pnbr6UHZcyJRdIBho07aNpH 571alJRoDSa4nu1afACtD3N8Bp1GwdXP2OaBM+FVrVKDx1y+CeKbKLA5XNve5N1lfn cWBsrtD4NzMIt9LvGCvoTXIZuK7KdwgD1x79mwzLvL6XruYIVNfOSIxFBTaLIqyLag p5Upr/6MJJmmVzXqK3fuKYPz2DBn6Aw9jgtrZopqawNJH6dgsVMRPjdeJEBs2h6Ata uA5/yI6xW1WOw== Received: from [192.168.1.5] (unknown [175.158.50.50]) by gnuweeb.org (Postfix) with ESMTPSA id AE64E24B87C; Mon, 2 Oct 2023 08:06:27 +0700 (WIB) Message-ID: <2445d836-d356-ef06-0d34-7a10da5264b2@gnuweeb.org> Date: Mon, 2 Oct 2023 08:06:24 +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 Website v2 0/2] API Local Storage and Scrollbars To: Memet Zx , Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List , Irvan Malik Azantha References: <20230930203501.57609-1-zxce3@gnuweeb.org> Content-Language: en-US From: Muhammad Rizki In-Reply-To: <20230930203501.57609-1-zxce3@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 01/10/2023 03.34, Memet Zx wrote: > Hello, > > This is PATCH v2. I apologize for the oversight in the v1 cover letter. > I neglected to provide an explanation of the changes, so I will address > them in detail here: > > [1] Local Storage Caching for Org Members and User Info > > Implemented local storage caching to store org members' data and user > info. This change was prompted by limitations experienced while > requesting data from the GitHub API, ensuring smoother performance. > > [2] Custom Styling for Scrollbars > > Added custom styles for scrollbars interface, enhancing the visual > appeal and providing a more refined user experience. > > Thank you. > I tried to migrate this project to svelte-kit framework, would you make that changes later if Ammar agreed for the migration and applied the changes? > > Memet Zx (2): > feat: Add local storage caching for org members and user info > style: Add custom styling for scrollbars in chat interface > > index.html | 86 ++++++++++++++++++++++++++++++++++++++++-------------- > style.css | 11 +++++++ > 2 files changed, 75 insertions(+), 22 deletions(-) > > > base-commit: 470d43b7b80e5db207616200e069135c20b3d5ee > -- > Memet Zx