From 0f92777007061c4adf9c0f31445020a7096b94d2 Mon Sep 17 00:00:00 2001 From: danidfra Date: Mon, 4 Nov 2024 16:12:23 -0300 Subject: [PATCH] Change classNames "empty-column-indicator" and "slist__append" to use only Tailwind --- src/features/account-gallery/index.tsx | 6 +++--- src/features/compose/components/search-results.tsx | 6 +++--- src/features/favourited-statuses/index.tsx | 2 +- src/features/followers/index.tsx | 2 +- src/features/following/index.tsx | 2 +- src/features/group/group-gallery.tsx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/features/account-gallery/index.tsx b/src/features/account-gallery/index.tsx index a899d8d17..e8707e543 100644 --- a/src/features/account-gallery/index.tsx +++ b/src/features/account-gallery/index.tsx @@ -105,7 +105,7 @@ const AccountGallery = () => { if (isUnavailable) { return ( -
+
@@ -126,7 +126,7 @@ const AccountGallery = () => { ))} {!isLoading && attachments.size === 0 && ( -
+
)} @@ -135,7 +135,7 @@ const AccountGallery = () => {
{isLoading && attachments.size === 0 && ( -
+
)} diff --git a/src/features/compose/components/search-results.tsx b/src/features/compose/components/search-results.tsx index 87e85fd1f..57f9cc694 100644 --- a/src/features/compose/components/search-results.tsx +++ b/src/features/compose/components/search-results.tsx @@ -132,7 +132,7 @@ const SearchResults = () => { searchResults = suggestions.map(suggestion => ); } else if (loaded) { noResultsMessage = ( -
+
{ resultsIds = trendingStatuses; } else if (loaded) { noResultsMessage = ( -
+
{ searchResults = trends.map(hashtag => ); } else if (loaded) { noResultsMessage = ( -
+
= ({ params }) => { if (isUnavailable) { return ( -
+
diff --git a/src/features/followers/index.tsx b/src/features/followers/index.tsx index 8847beb11..8b2657c63 100644 --- a/src/features/followers/index.tsx +++ b/src/features/followers/index.tsx @@ -44,7 +44,7 @@ const Followers: React.FC = ({ params }) => { if (isUnavailable) { return ( -
+
); diff --git a/src/features/following/index.tsx b/src/features/following/index.tsx index f5c4c3475..eb7d42a27 100644 --- a/src/features/following/index.tsx +++ b/src/features/following/index.tsx @@ -44,7 +44,7 @@ const Following: React.FC = ({ params }) => { if (isUnavailable) { return ( -
+
); diff --git a/src/features/group/group-gallery.tsx b/src/features/group/group-gallery.tsx index a2fd17532..ce83d2f86 100644 --- a/src/features/group/group-gallery.tsx +++ b/src/features/group/group-gallery.tsx @@ -77,7 +77,7 @@ const GroupGallery: React.FC = (props) => { ))} {(!isLoading && attachments.length === 0) && ( -
+
)}