Personalized following feed
Follow a few creators to unlock a feed made of their newest art, social activity, and rising work from around your network.
Activity from people you follow
{{ data_get($activity, 'user.username') ? '@' . data_get($activity, 'user.username') : data_get($activity, 'user.name', 'Creator') }}
@if (data_get($activity, 'type') === 'follow') started following {{ data_get($activity, 'target_user.username') ? '@' . data_get($activity, 'target_user.username') : 'another creator' }} @elseif (data_get($activity, 'type') === 'upload') published {{ data_get($activity, 'artwork.title', 'a new artwork') }} @elseif (in_array(data_get($activity, 'type'), ['comment', 'reply'], true)) {{ data_get($activity, 'type') === 'reply' ? 'replied on' : 'commented on' }} {{ data_get($activity, 'artwork.title', 'an artwork') }} @else {{ ucfirst(str_replace('_', ' ', (string) data_get($activity, 'type', 'activity'))) }} @endif
{{ data_get($activity, 'time_ago') ?: data_get($activity, 'created_at') }}
Trending in your network
{{ $itemTitle ?: 'Untitled artwork' }}
{{ data_get($item, 'author.username') ? '@' . data_get($item, 'author.username') : data_get($item, 'username', data_get($item, 'uname')) }}
@if (is_array($item) && isset($item['stats'])){{ number_format((int) data_get($item, 'stats.favorites', 0)) }} favourites · {{ number_format((int) data_get($item, 'stats.views', 0)) }} views
@endifSuggested creators
{{ $userCard['name'] ?? $userCard['username'] ?? 'Creator' }}
@{{ $userCard['username'] ?? 'creator' }}
{{ data_get($userCard, 'context.follower_overlap.label') ?: data_get($userCard, 'context.shared_following.label') ?: ($userCard['reason'] ?? 'Recommended for you') }}