diff --git a/apps/web/src/components/commerce/WishlistView.tsx b/apps/web/src/components/commerce/WishlistView.tsx index b12cb6456..5df34b1f9 100644 --- a/apps/web/src/components/commerce/WishlistView.tsx +++ b/apps/web/src/components/commerce/WishlistView.tsx @@ -155,7 +155,7 @@ export const WishlistView: React.FC = () => {
diff --git a/apps/web/src/components/education/CourseCard.tsx b/apps/web/src/components/education/CourseCard.tsx index 08d04c1ee..65594c4f0 100644 --- a/apps/web/src/components/education/CourseCard.tsx +++ b/apps/web/src/components/education/CourseCard.tsx @@ -27,14 +27,14 @@ const CourseCardComponent: React.FC = ({ return ( onClick(course)} > {/* Cover */}
diff --git a/apps/web/src/components/marketplace/ProductCard.tsx b/apps/web/src/components/marketplace/ProductCard.tsx index 67e2e1d14..f323c55c7 100644 --- a/apps/web/src/components/marketplace/ProductCard.tsx +++ b/apps/web/src/components/marketplace/ProductCard.tsx @@ -41,7 +41,7 @@ const ProductCardComponent: React.FC = ({
diff --git a/apps/web/src/components/social/PostCard.tsx b/apps/web/src/components/social/PostCard.tsx index 08ca95932..e10321a14 100644 --- a/apps/web/src/components/social/PostCard.tsx +++ b/apps/web/src/components/social/PostCard.tsx @@ -112,7 +112,7 @@ const PostCardComponent: React.FC = ({ post }) => { <> {/* Repost Header */} {post.isRepost && ( @@ -177,7 +177,7 @@ const PostCardComponent: React.FC = ({ post }) => {
)} @@ -189,7 +189,7 @@ const PostCardComponent: React.FC = ({ post }) => { {post.audioTrack.title
diff --git a/apps/web/src/components/ui/textarea.tsx b/apps/web/src/components/ui/textarea.tsx index 7f3c31ed5..9be254b6d 100644 --- a/apps/web/src/components/ui/textarea.tsx +++ b/apps/web/src/components/ui/textarea.tsx @@ -89,7 +89,7 @@ const Textarea = React.forwardRef( 'rounded-lg', 'focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background', 'transition-all duration-[var(--duration-fast)]', - 'min-h-[100px] resize-y', + 'min-h-24 resize-y', className, )} {...props} diff --git a/apps/web/src/components/views/social-view/SocialViewFeedItem.tsx b/apps/web/src/components/views/social-view/SocialViewFeedItem.tsx index 0e17999c6..9bc14d323 100644 --- a/apps/web/src/components/views/social-view/SocialViewFeedItem.tsx +++ b/apps/web/src/components/views/social-view/SocialViewFeedItem.tsx @@ -39,7 +39,7 @@ export function SocialViewFeedItem({ track, onPlay }: SocialViewFeedItemProps) { >
diff --git a/apps/web/src/features/dashboard/pages/DashboardPage.tsx b/apps/web/src/features/dashboard/pages/DashboardPage.tsx index 972f012d7..2f4ff87d3 100644 --- a/apps/web/src/features/dashboard/pages/DashboardPage.tsx +++ b/apps/web/src/features/dashboard/pages/DashboardPage.tsx @@ -44,7 +44,7 @@ function WelcomeBanner({ username }: { username: string }) {

{greeting},{' '} - + {username}

@@ -73,7 +73,7 @@ function QuickActions() {
diff --git a/apps/web/src/features/playlists/components/PlaylistHeader.tsx b/apps/web/src/features/playlists/components/PlaylistHeader.tsx index 5cde71531..a3bb8a5fb 100644 --- a/apps/web/src/features/playlists/components/PlaylistHeader.tsx +++ b/apps/web/src/features/playlists/components/PlaylistHeader.tsx @@ -33,7 +33,7 @@ export function PlaylistHeader({ playlist, className }: PlaylistHeaderProps) {
{/* Cover Image - Mobile optimized */} -
+
{playlist.cover_url ? ( ) : ( -
+
)} diff --git a/apps/web/src/features/playlists/pages/playlist-detail-page/PlaylistDetailPageHero.tsx b/apps/web/src/features/playlists/pages/playlist-detail-page/PlaylistDetailPageHero.tsx index 8fd18625f..f99b6a862 100644 --- a/apps/web/src/features/playlists/pages/playlist-detail-page/PlaylistDetailPageHero.tsx +++ b/apps/web/src/features/playlists/pages/playlist-detail-page/PlaylistDetailPageHero.tsx @@ -7,7 +7,7 @@ interface PlaylistDetailPageHeroProps { export function PlaylistDetailPageHero({ playlist }: PlaylistDetailPageHeroProps) { return (
-
+
{playlist.cover_url && (
{/* Base gradient layer */} -
+
{/* Radial highlight at center-top */}
diff --git a/apps/web/src/features/search/components/search-page/SearchPageHeader.tsx b/apps/web/src/features/search/components/search-page/SearchPageHeader.tsx index 602daa80c..0d24a9200 100644 --- a/apps/web/src/features/search/components/search-page/SearchPageHeader.tsx +++ b/apps/web/src/features/search/components/search-page/SearchPageHeader.tsx @@ -35,7 +35,7 @@ export function SearchPageHeader({