fix: issues #3/#4/#5 — idioma auto, demo desde UI, clientes GL.iNet y layout radial (v2.4.2) - #9
Merged
Merged
Conversation
… layout radial - #3: idioma por defecto 'auto' (LanguageDetector sigue al navegador); selector de Ajustes muestra 'auto' sin elección previa (i18n.ts, Settings.tsx). - #4: instalación con BD limpia por defecto (sin prompt interactivo); POST /api/demo/enable (admin) reescribe DEMO_MODE en .env y toca data/.restart-me para reinicio vía systemd.path; DemoCard en Ajustes; install.sh instala las units netpulse-restart.path/.service y las limpia en --uninstall. - #5 bug1: clientes GL.iNet sin lease de dnsmasq recibían su IP desde 'ubus call gl-clients list' (solo clientes online; nunca crea dispositivos nuevos). Parser ParseGlClients + GetGlClients + cableado en buildDevices. - #5 bug2: nodos de distribución con >5 hijos usan anillos concéntricos (fan de 136° a radio fijo los solapaba); hueco hacia el router libre. - install.sh: VERSION ya no queda pisada por /etc/os-release (Debian 13). - docs: ROADMAP renumerado con fases consecutivas 1-11; tablas de ambos README sincronizadas. - Bump a v2.4.2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resuelve #3, #4 y #5.
Verificado: go vet + go test (server-go y agent) verde, tsc OK, build frontend OK, 4 tests nuevos del endpoint demo + ParseGlClients.