mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
NEW - [Webhooks] Show series, movie, or artist cover photos in incoming system notifications - [Webhooks/Radarr] Jump directly into the content by tapping the notification - [Webhooks/Sonarr] Jump directly into the content by tapping the notification - [-arr/Details] Added a button to the AppBar to jump directly into the edit page TWEAKS - [Radarr/Files] Moved the video block above the audio block FIXES - [AppBar/Dropdown] Vertical padding around title when the profile dropdown is visible was incorrect - [Radarr/Details] If the movie was not found, it would show an infinite loader, now shows a "No Movies Found" message - [Radarr/Releases] Changing the sorting or filter method would not scroll the list back to the top
22 lines
895 B
Dart
22 lines
895 B
Dart
export 'widgets/catalogue_tile.dart';
|
|
export 'widgets/history_tile.dart';
|
|
export 'widgets/missing_tile.dart';
|
|
export 'widgets/catalogue_search_bar.dart';
|
|
export 'widgets/catalogue_sorting_button.dart';
|
|
export 'widgets/catalogue_hide_button.dart';
|
|
export 'widgets/details_edit_button.dart';
|
|
export 'widgets/details_hide_button.dart';
|
|
export 'widgets/details_settings_button.dart';
|
|
export 'widgets/details_album_list.dart';
|
|
export 'widgets/details_album_tile.dart';
|
|
export 'widgets/details_album_track_tile.dart';
|
|
export 'widgets/details_overview.dart';
|
|
export 'widgets/search_result_tile.dart';
|
|
export 'widgets/add_search_bar.dart';
|
|
export 'widgets/add_search_result_tile.dart';
|
|
export 'widgets/navigation_bar.dart';
|
|
export 'widgets/artist_navigation_bar.dart';
|
|
export 'widgets/releases_hide_button.dart';
|
|
export 'widgets/releases_search_bar.dart';
|
|
export 'widgets/releases_sorting_button.dart';
|