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:
Dorian
2026-03-05 08:06:07 +00:00
parent f6cce7c82e
commit a49dd83c5c
2 changed files with 30 additions and 2 deletions

View File

@@ -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