Showing {{ clips_filtered.length }} of {{ clips.length }} clips fetched for {{ clips_user }}
Clip {{ sort_dir === 'desc' ? '▼' : '▲' }} | Duration {{ sort_dir === 'desc' ? '▼' : '▲' }} | Views {{ sort_dir === 'desc' ? '▼' : '▲' }} | Category {{ sort_dir === 'desc' ? '▼' : '▲' }} | Clipper {{ sort_dir === 'desc' ? '▼' : '▲' }} | Date {{ sort_dir === 'desc' ? '▼' : '▲' }} |
---|---|---|---|---|---|
|
{{ clip.duration }}s | {{ clip.view_count }} | {{ clip.game }} | {{ clip.creator_name }} | {{ new Date(clip.created_at).toLocaleString() }} |