secubox-openwrt/luci-app-secubox/htdocs/luci-static/resources/secubox
CyberMind-FR f08d28d70b fix(secubox): correct RPC expect parameter for getAppstoreApps
Fixed appstore showing "No applications match the selected filter" by correcting
the RPC declaration expect parameter.

Issue: The RPC declaration had:
  expect: { apps: [], categories: {} }

This caused the RPC framework to return only the apps array instead of the full
response object, resulting in:
  - data = Array(5) instead of { apps: [...], categories: {...} }
  - data.apps = undefined
  - data.categories = undefined

Fix: Changed to:
  expect: { }

This returns the full response object as-is from the backend, allowing proper
access to both data.apps and data.categories properties.

Also added extensive debug logging to troubleshoot the data flow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 11:51:13 +01:00
..
alerts.css feat(mqtt-bridge): sync latest UI updates 2025-12-30 10:13:14 +01:00
api.js fix(secubox): correct RPC expect parameter for getAppstoreApps 2025-12-31 11:51:13 +01:00
apps.css release: bump secubox hub to 0.6.1-0 2025-12-30 14:42:45 +01:00
common.css feat(mqtt-bridge): sync latest UI updates 2025-12-30 10:13:14 +01:00
dashboard.css feat(mqtt-bridge): sync latest UI updates 2025-12-30 10:13:14 +01:00
help.css feat: Add help system integration and fix menu structure 2025-12-28 16:29:04 +01:00
help.js feat: Add help system integration and fix menu structure 2025-12-28 16:29:04 +01:00
modules.css feat(mqtt-bridge): sync latest UI updates 2025-12-30 10:13:14 +01:00
monitoring.css feat(mqtt-bridge): sync latest UI updates 2025-12-30 10:13:14 +01:00
nav.js release: bump secubox hub to 0.6.1-0 2025-12-30 14:42:45 +01:00
secubox.css Update theme selector and deploy tooling 2025-12-29 10:55:51 +01:00
theme.js Update theme selector and deploy tooling 2025-12-29 10:55:51 +01:00