feat: reorder feed filter popup sections

Reorder sections in the top nav feed filter popup to: Feeds, Relays,
Hashtags, Locations, Communities, Lists, Interest Sets, DVMs.
This commit is contained in:
Claude
2026-05-19 21:21:38 +00:00
parent d42482ff56
commit a568cbbc74
@@ -334,13 +334,13 @@ private enum class FeedGroup(
@param:androidx.annotation.StringRes val labelRes: Int,
) {
FEEDS(R.string.feed_group_feeds),
HASHTAGS(R.string.feed_group_hashtags),
INTEREST_SETS(R.string.feed_group_interest_sets),
COMMUNITIES(R.string.feed_group_communities),
LOCATIONS(R.string.feed_group_locations),
LISTS(R.string.feed_group_lists),
DVMS(R.string.feed_group_dvms),
RELAYS(R.string.feed_group_relays),
HASHTAGS(R.string.feed_group_hashtags),
LOCATIONS(R.string.feed_group_locations),
COMMUNITIES(R.string.feed_group_communities),
LISTS(R.string.feed_group_lists),
INTEREST_SETS(R.string.feed_group_interest_sets),
DVMS(R.string.feed_group_dvms),
}
private fun FeedDefinition.group(): FeedGroup =