@island('system-overview')
System Overview
Active Feeds
{{ $this->systemStats['active_feeds'] }}
/{{ $this->systemStats['total_feeds'] }}
Platform Accounts
{{ $this->systemStats['active_platform_accounts'] }}
/{{ $this->systemStats['total_platform_accounts'] }}
Platform Channels
{{ $this->systemStats['active_platform_channels'] }}
/{{ $this->systemStats['total_platform_channels'] }}
Active Routes
{{ $this->systemStats['active_routes'] }}
/{{ $this->systemStats['total_routes'] }}
@endisland
Article Statistics
@foreach ($this->presets as $value => $label)
{{ $label }}
@endforeach
@error('from')
{{ $message }}
@enderror
@error('to')
{{ $message }}
@enderror
@island('article-statistics')
! $rangeIsValid])>
Articles Fetched
{{ $this->articleStats['articles_fetched'] }}
Articles Published
{{ $this->articleStats['articles_published'] }}
Published Rate
{{ $this->articleStats['published_percentage'] }}%
@endisland
Fetched vs Published
@island('articles-trend')
@include('livewire.partials.trend-panel', [
'result' => $this->articlesTrend,
'emptyMessage' => 'No articles or publications in this range.',
'tooWideMessage' => 'This range is too wide to chart by day. Pick a range under two years.',
])
@endisland
Articles per Feed
@island('articles-per-feed')
@include('livewire.partials.breakdown-panel', [
'result' => $this->articlesPerFeed,
'emptyMessage' => 'No feeds are configured yet.',
])
@endisland
Publications per Channel
@island('publications-per-channel')
@include('livewire.partials.breakdown-panel', [
'result' => $this->publicationsPerChannel,
'emptyMessage' => 'No channels are configured yet.',
])
@endisland