Add a compact top navigation, contextual sidebars, responsive workspaces, accessible theme cards, and a persistent updater control. Preserve all existing renderer IDs and actions while adding an isolated Electron UI contract across the supported desktop sizes.
24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"files": [
|
|
".gitignore",
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"build",
|
|
"eslint.config.mjs",
|
|
"package-lock.json",
|
|
"package.json",
|
|
"scripts/public-release-files.json",
|
|
"scripts/smoke-test-full.js",
|
|
"scripts/smoke-test-merge-split-logic.js",
|
|
"scripts/smoke-test-public-release-config.js",
|
|
"scripts/smoke-test-settings-autosave.js",
|
|
"scripts/smoke-test-template-guide.js",
|
|
"scripts/smoke-test-update-version-logic.js",
|
|
"scripts/smoke-test.js",
|
|
"src",
|
|
"tsconfig.json",
|
|
"vitest.config.ts"
|
|
]
|
|
}
|