Implement schedule WYSIWYG and UTC dates

This commit is contained in:
2026-08-02 14:04:41 +01:00
parent a9d1d45d78
commit 2b9cabdab2
31 changed files with 1585 additions and 52 deletions
+6
View File
@@ -59,6 +59,12 @@ module.exports = {
getSortQuery: listQuery.getSortQuery,
getSortDirectionQuery: listQuery.getSortDirectionQuery,
fetchPlaylistById: data.fetchPlaylistById,
normalizeDisplayMode: data.normalizeDisplayMode,
fetchSchedulesData: data.fetchSchedulesData,
fetchScheduleGroupsPage: data.fetchScheduleGroupsPage,
fetchScheduleGroupById: data.fetchScheduleGroupById,
fetchScheduleEntriesByGroupId: data.fetchScheduleEntriesByGroupId,
buildScheduleGroupPayload: data.buildScheduleGroupPayload,
fetchApiSourcesData: data.fetchApiSourcesData,
fetchApiSourcesPage: data.fetchApiSourcesPage,
fetchApiSourceById: data.fetchApiSourceById,