Commit d645549
Fix mobile UX: add search to sidebar and fix submission flow
- 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>1 parent 2be00f5 commit d645549
2 files changed
+42
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
888 | 892 | | |
889 | 893 | | |
890 | 894 | | |
891 | | - | |
892 | | - | |
893 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
894 | 902 | | |
895 | 903 | | |
896 | 904 | | |
| |||
929 | 937 | | |
930 | 938 | | |
931 | 939 | | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
932 | 954 | | |
933 | 955 | | |
934 | 956 | | |
| |||
1393 | 1415 | | |
1394 | 1416 | | |
1395 | 1417 | | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
1396 | 1423 | | |
1397 | 1424 | | |
1398 | 1425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | | - | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
475 | 476 | | |
476 | 477 | | |
477 | 478 | | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
478 | 485 | | |
479 | 486 | | |
480 | 487 | | |
| |||
0 commit comments