mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 08:56:41 +00:00
Renames the bundled plugin's id (`document-mode` → `doc-mode`), display name (`Document Mode (Alpha)` → `Doc Mode (Alpha)`), package name, directory, and asset path. No migration: the plugin has never been published, so there is no on-disk user data to preserve. Touched everywhere the id was hardcoded: - Plugin manifest, package.json, build/deploy/test scripts, log prefixes - Host BUNDLED_PLUGIN_PATHS entry (src/app/plugins/plugin.service.ts) - Host comments and test fixtures (plugin-hooks, plugin-persistence-key, plugin-persistence.model, conflict-resolution.service.spec) - E2E spec filenames + PLUGIN_ID constant + label assertions - build-all.js plugin orchestrator - build/release-notes.md user-facing entry Test pass: 88/88 plugin specs, 8/8 plugin-hooks, 132/132 conflict-resolution, 15/15 plugin-persistence-key.util. Bundle redeployed to src/assets/bundled-plugins/doc-mode (gitignored). The old `src/assets/bundled-plugins/document-mode/` dir is gitignored and left on disk after this commit; the host loader no longer references it, so it's inert. Remove with `rm -rf src/assets/bundled-plugins/document-mode`. |
||
|---|---|---|
| .. | ||
| build-all.js | ||
| install-all.js | ||