3x-ui/web/html
root 5ce18ebfc1 fix: use explicit closing tags for a-empty components
Self-closing custom elements (<a-empty />) are invalid in HTML5
in-DOM templates. The browser treats them as opening tags, causing
subsequent sibling elements to become children. This made the
worker's node info table a child of the hidden <a-empty>, so it
never rendered when nodes.length > 0.
2026-04-25 10:45:23 +08:00
..
common refactor: resolve template assets through manifest helper 2026-04-07 16:41:55 +08:00
component feat: add nodes menu item to sidebar 2026-04-24 17:10:46 +08:00
form feat(limit): add inbound device-limit enforcement with safe unban flow 2026-04-06 10:46:48 +08:00
modals feat: add Clash YAML subscription endpoint with template injection 2026-04-24 11:25:10 +08:00
settings feat: add CodeMirror YAML editor for Clash template and fix settings save button bug 2026-04-24 16:15:22 +08:00
inbounds.html feat: add Clash YAML subscription endpoint with template injection 2026-04-24 11:25:10 +08:00
index.html fix dashboard and inbounds load failure states 2026-04-06 21:51:33 +08:00
login.html Fix turnstile tab re-render and bump version 2026-04-08 15:34:50 +08:00
nodes.html fix: use explicit closing tags for a-empty components 2026-04-25 10:45:23 +08:00
settings.html feat: add CodeMirror YAML editor for Clash template and fix settings save button bug 2026-04-24 16:15:22 +08:00
user.html fix(panel): correct user.html i18n quoting to avoid template parse failure 2026-04-04 22:16:34 +08:00
users.html feat: add admin user management 2026-04-04 14:59:40 +08:00
xray.html refactor: resolve template assets through manifest helper 2026-04-07 16:41:55 +08:00