Rename project branding from "Kyoo" to "Omnyx" across README, index.html, metadata.json, typedoc and various UI components. Add support for page-level settings: pageTitle, favicon (Base64 upload/preview), and customColors (color scheme) — introduced CustomColors type, persisted via API types and converters, and wired into updateSettings/fetchSettings flows. UI: SettingsView adds page settings UI (upload, preview, color pickers) and handlers; App applies pageTitle, favicon and sets CSS variables for customColors; Sidebar and Header now display the configured page title. Also update importer modules and docs to use the new project name in logs/comments.
27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPoints": [
|
|
"./src/lib/playniteImporter.ts",
|
|
"./src/lib/stashappImporter.ts",
|
|
"./src/lib/jellyfinImporter.ts",
|
|
"./src/lib/xbvrImporter.ts"
|
|
],
|
|
"out": "docs",
|
|
"name": "Omnyx Importer Documentation",
|
|
"theme": "default",
|
|
"excludePrivate": true,
|
|
"excludeProtected": false,
|
|
"excludeInternal": true,
|
|
"hideGenerator": true,
|
|
"sort": ["source-order"],
|
|
"categorizeByGroup": true,
|
|
"defaultCategory": "Other",
|
|
"categoryOrder": [
|
|
"Configuration",
|
|
"Types",
|
|
"Functions",
|
|
"Other"
|
|
],
|
|
"readme": "README.md"
|
|
}
|