Skip to content

Fix FreshRSS livestats styling to match other apps#887

Closed
jaycollett wants to merge 1 commit into
linuxserver:masterfrom
jaycollett:fix/freshrss-livestats-styling
Closed

Fix FreshRSS livestats styling to match other apps#887
jaycollett wants to merge 1 commit into
linuxserver:masterfrom
jaycollett:fix/freshrss-livestats-styling

Conversation

@jaycollett

Copy link
Copy Markdown
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
Copy Markdown
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?

@KodeStar

KodeStar commented Jul 9, 2026

Copy link
Copy Markdown
Member

Thanks for this! An equivalent change landed on master in 30029c1 ("Match appereance with other apps.") — FreshRSS now uses the standard <span class="title">Unread</span><strong>…</strong> markup, so this PR now conflicts because the fix is already in. Closing as superseded; the styling you were after is live in the catalog.

@KodeStar KodeStar closed this Jul 9, 2026
@LinuxServer-CI LinuxServer-CI moved this from PRs to Done in Issue & PR Tracker Jul 9, 2026
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

4 participants