@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) @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

Articles per Feed

@island('articles-per-feed')
! $rangeIsValid])> @if ($this->articlesPerFeed->rows === [])

No feeds are configured yet.

@else
    @foreach ($this->articlesPerFeed->rows as $row)
  • {{ $row->label }} {{ $row->count }} ({{ $this->articlesPerFeed->shareOf($row) }}%)
  • @endforeach
@endif
@endisland