diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2464038..5f6d751d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ - Installer UX: add `--install-method git|npm` and auto-detect source checkouts (prompt to update git checkout vs migrate to npm). ### Fixes +- Control UI: flatten nav into a single horizontal scroll row on tablet/mobile (and always show collapsed group items). (#771) — thanks @carlulsoe. - macOS: start + await local gateway before onboarding wizard begins. - Models/Onboarding: configure MiniMax (minimax.io) via Anthropic-compatible `/anthropic` endpoint by default (keep `minimax-api` as a legacy alias). - Agents/Browser: cap Playwright AI snapshots for tool calls (maxChars); CLI snapshots remain full. (#763) — thanks @thesash. diff --git a/README.md b/README.md index 365df020f..64b3c35fc 100644 --- a/README.md +++ b/README.md @@ -472,6 +472,6 @@ Thanks to all clawtributors: andrewting19 Asleep123 bolismauro cash-echo-bot Clawd conhecendocontato evalexpr gtsifrikas HazAT hrdwdmrbl hugobarauna Jarvis kitze kkarimi levifig Lloyd loukotal martinpucik mickahouan Miles mrdbstn MSch nexty5870 prathamdby reeltimeapps RLTCmpe Rolf Fredheim roshanasingh4 Samrat Jha snopoke - The Admiral wes-davis wstock YuriNachos Zach Knickerbocker zknicker Azade ddyo Erik latitudeki5223 - Manuel Maly Mourad Boustani pcty-nextgen-ios-builder Quentin Randy Torres thesash William Stock + The Admiral wes-davis wstock YuriNachos Zach Knickerbocker zknicker Azade carlulsoe ddyo Erik + latitudeki5223 Manuel Maly Mourad Boustani pcty-nextgen-ios-builder Quentin Randy Torres thesash William Stock

diff --git a/scripts/clawtributors-map.json b/scripts/clawtributors-map.json index 9dc6bb837..e8ee95bc7 100644 --- a/scripts/clawtributors-map.json +++ b/scripts/clawtributors-map.json @@ -1,5 +1,6 @@ { "ensureLogins": [ + "carlulsoe", "jdrhyne", "latitudeki5223", "manmal", diff --git a/ui/src/styles/layout.mobile.css b/ui/src/styles/layout.mobile.css index d6a82babe..755dd2725 100644 --- a/ui/src/styles/layout.mobile.css +++ b/ui/src/styles/layout.mobile.css @@ -114,12 +114,7 @@ } .nav-group { - display: flex; - flex-direction: row; - flex-wrap: nowrap; - gap: 6px; - margin-bottom: 0; - flex-shrink: 0; + display: contents; } .nav-label { @@ -322,4 +317,3 @@ height: 14px; } } -