Commit 61d49b7
fix(souschef): actually remove ⌘V hint from input toolbar (#400)
PR #399 was supposed to remove the "⌘V works for URLs, text, and
images." hint from the Sous Chef input toolbar. The squash-merge
applied half the diff — the `handlePaste` comment update landed on
main, but the toolbar hunk (the `<span>` removal + `justify-between`
→ `justify-end` swap) was silently dropped, almost certainly because
of merge-base confusion after #397's earlier squash made the file
history ambiguous to GitHub's merge algorithm.
This branches fresh from current main and applies just the toolbar
change to avoid any repeat. After this, the toolbar contains only the
"Upload image" button, right-aligned.
Co-authored-by: spe1020 <sethsager@Seths-MacBook-Air.local>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 806043d commit 61d49b7
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | | - | |
| 722 | + | |
724 | 723 | | |
725 | 724 | | |
726 | 725 | | |
| |||
0 commit comments