Skip to content

Commit

Permalink
tidier info panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed May 28, 2024
1 parent 13fc9ea commit 3e05c97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/YtcFilterWelcome.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<p style="text-align: center;">
<span style="margin-bottom: 0.5rem;">Filtered messages will appear here.</span>
<br />
<strong>Preset:</strong>
<!-- <strong>Preset:</strong> -->
<span class="trimmed">
{$currentFilterPreset?.nickname}
</span>
<span>
({$currentFilterPreset?.filters.filter(f => f.enabled).length} filters)
</span>
<br />
<strong>Video:</strong>
</span>,
<!-- <br /> -->
<!-- <strong>Video:</strong> -->
{#if $videoInfo}
{#if $videoInfo?.video?.title}
<span class="trimmed">{$videoInfo?.video?.title || 'Unknown'}</span>
Expand All @@ -31,12 +31,12 @@
<span>{$videoInfo.video.videoId || 'Unknown'}</span>
{/if}
{:else}
<span>Unknown</span>
<span>Unknown Video</span>
{/if}
<br />
<strong>v{version}:</strong>
<span>
auto-open setting + UI tweaks.
new auto-open setting + UI tweaks.
</span>
</p>
</div>
Expand Down

0 comments on commit 3e05c97

Please # to comment.