💄 Optimize post subscription filter card

This commit is contained in:
2025-12-27 23:07:05 +08:00
parent bc1ebc799a
commit fe37d219b7
2 changed files with 4 additions and 2 deletions

View File

@@ -1541,5 +1541,6 @@
"settingsDashSearchEngineHelper": "Use %s as the placeholder for the query.",
"settingsDefaultScreen": "Default Screen",
"notableDayChristmas": "Christmas",
"notableDayNewYear": "New Year"
"notableDayNewYear": "New Year",
"noSubscription": "No subscriptions"
}

View File

@@ -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
categoriesAsync.when(