mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
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:
+6
-6
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user