feat: add local search filter to My Apps view
Adds a search input to the Apps page that filters installed apps by title, description, or app ID. Styled consistently with the Marketplace search bar. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -79,7 +79,7 @@ After getting Claude Max OAuth working on the live server, hardening the deploy
|
||||
- **Change**: Compare `get_app_config()` port mappings with nginx proxies. Add missing nginx proxies for: Grafana (3000), Jellyfin (8096), Uptime Kuma (3001), Portainer (9000), OnlyOffice (9980). Add to both HTTP and HTTPS blocks. Verify `extract_lan_address()` correctness.
|
||||
- **Verify**: Each app launches correctly from Apps page
|
||||
|
||||
### Task 14: Local search within Apps view
|
||||
### Task 14: Local search within Apps view [DONE]
|
||||
- **Files**: `neode-ui/src/views/Apps.vue`
|
||||
- **Change**: Add search input with `ref('')`. Filter `sortedPackageEntries` by query against `manifest.title` and `manifest.description.short`. Style like Marketplace search.
|
||||
- **Verify**: Type in search — only matching apps shown
|
||||
|
||||
Reference in New Issue
Block a user