Skip to content

Fix mobile UX: add search to sidebar and fix submission flow#94

Merged
felixwidjaja merged 1 commit intomainfrom
fix-mobile-flow
Feb 24, 2026
Merged

Fix mobile UX: add search to sidebar and fix submission flow#94
felixwidjaja merged 1 commit intomainfrom
fix-mobile-flow

Conversation

@felixwidjaja
Copy link
Contributor

  • Add mobile-only search input in the sidebar (above categories) so search is visible on first load without scrolling; hide the top-bar search on mobile since it falls below the fold
  • Replace URLSearchParams with encodeURIComponent in the submission form so spaces encode as %20 rather than +, fixing blank issue bodies in the GitHub mobile app
  • Disable and label the Submit button on click to prevent confusion from multiple taps; re-enable after 4s if the user navigates back

- Add mobile-only search input in the sidebar (above categories) so
  search is visible on first load without scrolling; hide the top-bar
  search on mobile since it falls below the fold
- Replace URLSearchParams with encodeURIComponent in the submission form
  so spaces encode as %20 rather than +, fixing blank issue bodies in
  the GitHub mobile app
- Disable and label the Submit button on click to prevent confusion
  from multiple taps; re-enable after 4s if the user navigates back

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@felixwidjaja felixwidjaja merged commit 383038f into main Feb 24, 2026
@felixwidjaja felixwidjaja deleted the fix-mobile-flow branch February 24, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant