💄 Optimize post metadata
This commit is contained in:
		| @@ -237,7 +237,7 @@ class PostCategoryDetailScreen extends HookConsumerWidget { | ||||
|                         loading: () => ResponseLoadingWidget(), | ||||
|                       ), | ||||
|                     ), | ||||
|                   ), | ||||
|                   ).padding(horizontal: 8), | ||||
|                 ), | ||||
|               ), | ||||
|             const SliverGap(4), | ||||
|   | ||||
| @@ -289,7 +289,7 @@ class PostActionButtons extends HookConsumerWidget { | ||||
|             builder: (context) => PostAwardHistorySheet(postId: post.id), | ||||
|           ); | ||||
|         }, | ||||
|         icon: const Icon(Symbols.star), | ||||
|         icon: const Icon(Symbols.emoji_events), | ||||
|         label: | ||||
|             post.awardedScore > 0 | ||||
|                 ? Text('${formatScore(post.awardedScore)} pts') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user