{{ groupName || 'Loading...' }}

@if (lastFetchedAt) {
Last refreshed: {{ lastFetchedAt | date: 'medium' }} @if (stale) { stale }
} @else {
Never fetched
}
@for (tab of tabs; track tab.value) { }
@if (loading) {
Loading...
} @if (!loading && posts.length === 0) {
No posts found for this group. @if (stale) { Use Force Refresh to fetch from Mastodon. }
} @if (!loading) { @for (p of posts; track p.id; let i = $index) {
@if (i > 0) {
}
@if (p.author_avatar) { }
{{ p.author_display_name }} @{{ p.author_acct }}
{{ p.created_at | date: 'mediumDate' }}
@if (p.is_reblog) { REBLOG } @if (p.is_reply) { REPLY }
@if (p.videos.length > 0) {
@for (vid of p.videos; track vid.id) { }
}
View thread ↩ Reply {{ p.counts.replies }} replies • {{ p.counts.likes }} likes • {{ p.counts.reblogs }} boosts
} } @if (!loading && nextCursor) {
@if (loadingMore) { Loading more... } @else { }
}