Preparing search index...
The search index is not available
Kenmei To Anilist
Kenmei To Anilist - v3.0.0
Modules
App
anilist-client
anilist-mutations
anilist-queries
anilist-sync-service
anilist-types
kenmei-data-processor
kenmei-matcher
kenmei-parser
status-mapper
kenmei-types
manga-search-service
match-engine
DragWindowRegion
components/RateLimitCountdown
ToggleTheme
DataTable
FileDropZone
ImportSummary
BaseLayout
Footer
Header
CacheClearingNotification
ErrorDisplay
MangaMatchingPanel
MangaSearchPanel
MatchingProgressPanel
RematchOptions
ResumeNotification
SearchModal
SyncManager
SyncResultsView
anilist_config
AuthContext
AuthContextDefinition
RateLimitContext
ThemeContext
api_context
api_listeners
auth_context
auth_listeners
context_exposer
listeners_register
store_context
store_setup
theme_channels
theme_context
theme_listeners
window_channels
window_context
window_listeners
theme_helpers
window_helpers
useAuth
useMatchHandlers
useMatchingProcess
usePendingManga
useSynchronization
useTimeEstimate
main
HomePage
ImportPage
MatchingPage
SettingsPage
SyncPage
preload
renderer
root-route
router
routes
api-types
auth-types
types/images
kenmei-types
matching-types
theme-mode
types
app-version
errorHandling
export-utils
storage
tailwind
timeUtils
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Modules
App
anilist-
client
anilist-
mutations
anilist-
queries
anilist-
sync-
service
anilist-
types
kenmei-
data-
processor
kenmei-
matcher
kenmei-
parser
status-
mapper
kenmei-
types
manga-
search-
service
match-
engine
Drag
Window
Region
components/
Rate
Limit
Countdown
Toggle
Theme
Data
Table
File
Drop
Zone
Import
Summary
Base
Layout
Footer
Header
Cache
Clearing
Notification
Error
Display
Manga
Matching
Panel
Manga
Search
Panel
Matching
Progress
Panel
Rematch
Options
Resume
Notification
Search
Modal
Sync
Manager
Sync
Results
View
anilist_
config
Auth
Context
Auth
Context
Definition
Rate
Limit
Context
Theme
Context
api_
context
api_
listeners
auth_
context
auth_
listeners
context_
exposer
listeners_
register
store_
context
store_
setup
theme_
channels
theme_
context
theme_
listeners
window_
channels
window_
context
window_
listeners
theme_
helpers
window_
helpers
use
Auth
use
Match
Handlers
use
Matching
Process
use
Pending
Manga
use
Synchronization
use
Time
Estimate
main
Home
Page
Import
Page
Matching
Page
Settings
Page
Sync
Page
preload
renderer
root-
route
router
routes
api-
types
auth-
types
types/images
kenmei-
types
matching-
types
theme-
mode
types
app-
version
error
Handling
export-
utils
storage
tailwind
time
Utils
src
api
anilist
client.ts
Cache
request
getOAuthUrl
getAccessToken
searchManga
advancedSearchManga
clearSearchCache
getMangaByIds
getUserMangaList
__test__
mutations.ts
generateUpdateMangaEntryMutation
DELETE_MANGA_ENTRY
queries.ts
GET_VIEWER
GET_USER_MANGA_LIST
SEARCH_MANGA
ADVANCED_SEARCH_MANGA
GET_MANGA_BY_ID
GET_MANGA_BY_IDS
sync-service.ts
SyncResult
SyncProgress
SyncReport
updateMangaEntry
deleteMangaEntry
syncMangaBatch
retryFailedUpdates
types.ts
MediaListStatus
AniListManga
AniListMediaEntry
AniListUser
GraphQLError
AniListResponse
PageInfo
SearchResult
MangaMatch
MatchStatus
MangaMatchResult
UserMediaEntry
UserMediaList
kenmei
data-processor.ts
ProcessOptions
DEFAULT_PROCESS_OPTIONS
processKenmeiExport
prepareEntryForSync
extractReadingStats
processMangaInBatches
filterMangaEntries
matcher.ts
calculateSimilarity
scoreMatch
findBestMatch
parser.ts
parseKenmeiExport
processKenmeiMangaBatches
parseKenmeiCsvExport
extractMangaMetadata
status-mapper.ts
mapKenmeiToAniListStatus
mapAniListToKenmeiStatus
createCustomStatusMapping
getAllPossibleStatusMappings
types.ts
KenmeiStatus
KenmeiManga
KenmeiExport
KenmeiParseOptions
DEFAULT_PARSE_OPTIONS
MangaMatch
STATUS_MAPPING
StatusMappingConfig
ValidationError
ProcessingResult
matching
manga-search-service.ts
SearchServiceConfig
DEFAULT_SEARCH_CONFIG
searchMangaByTitle
matchSingleManga
batchMatchManga
preloadCommonManga
clearMangaCache
getCacheStats
cacheDebugger
getBatchedMangaIds
clearCacheForTitles
match-engine.ts
MatchEngineConfig
DEFAULT_MATCH_CONFIG
normalizeString
calculateSimilarity
scoreMatch
findBestMatches
processBatchMatches
components
import
DataTable.tsx
DataTableProps
DataTable
FileDropZone.tsx
FileDropZoneProps
FileDropZone
ImportSummary.tsx
ImportSummaryProps
StatusCount
ImportSummary
layout
BaseLayout.tsx
baseLayout
Footer.tsx
Footer
Header.tsx
Header
matching
CacheClearingNotification.tsx
CacheClearingNotificationProps
CacheClearingNotification
ErrorDisplay.tsx
ErrorDisplayProps
ErrorDisplay
MangaMatchingPanel.tsx
MangaMatchingPanelProps
MangaMatchingPanel
MangaSearchPanel.tsx
MangaSearchPanelProps
MangaSearchPanel
MatchingProgress.tsx
MatchingProgressProps
MatchingProgressPanel
RematchOptions.tsx
RematchOptionsProps
RematchOptions
ResumeNotification.tsx
ResumeNotificationProps
ResumeNotification
SearchModal.tsx
SearchModalProps
SearchModal
sync
SyncManager.tsx
SyncManagerProps
SyncManager
SyncResultsView.tsx
SyncResultsViewProps
SyncResultsView
DragWindowRegion.tsx
DragWindowRegionProps
dragWindowRegion
WindowButtons
RateLimitCountdown.tsx
RateLimitCountdownProps
RateLimitCountdown
ToggleTheme.tsx
toggleTheme
config
anilist.ts
DEFAULT_AUTH_PORT
DEFAULT_ANILIST_CONFIG
AUTH_STORAGE_CONFIG
ANILIST_API_ENDPOINTS
RATE_LIMIT_CONFIG
contexts
AuthContext.tsx
AuthProviderProps
AuthProvider
AuthContextDefinition.ts
AuthContext
RateLimitContext.tsx
RateLimitState
RateLimitContextType
RateLimitProvider
useRateLimit
ThemeContext.tsx
ThemeContextType
ThemeProvider
useTheme
helpers
ipc
api
api-context.ts
exposeApiContext
api-listeners.ts
setupAniListAPI
auth
auth-context.ts
exposeAuthContext
auth-listeners.ts
addAuthEventListeners
store
store-context.ts
exposeStoreContext
store-setup.ts
setupStoreIPC
theme
theme-channels.ts
THEME_MODE_CURRENT_CHANNEL
THEME_MODE_TOGGLE_CHANNEL
THEME_MODE_DARK_CHANNEL
THEME_MODE_LIGHT_CHANNEL
THEME_MODE_SYSTEM_CHANNEL
theme-context.ts
exposeThemeContext
theme-listeners.ts
addThemeEventListeners
window
window-channels.ts
WIN_MINIMIZE_CHANNEL
WIN_MAXIMIZE_CHANNEL
WIN_CLOSE_CHANNEL
window-context.ts
exposeWindowContext
window-listeners.ts
addWindowEventListeners
context-exposer.ts
contextExposer
listeners-register.ts
listenersRegister
theme_helpers.ts
THEME_KEY
ThemePreferences
getCurrentTheme
setTheme
toggleTheme
syncThemeWithLocal
updateDocumentTheme
window_helpers.ts
minimizeWindow
maximizeWindow
closeWindow
hooks
useAuth.ts
useAuth
useMatchHandlers.ts
useMatchHandlers
useMatchingProcess.ts
useMatchingProcess
usePendingManga.ts
usePendingManga
useSynchronization.ts
SynchronizationState
SynchronizationActions
useSynchronization
useTimeEstimate.ts
useTimeEstimate
pages
HomePage.tsx
HomePage
ImportPage.tsx
ImportPage
MatchingPage.tsx
MatchingPage
SettingsPage.tsx
SettingsPage
SyncPage.tsx
SyncPage
syncPage
routes
__root.tsx
RootRoute
Root
router.tsx
history
router
routes.tsx
HomeRoute
ImportRoute
ReviewRoute
SyncRoute
SettingsRoute
rootTree
types
api.ts
TokenExchangeParams
auth.ts
AuthState
APICredentials
TokenExchangeResponse
ViewerResponse
AuthContextType
images.d.ts
value
kenmei.ts
KenmeiMangaItem
KenmeiData
matching.ts
ApiError
MatchingProgress
TimeEstimate
StatusFilterOptions
MatchHandlersProps
theme-mode.ts
ThemeMode
utils
app-version.ts
getAppVersion
getAppVersionElectron
getFormattedAppVersion
UpdateInfo
checkForUpdates
compareVersions
AppVersionStatus
GitHubRelease
getAppVersionStatus
errorHandling.ts
ErrorType
AppError
createError
handleNetworkError
fetchWithTimeout
showErrorNotification
safeAsync
export-utils.ts
exportSyncErrorLog
exportSyncReport
saveSyncReportToHistory
getSyncHistory
downloadJson
exportDataToFile
storage.ts
KenmeiManga
KenmeiData
ImportStats
AnilistMatch
MatchResult
storageCache
storage
STORAGE_KEYS
CURRENT_CACHE_VERSION
SyncConfig
DEFAULT_SYNC_CONFIG
saveKenmeiData
getKenmeiData
getImportStats
getStatusCountsFromData
getSavedMatchResults
mergeMatchResults
saveSyncConfig
getSyncConfig
tailwind.ts
cn
timeUtils.ts
formatTimeRemaining
App.tsx
app
main.ts
createWindow
installExtensions
preload.ts
renderer.ts
MAIN_WINDOW_VITE_DEV_SERVER_URL
MAIN_WINDOW_VITE_NAME
ThemeModeContext
ElectronWindow