Skip to content

Clarify: Visibility hidden vs. archived#7970

Merged
Alkarex merged 1 commit intoFreshRSS:edgefrom
Alkarex:fix-priority-hidden
Sep 15, 2025
Merged

Clarify: Visibility hidden vs. archived#7970
Alkarex merged 1 commit intoFreshRSS:edgefrom
Alkarex:fix-priority-hidden

Conversation

@Alkarex
Copy link
Member

@Alkarex Alkarex commented Sep 15, 2025

fix #7887
We have two concepts: how much a feed is shown or not (controlled by priority), and how often a feed is refreshed (or not, in which case it is archived).
This PR removes the wording Archived from the visibility parameter, since this is not what it does.

fix FreshRSS#7887
We have two concepts: how much a feed is shown or not (controlled by priority), and how often a feed is refreshed (or not, in which case it is archived).
This PR removes the wording *Archived* from the *visibility* parameter, since this is not what it does.
@Alkarex Alkarex added I18n 🌍 Translations UX User experience labels Sep 15, 2025
@Alkarex Alkarex added this to the 1.27.1 milestone Sep 15, 2025
@Inverle
Copy link
Member

Inverle commented Sep 15, 2025

So is there currently a way to exclude a feed from being refreshed, including manual refreshes?

@Inverle
Copy link
Member

Inverle commented Sep 15, 2025

Another annoying bug is that you can't directly filter a hidden feed, it just shows a 404 page.

(while the statistics page somewhat works, but shows "All feeds" in the select menu)

@Alkarex
Copy link
Member Author

Alkarex commented Sep 15, 2025

So is there currently a way to exclude a feed from being refreshed, including manual refreshes?

Yes, with the Mute button:
image

The reason it keeps the refresh value is to make it easier to toggle some feeds on and off, but the UI could likely be improved.

@Alkarex
Copy link
Member Author

Alkarex commented Sep 15, 2025

Another annoying bug is that you can't directly filter a hidden feed, it just shows a 404 page.

Right, that is a bug that should be fixed

@Inverle
Copy link
Member

Inverle commented Sep 15, 2025

Yes, with the Mute button

I've had no idea what it does before, but now I know ;)

Is this mentioned anywhere in the documentation?

Something like this would be helpful (tooltip):

image

@Frenzie
Copy link
Member

Frenzie commented Sep 15, 2025

I've had no idea what it does before, but now I know ;)

Yes, I mentioned mumble, mumble years ago that it sounds like it's refreshing and just not telling you but I guess I forgot to do something about it.

@Alkarex Alkarex merged commit f8310a5 into FreshRSS:edge Sep 15, 2025
1 check passed
@Alkarex Alkarex deleted the fix-priority-hidden branch September 15, 2025 21:43
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Sep 15, 2025
fix FreshRSS#7970 (comment) (you can't directly filter a hidden feed, it just shows a 404 page)
And add a new visibility *Show in its feed* to show the feed in the list but not its articles.
Ensure that visibility *hidden* is not shown to API.
@Alkarex
Copy link
Member Author

Alkarex commented Sep 15, 2025

Another annoying bug is that you can't directly filter a hidden feed, it just shows a 404 page.

Right, that is a bug that should be fixed

@Inverle Fixed in #7972, tests welcome

Alkarex added a commit that referenced this pull request Sep 30, 2025
* Add new visibility priority *Show in its feed*
fix #7970 (comment) (you can't directly filter a hidden feed, it just shows a 404 page)
And add a new visibility *Show in its feed* to show the feed in the list but not its articles.
Ensure that visibility *hidden* is not shown to API.

* TODO for later

* Update app/i18n/pl/sub.php

Co-authored-by: Inverle <inverle@proton.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

I18n 🌍 Translations UX User experience

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Archived feeds are being updated automatically

4 participants