fix(test-app): resolve plugin detection and remove unused HomeViewSimple

- Fix System Status card to show correct plugin availability
- Add automatic status check on component mount
- Remove HomeViewSimple.vue (no longer needed)
- Fix Vue 3 compatibility issues (@click.native removal)
- Add comprehensive plugin diagnostics with all available plugins
- Implement post-sync script to maintain capacitor.plugins.json
- Add annotation processor for automatic plugin discovery

The DailyNotification plugin now loads correctly and both System Status
and Plugin Diagnostics show consistent, accurate information.
This commit is contained in:
Matthew Raymer
2025-10-17 10:13:50 +00:00
parent 64b65f8a94
commit 200f85a1fb
8 changed files with 154 additions and 285 deletions

View File

@@ -19,4 +19,7 @@ android {
dependencies {
implementation project(':capacitor-android')
// Capacitor annotation processor for automatic plugin discovery
annotationProcessor project(':capacitor-android')
}