From 4f7b191828571febca86f29330e28e576c2a2113 Mon Sep 17 00:00:00 2001 From: Dharit Tantiviramanond Date: Wed, 24 Sep 2025 20:26:16 -0400 Subject: [PATCH 1/3] Borders for artist coin explore page --- .../ArtistCoinsExplorePage.tsx | 2 +- .../components/ArtistCoinsTable.tsx | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx b/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx index 10edcb9f003..264fd2ec79a 100644 --- a/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx +++ b/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx @@ -116,7 +116,7 @@ const DesktopArtistCoinsExplorePage = () => { - + { if (isPending) { return ( - + @@ -407,6 +414,8 @@ export const ArtistCoinsTable = ({ searchQuery }: ArtistCoinsTableProps) => { alignItems='center' p='4xl' gap='l' + border='default' + borderRadius='m' > @@ -420,7 +429,7 @@ export const ArtistCoinsTable = ({ searchQuery }: ArtistCoinsTableProps) => { } return ( - + Date: Wed, 24 Sep 2025 20:30:22 -0400 Subject: [PATCH 2/3] mobile --- .../artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx b/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx index 1b4484fabe6..f14d282c1e4 100644 --- a/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx +++ b/packages/mobile/src/screens/artist-coins-explore-screen/ArtistCoinsExploreScreen.tsx @@ -165,7 +165,7 @@ export const ArtistCoinsExploreScreen = () => {
)} > - + { ) : shouldShowNoCoinsContent ? ( ) : ( - + {coins.map((coin) => ( Date: Wed, 24 Sep 2025 21:24:47 -0400 Subject: [PATCH 3/3] overflow hidden --- .../pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx b/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx index 264fd2ec79a..132658f46e6 100644 --- a/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx +++ b/packages/web/src/pages/artist-coins-explore-page/ArtistCoinsExplorePage.tsx @@ -139,6 +139,7 @@ const DesktopArtistCoinsExplorePage = () => { alignItems='center' border='default' borderRadius='m' + css={{ overflow: 'hidden' }} > {messages.required}