$ the-wire · showcase
OpenHands settings disable save on revert, UI fixes land
By RepoJournal · Filed · About AI Agents
OpenHands UI refinements ship: the settings page now disables Save when edits are reverted, and two viewport-related menu bugs are fixed.
OpenHands tightened the settings save flow: the save button now disables when the user reverts edits, so a stale or accidental save can't happen after undoing changes [1]. This landed as the corresponding commit alongside the PR [2]. The CI readiness parser now accepts conventional h2 (`##`) section headings in addition to the h3 (`###`) it only recognized before, so hand-edited issues no longer get reported as missing required sections [3]. Two automations UI fixes shipped: the overflow (`⋮`) kebab menu flips above its trigger when it would otherwise clip past the bottom edge of the window, addressing a bug where lower menu items were unreachable for rows near the bottom [4][5]. All changes merge cleanly, with 3 commits and 3 PRs across the repo this period.
Action items
- → Update OpenHands to include the settings save fix if you rely on the settings UI OpenHands/OpenHands [monitor]
- → Verify CI readiness checks now accept h2 headings after the parser update OpenHands/OpenHands [monitor]
- → Note the automations kebab menu flip for any UI tests that assume bottom-anchored menus OpenHands/OpenHands [plan]
References
- [1] fix(settings): disable save when edits are reverted ↗ OpenHands/OpenHands
- [2] fix(settings): disable save when edits are reverted (#16120) ↗ OpenHands/OpenHands
- [3] fix(ci): accept h2 readiness sections ↗ OpenHands/OpenHands
- [4] fix(automations): flip the kebab menu above the trigger when it would clip ↗ OpenHands/OpenHands
- [5] fix(automations): flip the kebab menu above the trigger when it would clip (#16926) ↗ OpenHands/OpenHands