mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
- Create RequestSubmittedModal component matching design specs: - 448x170px, black background, border-radius 6px - Close button (X) at top right with 0.7 opacity - Title: 'Request submitted' (18px semibold) - Description text (14px, #8C8C8C) - Done button to dismiss and navigate to homepage - Update InformationRequestForm to show modal on successful submit - Navigate to '/' (homepage) when modal is closed - Add i18n translations for modal text (15 languages): - ENTERPRISE$REQUEST_SUBMITTED_TITLE - ENTERPRISE$REQUEST_SUBMITTED_DESCRIPTION - ENTERPRISE$DONE_BUTTON - MODAL$CLOSE_BUTTON_LABEL - Add unit tests for RequestSubmittedModal (10 tests) - Update form tests for modal behavior (22 tests) Co-authored-by: openhands <openhands@all-hands.dev>