-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✨ Add tags in listing page * 🚸 Hide tags button in search result * 📈 Fire tag click event before fetching API * 🚸 Improve no result for tag view with filter * 🎨 Clean up redundant code for landing page data * 🔍️ Add tag to title * 🥅 Guard CMS products array * 🎨 Add lazy to FetchBookstoreCMSProductsByTagId * 🎨 Improve set filter query logic * 💬 Update Chinese translation Co-authored-by: William Chong <[email protected]> --------- Co-authored-by: William Chong <[email protected]>
- Loading branch information
1 parent
b60436c
commit 2e043eb
Showing
16 changed files
with
465 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,8 @@ ARWEAVE_ENDPOINT=https://arweave.net | |
IPFS_VIEW_GATEWAY_URL=https://w3s.link/ipfs | ||
SENTRY_DSN=https://[email protected]/1423120 | ||
AIRTABLE_CMS_BASE_ID=appdrA6ruqhPRRFQj | ||
AIRTABLE_CMS_TABLE_ID=tblYTTj9AkyKAi8Md | ||
AIRTABLE_CMS_PRODUCTS_TABLE_ID=tblYTTj9AkyKAi8Md | ||
AIRTABLE_CMS_TAGS_TABLE_ID=tblUhRa3g1x2qmrik | ||
AUTHCORE_PUBLIC_KEY="-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEErdiPZuoZVaPr/iKOquepAtnGrAI | ||
q3wuANrwUjyvFJeOztAbPKAc+CjP+jJZ4UjEQl/PoIwZZDgOWMeYe0pO6Q== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ ARWEAVE_ENDPOINT=https://gateway.irys.xyz | |
IPFS_VIEW_GATEWAY_URL=https://w3s.link/ipfs | ||
SENTRY_DSN=https://[email protected]/1423136 | ||
AIRTABLE_CMS_BASE_ID=appFqs8fP9s6ufPEr | ||
AIRTABLE_CMS_TABLE_ID=tblv1oj3gGQJFlRaw | ||
AIRTABLE_CMS_PRODUCTS_TABLE_ID=tblv1oj3gGQJFlRaw | ||
AIRTABLE_CMS_TAGS_TABLE_ID=tblSLu7rMASRkTYHK | ||
AUTHCORE_PUBLIC_KEY="-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEKY6MShC7UrSkekyczKKvZQXuxFKD | ||
Rd0DEgV6r9XeDAZoYPPTvgx3oNBTatFJjSOJ/qRrBbqvbZDiPOLpJ7vlaQ== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.