add notif and update style

This commit is contained in:
Pas 2025-08-16 12:14:24 -06:00
parent 6eae03e3c4
commit 8693cd55d8
2 changed files with 14 additions and 3 deletions

View file

@ -8,6 +8,20 @@
<lastBuildDate>Mon, 28 Jul 2025 21:53:00 GMT</lastBuildDate>
<atom:link href="https://pstream.mov/notifications.xml" rel="self" type="application/rss+xml" />
<item>
<guid>notification-036</guid>
<title>Some sources are currently down</title>
<description>Some sources are currently down. We are aware of the issue and are working to resolve it.
Unfortunatly, many sources needed to be disabled due to them showing NSFW content and xprime is experiencing a temporary outage.
I recommend you set up the febbox token to get access to FED API and CIA API, the best sources at the moment. You can find the febbox token setting at the botton of the settings page!
If you are interested in adding a new source to P-Stream, I recently created a new guide for it! Check the link below.</description>
<link>https://providers.pstream.mov/in-depth/development</link>
<pubDate>Sat, 16 Aug 2025 11:12:00 MST</pubDate>
<category>announcement</category>
</item>
<item>
<guid>notification-033</guid>
<title>Clarifying current source issues</title>

View file

@ -130,9 +130,6 @@ export function ListView({
>
{notification.title}
</h3>
{!isRead && (
<span className="inline-block w-2 h-2 rounded-full bg-red-500" />
)}
</div>
<div className="flex flex-col sm:flex-row items-start sm:items-center gap-1 sm:gap-2 order-1 sm:order-2">
{/* Mobile: Source • Category */}