+7
-3
lib/main.dart
······
+32
-43
lib/models/comment.dart
··················
+2
-1
lib/models/post.dart
···
+7
-4
lib/providers/comments_provider.dart
······
+1
-1
lib/providers/vote_provider.dart
···
+4
-3
lib/screens/home/main_shell_screen.dart
···
+7
-5
lib/screens/home/post_detail_screen.dart
······
-1
lib/screens/landing_screen.dart
+4
-5
lib/services/coves_api_service.dart
···
+7
-6
lib/services/vote_service.dart
·········: '/xrpc/com.atproto.repo.listRecords?repo=$userDid&collection=$voteCollection&limit=100&cursor=$cursor';···? '/xrpc/com.atproto.repo.listRecords?repo=$userDid&collection=$voteCollection&limit=$pageSize&reverse=true': '/xrpc/com.atproto.repo.listRecords?repo=$userDid&collection=$voteCollection&limit=$pageSize&reverse=true&cursor=$cursor';
+2
-1
lib/utils/error_messages.dart
···
+64
-66
lib/widgets/comment_card.dart
··················
+31
-29
lib/widgets/comments_header.dart
······
+3
-3
lib/widgets/icons/bluesky_icons.dart
······
+6
-26
lib/widgets/loading_error_states.dart
··················
+4
-12
lib/widgets/minimal_video_controls.dart
·········
+4
-6
lib/widgets/post_action_bar.dart
······
+6
-3
lib/widgets/post_card.dart
······
+47
-33
lib/widgets/post_card_actions.dart
······-'View ${post.post.stats.commentCount} ${post.post.stats.commentCount == 1 ? "comment" : "comments"}',···
+51
-216
test/models/comment_test.dart
·····································································
+68
-74
test/providers/comments_provider_test.dart
······························································································································
+34
-34
test/providers/vote_provider_test.dart
··················
+26
-105
test/services/coves_api_service_test.dart
······························
-10
test/services/vote_service_test.dart
······························
+5
-17
test/test_helpers/mock_providers.dart
·········
+2
-2
test/widgets/animated_heart_icon_test.dart
···
+1
-1
test/widgets/feed_screen_test.dart
+20
-20
test/widgets/post_card_test.dart
······························