This commit is contained in:
Mateusz Gruszczyński
2026-05-31 13:04:05 +02:00
parent 5fbc2428b6
commit b6a5003f2c
31 changed files with 146 additions and 251 deletions
+30
View File
@@ -9,6 +9,21 @@ import { torrentDetailsSource } from './torrentDetails.js';
import { modalsSource } from './modals.js';
import { rssSource } from './rss.js';
import { smartQueueSource } from './smartQueue.js';
import { rtorrentConfigSource } from './rtorrentConfig.js';
import { appearancePreferencesSource } from './appearancePreferences.js';
import { automationRulesSource } from './automationRules.js';
import { cleanupToolsSource } from './cleanupTools.js';
import { diagnosticCardsSource } from './diagnosticCards.js';
import { footerPreferencesSource } from './footerPreferences.js';
import { liveSpeedStatsSource } from './liveSpeedStats.js';
import { statusBarSource } from './statusBar.js';
import { portCheckUiSource } from './portCheckUi.js';
import { preferencesLoaderSource } from './preferencesLoader.js';
import { diskMonitorSource } from './diskMonitor.js';
import { portCheckActionsSource } from './portCheckActions.js';
import { appStatusSource } from './appStatus.js';
import { torrentStatsSource } from './torrentStats.js';
import { toolHelpersSource } from './toolHelpers.js';
import { authUsersSource } from './authUsers.js';
import { plannerSource } from './planner.js';
import { pollerSource } from './poller.js';
@@ -30,6 +45,21 @@ export const moduleSources = [
modalsSource,
rssSource,
smartQueueSource,
rtorrentConfigSource,
appearancePreferencesSource,
automationRulesSource,
cleanupToolsSource,
diagnosticCardsSource,
footerPreferencesSource,
liveSpeedStatsSource,
statusBarSource,
portCheckUiSource,
preferencesLoaderSource,
diskMonitorSource,
portCheckActionsSource,
appStatusSource,
torrentStatsSource,
toolHelpersSource,
authUsersSource,
plannerSource,
dashboardSource,