3x-ui/frontend/src
abdulrahman b0c5cc0c0d fix: preserve space between date and time in log modal
Vue 3's whitespace: condense strips bare whitespace text nodes and
trailing whitespace inside elements, causing the <template> trick
to fail. Use mustache interpolations (which compile to _createTextVNode)
for all spacing between fields so they survive compilation.
2026-05-12 23:47:15 +03:00
..
api refactor(panel): rename injected globals + collapse QR modal entries 2026-05-10 23:40:39 +02:00
components feat(panel): in-panel API documentation page 2026-05-11 13:57:42 +02:00
composables fix(theme): default to dark, polish theme cycle visibility and hover 2026-05-11 12:51:37 +02:00
entries feat(panel): in-panel API documentation page 2026-05-11 13:57:42 +02:00
i18n Vue3 migration (#4198) 2026-05-09 17:47:35 +02:00
models fix(outbound): default VLESS encryption to "none" 2026-05-10 23:06:28 +02:00
pages fix: preserve space between date and time in log modal 2026-05-12 23:47:15 +03:00
utils feat(inbounds): mobile card layout for inbounds and clients 2026-05-10 01:46:48 +02:00