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=1695820492; bh=paQaq4k2Nhbix+CMwWTEiy2njCiQ5OUSt+F2idad0RM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Lmlg/mYJBK1ak4n0LTQDYOOGxDlUqlvXSJRGq2n7i2Qejzy5x7H305/GjmgaLfxjt nTvttmd/G2B+m1jc+Ez/vTK/brnh7sQKmcJhxDTNt49Tu3V99++8iZDcLxuhlFD7Dc phXbV6YSsiPqwcOgOeXuqe6JmHKM/A8jparOZYl57VJcMQkv1syWlNs2tYUSj40rY7 zioefKQxGeC3lICVSZwWr/+uvE864Jw6iXcO9rPbvcfCGL2/0p8bVEpIQJk9WQ1Syb IQh3yMehJtazOAJIEt73RKh1AC4PqoS69xb/qGuWzJyrYpCYJhD3S269J36TyxbPfU RXVuamqOCGZ/g== Received: from localhost.localdomain (unknown [182.253.126.208]) by gnuweeb.org (Postfix) with ESMTPSA id 0D1F824B795; Wed, 27 Sep 2023 20:14:48 +0700 (WIB) From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , Memet Zx , GNU/Weeb Mailing List , Alviro Iskandar Setiawan , Irvan Malik Azantha Subject: Re: [PATCH v2 0/2] Fix getFixedRandomColor() function Date: Wed, 27 Sep 2023 20:14:41 +0700 Message-Id: <169582045870.789572.8915819723730722682.b4-ty@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230927130934.1237-1-kiizuha@gnuweeb.org> References: <20230927130934.1237-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Wed, 27 Sep 2023 20:09:32 +0700, Muhammad Rizki wrote: > This series contains: > - Fix getFixedRandomColor() to fix logic Tailwind class name selection. > - Add error message text to the recent message UI. > > v2: > - Add `.split(" ")` on return `getFixedRandomColor()`. > - Add error message text to the recent message UI. > > [...] Applied, thanks! [1/2] fix(page): fix getFixedRandomColor() function commit: 6dc2b22b34f7724d81041203d24b24f18b5258ea [2/2] feat(page): add error message for recent messages commit: 49d472f817b656aaa929175fc9ed26d164b7c410 Best regards, -- Ammar Faizi