You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui: adopt Tailwind CSS 3.4 and remove PureCSS in client\n\n- Add Tailwind + PostCSS config (tailwind.config.js, postcss.config.js)\n- Replace PureCSS import with Tailwind entry and remove purecss dep\n- Migrate dialogs (login/error/prompt/settings) to Tailwind utilities\n- Use native dialog::backdrop and robust modal centering\n- Standardize footer/header in markup with Tailwind borders and colors\n- Improve accessibility: focus rings, consistent button styles\n- Lighten secondary buttons; adjust bar height via CSS var\n- Keep xterm CSS; no inline styles added (CSP-safe)\n- Update Vite optimizeDeps to drop purecss; cleanup CSS files\n\nrefactor(dom): show login dialog with showModal() to match native backdrop\nfix(ui): prevent modal scrollbars with password managers (overflow-visible)\nfix(ui): consistent bottom bar border with border-neutral-200\n\nBREAKING CHANGE: PureCSS classes removed from templates; Tailwind now provides all styling. (7e50951)
improve port handling and form data persistence (fd0b12d)
layout: terminal fills space between header and bottom bar (4a0c911)
menu: correct visibility for Clear/Download Log via localStorage state\n\n- Start Clear/Download hidden by default; show on first log write\n- Hide both when log is cleared or recovered\n- Keep Stop/Start toggling through updatestartLogBtnState\n\nfix(icons): center gear spin and size icons via Tailwind classes\n- Route animate/w-/h- classes to SVG in createIconNode\n- Use origin-center for balanced rotation\n\nchore(ui): widen menu and prevent wrapping (min-w-56, whitespace-nowrap)\n\nrefactor(ui): terminal container sizing via Tailwind arbitrary values (286bcff)
missed import for focusTerminal on dom.js (bb7396c)
passphrase encrypted RSA keys now pass validation #7 (d41e6de)
ping timeouts due to duplicate session setup (10e6576)
resolve terminal dimensions issue (#350) and circular dependencies (3744174)
restore SSO functionality with basic auth credentials (6892057)
sanatize debug message for keyboard-interactive (233bf6c)
security: resolve XSS vulnerability in DOM manipulation (#389) (995f909)
set focus to first prompt-input when keyboard-interactive dialog appears. (3bb6482)
Update menu button styling and behavior for better user experience (7402984)