💄 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,7 +169,8 @@ class PostSubscriptionFilterWidget extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
const Divider(height: 1).padding(vertical: 8),
|
if (publishersAsync.value?.isNotEmpty ?? false)
|
||||||
|
const Divider(height: 1).padding(vertical: 8),
|
||||||
|
|
||||||
// Categories Section
|
// Categories Section
|
||||||
categoriesAsync.when(
|
categoriesAsync.when(
|
||||||
|
|||||||
Reference in New Issue
Block a user