💄 Optimize post subscription filter card
This commit is contained in:
@@ -1541,5 +1541,6 @@
|
|||||||
"settingsDashSearchEngineHelper": "Use %s as the placeholder for the query.",
|
"settingsDashSearchEngineHelper": "Use %s as the placeholder for the query.",
|
||||||
"settingsDefaultScreen": "Default Screen",
|
"settingsDefaultScreen": "Default Screen",
|
||||||
"notableDayChristmas": "Christmas",
|
"notableDayChristmas": "Christmas",
|
||||||
"notableDayNewYear": "New Year"
|
"notableDayNewYear": "New Year",
|
||||||
|
"noSubscription": "No subscriptions"
|
||||||
}
|
}
|
||||||
@@ -169,6 +169,7 @@ class PostSubscriptionFilterWidget extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
if (publishersAsync.value?.isNotEmpty ?? false)
|
||||||
const Divider(height: 1).padding(vertical: 8),
|
const Divider(height: 1).padding(vertical: 8),
|
||||||
|
|
||||||
// Categories Section
|
// Categories Section
|
||||||
|
|||||||
Reference in New Issue
Block a user