mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 21:51:13 +00:00
* feat(ui): fold the mobile navigation row into the chat title bar On plain-browser mobile layouts the chat route drops the 58px shell topbar; the pane title bar gains a leading nav-drawer toggle and a trailing command-palette search button (~50px more chat). The shared mobile-nav breakpoint moves into one module used by shell and chat; native shells and non-chat routes keep today's chrome. * improve(ui): anchor the workspace chip right after the session title The chip now hugs the title text with the header's standard gap instead of sitting at the far right; the action cluster claims the leftover width and stays right-pinned. Where field-sizing is supported the rename input hugs its text too, so the chip tracks the title while typing. * chore(ui): keep hasNativeShellClass module-local