From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.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_DBL_BLOCKED_OPENDNS, URIBL_ZEN_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=1741194252; bh=ePbGqsvo1FGGmMWVYcGGrikRq/ERCKfjxj8bRNpy3MU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID: Date:From:Reply-To:Subject:To:Cc:In-Reply-To:References: Resent-Date:Resent-From:Resent-To:Resent-Cc:User-Agent: Content-Type:Content-Transfer-Encoding; b=HPNSGx/ZY/8Fj73XGhxYyS8+BHtONgD03QzHXFAkDwbQss/eRclhPFq2A0Gi4EW5e d/z7SPvtZrpooKV7J58hLz8SPsLFhJ+ymSFw3+CCGWKcJBNoTXaf2KUsC+mv2LXawi skCqawfuuUSRKcfo5fwNZgcVYTQ7VjwMz8atU8OiVoNfWpG5CUNCL07glMPgOdV/6y GELFsYqM4+UwtBYvgPfHy9wuEroC9QWJyJZT45RaM0UT6eShthb1Cu/wJ+W3Plmq9H 4YNuqQ6bdEWbaU0ATWbPzYFSEPGuZrJRVMZen7VMOPOYfGUWLg6O8hZPxOycKSfklG CGEmwgkRe5fww== Received: from integral2.. (unknown [146.70.14.29]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 85ACA20B4833; Wed, 5 Mar 2025 17:04:10 +0000 (UTC) From: Ammar Faizi To: Muhammad Rizki Cc: Ammar Faizi , GNU/Weeb Mailing List , Alviro Iskandar Setiawan Subject: Re: [PATCH v1 00/17] Profile Page, SEO, Fixed API structure, Docs Date: Thu, 6 Mar 2025 00:04:05 +0700 Message-Id: <20250305170405.173945-1-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250305144018.267-1-kiizuha@gnuweeb.org> References: <20250305144018.267-1-kiizuha@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit List-Id: On Wed, 5 Mar 2025 21:39:59 +0700, Muhammad Rizki wrote: > This series of patches was planned only to update profile page feature, > since there is a change in the API structure, I also fixed > the API response type to prevent breaking change. > > To prevent more breaking change on production site in the future, > sir Ammar has made a staging API for development stage, > since there is a staging API version, I added an environment variable > `PUBLIC_BASE_URL` for each environment (development or production). > You should set `PUBLIC_BASE_URL` environment in your own server, > there is an example file for development and production environment > in this patch, please see `.env.development.example` and > `.env.production.example` in root directory. > > [...] Applied, thanks! [01/17] fix(typing): add user_info type prop commit: b418f03c8549d70b31eb8c40b3cd1063d7173f7b [02/17] refactor: optimize icon imports to reduce bundle size commit: a98e3b42c132562071f68ca8b6324e18e4576746 [03/17] chore(change-pwd): adjust change password heading styling commit: a9d7e99ef66e443611e6a92227f44aec461fd1ba [04/17] chore(settings/layout): use prose: for heading styling commit: 3d886a3f1422957f68564c5757662a371962a8f2 [05/17] fix(profile): fix edit avatar button position commit: b646cd12f50fde6b3e2eb56764846fd72cf24dc6 [06/17] fix(breadcrumb): Move settingsNav to settings items navigations commit: 060dac3c1e49c31d27f30b685c03e8d5718bdde0 [07/17] chore(responsive): adjust styling commit: 3ea26074d3ba4e8402d3d1982108abf91a310fb9 [08/17] chore(navigations): Replace index /settings url commit: c756763c9244970037ab9fd8f5d2b6d4fcc0724c [09/17] feat(ui): Add popover and dialog UI component commit: a669ffb112fb1c9eefaecd3dcb362e226695f0c6 [10/17] feat(http): Use PUBLIC_BASE_URL for each environment commit: 3a9b86820fd28d892514c16bb0cd1afea1120143 [11/17] feat(icons): Add social icons commit: fdcf495a34f38a00d5dd22afcd53d876978ebd78 [12/17] feat(typing/enum): add Gender and IsActive enum commit: ed2f96695766e972848eff984885b0ebcc93ab93 [13/17] refactor!:feat: update API response structure, update profile page commit: 5e434a1f8e2203c6118ed5c6a4aa1407edaae775 [14/17] chore(meta): rename favicon.png to favicon.ico commit: f244cdb7fa8b3f880787e63358067d895a7224f9 [15/17] feat(seo): add SEO for site metadata commit: e535723845b7b9b788c000ad51b1918256aea75b [16/17] chore(login): use $derived() instead of function based commit: f16c4482d0c851c0fd82ea1e5de21015c51ec914 [17/17] docs: update README.md commit: 2d08530366126cc141c7df02bcd2ff847cde264f Best regards, -- Ammar Faizi