Skip to content

Conversation

@jaycollett
Copy link
Contributor

Summary

The FreshRSS livestats.blade.php template used a non-standard structure that didn't match other apps like Miniflux, Sonarr, and Plex.

Before:

<span class="title" style="color:orange;">{!! $unread !!} Unread</span>

After:

<span class="title">Unread</span>
<strong>{!! $unread !!}</strong>

This aligns with the standard pattern used throughout other apps in this repository.

Fixes linuxserver/Heimdall#1525

Update the livestats.blade.php template to use the standard pattern
with separate title and strong elements, consistent with Miniflux,
Sonarr, Plex, and other apps.

Fixes linuxserver/Heimdall#1525
@mvdkleijn
Copy link
Collaborator

Sorry for the delay. I was busy working on https://opencommit.eu related stuff.

I believe this was fixed in an earlier PR I merged today?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Bug in opt/Heimdall/app/SupportedApps/FreshRSS/livestats.blade.php

2 participants