mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-23 00:11:28 -07:00
feat(stats): add v1 immersion stats dashboard (#19)
This commit is contained in:
@@ -15,6 +15,7 @@ export const IPC_CHANNELS = {
|
||||
setIgnoreMouseEvents: 'set-ignore-mouse-events',
|
||||
overlayModalClosed: 'overlay:modal-closed',
|
||||
openYomitanSettings: 'open-yomitan-settings',
|
||||
recordYomitanLookup: 'record-yomitan-lookup',
|
||||
quitApp: 'quit-app',
|
||||
toggleDevTools: 'toggle-dev-tools',
|
||||
toggleOverlay: 'toggle-overlay',
|
||||
@@ -29,6 +30,8 @@ export const IPC_CHANNELS = {
|
||||
kikuFieldGroupingRespond: 'kiku:field-grouping-respond',
|
||||
reportOverlayContentBounds: 'overlay-content-bounds:report',
|
||||
overlayModalOpened: 'overlay:modal-opened',
|
||||
toggleStatsOverlay: 'stats:toggle-overlay',
|
||||
markActiveVideoWatched: 'immersion:mark-active-video-watched',
|
||||
},
|
||||
request: {
|
||||
getVisibleOverlayVisibility: 'get-visible-overlay-visibility',
|
||||
@@ -41,6 +44,8 @@ export const IPC_CHANNELS = {
|
||||
getMecabStatus: 'get-mecab-status',
|
||||
getKeybindings: 'get-keybindings',
|
||||
getConfigShortcuts: 'get-config-shortcuts',
|
||||
getStatsToggleKey: 'get-stats-toggle-key',
|
||||
getMarkWatchedKey: 'get-mark-watched-key',
|
||||
getControllerConfig: 'get-controller-config',
|
||||
getSecondarySubMode: 'get-secondary-sub-mode',
|
||||
getCurrentSecondarySub: 'get-current-secondary-sub',
|
||||
@@ -61,6 +66,19 @@ export const IPC_CHANNELS = {
|
||||
jimakuListFiles: 'jimaku:list-files',
|
||||
jimakuDownloadFile: 'jimaku:download-file',
|
||||
kikuBuildMergePreview: 'kiku:build-merge-preview',
|
||||
statsGetOverview: 'stats:get-overview',
|
||||
statsGetDailyRollups: 'stats:get-daily-rollups',
|
||||
statsGetMonthlyRollups: 'stats:get-monthly-rollups',
|
||||
statsGetSessions: 'stats:get-sessions',
|
||||
statsGetSessionTimeline: 'stats:get-session-timeline',
|
||||
statsGetSessionEvents: 'stats:get-session-events',
|
||||
statsGetVocabulary: 'stats:get-vocabulary',
|
||||
statsGetKanji: 'stats:get-kanji',
|
||||
statsGetMediaLibrary: 'stats:get-media-library',
|
||||
statsGetMediaDetail: 'stats:get-media-detail',
|
||||
statsGetMediaSessions: 'stats:get-media-sessions',
|
||||
statsGetMediaDailyRollups: 'stats:get-media-daily-rollups',
|
||||
statsGetMediaCover: 'stats:get-media-cover',
|
||||
},
|
||||
event: {
|
||||
subtitleSet: 'subtitle:set',
|
||||
|
||||
Reference in New Issue
Block a user