mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 21:35:32 +00:00
Previously, the same select bar and button styles were defined in both `library_screen.dart` and `manga_detail_view.dart`, resulting in repeated code. This commit extracts the select bar and its buttons into reusable widgets to reduce duplication and improve readability and maintainability. |
||
|---|---|---|
| .. | ||
| bottom_select_bar.dart | ||
| bottom_text_widget.dart | ||
| category_selection_dialog.dart | ||
| cover_view_widget.dart | ||
| custom_draggable_tabbar.dart | ||
| custom_extended_image_provider.dart | ||
| custom_sliver_grouped_list_view.dart | ||
| error_text.dart | ||
| gridview_widget.dart | ||
| listview_widget.dart | ||
| loading_icon.dart | ||
| manga_image_card_widget.dart | ||
| progress_center.dart | ||