mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
* feat(Modules): Created definition for external modules * feat(External Modules): Added database definitions, base route definition, added to exported config * tweak(Settings): Updated help information message for external modules * feat(Settings): Ability to add new external module * feat(External Modules): Implemented external module list * feat(Settings): Ability to modify and delete external modules * feat(Settings): Add hints to external module host dialog * chore(release): Updated CHANGELOG.md
26 lines
1006 B
Dart
26 lines
1006 B
Dart
export 'routes/account.dart';
|
|
export 'routes/configuration.dart';
|
|
export 'routes/configuration_appearance.dart';
|
|
export 'routes/configuration_dashboard.dart';
|
|
export 'routes/configuration_drawer.dart';
|
|
export 'routes/configuration_externalmodules.dart';
|
|
export 'routes/configuration_lidarr.dart';
|
|
export 'routes/configuration_localization.dart';
|
|
export 'routes/configuration_nzbget.dart';
|
|
export 'routes/configuration_overseerr.dart';
|
|
export 'routes/configuration_quickactions.dart';
|
|
export 'routes/configuration_radarr.dart';
|
|
export 'routes/configuration_sabnzbd.dart';
|
|
export 'routes/configuration_search.dart';
|
|
export 'routes/configuration_sonarr.dart';
|
|
export 'routes/configuration_tautulli.dart';
|
|
export 'routes/configuration_wakeonlan.dart';
|
|
export 'routes/debug_menu.dart';
|
|
export 'routes/donations.dart';
|
|
export 'routes/notifications.dart';
|
|
export 'routes/profiles.dart';
|
|
export 'routes/resources.dart';
|
|
export 'routes/settings.dart';
|
|
export 'routes/system.dart';
|
|
export 'routes/system_logs.dart';
|