3x-ui/frontend/src/composables
MHSanaei b10a9f1de7
fix(inbounds): hide node UI when no enabled node exists
The Deploy-to selector, node column, node stat row, and node filter all
appeared whenever a node row existed in the DB. Local-only deployments
with no nodes (or only disabled nodes) saw a dropdown that only had
"Local Panel" and a filter that did nothing.

useNodeList now exposes hasActive (any node with enable === true).
Inbounds form and list gate node UI on hasActive instead of map size.
2026-05-13 17:42:40 +02:00
..
useDatepicker.js Vue3 migration (#4198) 2026-05-09 17:47:35 +02:00
useMediaQuery.js Vue3 migration (#4198) 2026-05-09 17:47:35 +02:00
useNodeList.js fix(inbounds): hide node UI when no enabled node exists 2026-05-13 17:42:40 +02:00
useStatus.js Vue3 migration (#4198) 2026-05-09 17:47:35 +02:00
useTheme.js fix(theme): default to dark, polish theme cycle visibility and hover 2026-05-11 12:51:37 +02:00
useWebSocket.js refactor(panel): rename injected globals + collapse QR modal entries 2026-05-10 23:40:39 +02:00