feat(FN-1116): add Capacitor plugin managers for dashboard

- Add shared plugin types and manager modules for splash screen, status bar, and network handling
- Export plugin initialization from the dashboard entrypoint and configure Capacitor splash/status-bar defaults
- Add unit tests covering plugin initialization and each manager's behavior across supported scenarios
- Document the plugin manager architecture and add required Capacitor plugin dependencies
This commit is contained in:
gsxdsm
2026-04-08 00:01:09 -07:00
parent d42ceb9890
commit 4f7ba06e18
14 changed files with 1058 additions and 1 deletions

View File

@@ -35,7 +35,13 @@
"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.app.json"
},
"dependencies": {
"@capacitor/app": "^7.1.2",
"@capacitor/core": "^7.0.0",
"@capacitor/network": "^7.0.4",
"@capacitor/push-notifications": "^7.0.6",
"@capacitor/share": "^7.0.4",
"@capacitor/splash-screen": "^7.0.5",
"@capacitor/status-bar": "^7.0.6",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-javascript": "^6.2.3",