From 79ca3b2e39880571198d5788642827f70cc62166 Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou <107993382+kodjodevf@users.noreply.github.com> Date: Sun, 9 Nov 2025 01:22:44 +0100 Subject: [PATCH] + --- .../detail/widgets/chapter_list_tile_widget.dart | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/modules/manga/detail/widgets/chapter_list_tile_widget.dart b/lib/modules/manga/detail/widgets/chapter_list_tile_widget.dart index 30aaf0af..73dea8c9 100644 --- a/lib/modules/manga/detail/widgets/chapter_list_tile_widget.dart +++ b/lib/modules/manga/detail/widgets/chapter_list_tile_widget.dart @@ -51,7 +51,19 @@ class ChapterListTileWidget extends ConsumerWidget { : Colors.white, onTap: () async => _handleInteraction(ref, context), title: Row( + crossAxisAlignment: CrossAxisAlignment.end, children: [ + Container( + width: 4, + height: 4, + decoration: BoxDecoration( + color: chapter.isRead! + ? Colors.grey.withValues(alpha: 0.3) + : context.primaryColor, + borderRadius: BorderRadius.circular(2), + ), + ), + const SizedBox(width: 12), if (chapter.thumbnailUrl != null) _thumbnailPreview(context, chapter.thumbnailUrl), chapter.isBookmarked! @@ -76,6 +88,7 @@ class ChapterListTileWidget extends ConsumerWidget { ), subtitle: Row( children: [ + const SizedBox(width: 16), if (chapter.isFiller ?? false) Row( children: [