NutsNews Home Search Box Layout Patch
Section titled “NutsNews Home Search Box Layout Patch”This is a UI-only patch for the full archive search box on the home page.
Changes
Section titled “Changes”- Hides the visible
Search all NutsNewslabel while keeping an accessible screen-reader label. - Makes the search text box take the full line.
- Moves the Search button underneath the text box.
- Removes the helper text:
Search the full NutsNews archive, not just the stories currently loaded here. - Does not change Supabase,
/api/search, article loading, or search behavior.
Install
Section titled “Install”cd /Users/ramideltoro/WebstormProjects/nutsnews3
zsh ~/Downloads/nutsnews-home-search-box-layout-patch/scripts/install_home_search_box_layout_patch.sh \ ~/Downloads/nutsnews-home-search-box-layout-patchcd /Users/ramideltoro/WebstormProjects/nutsnews3/webnpm run buildnpm run devOpen http://localhost:3000 and confirm:
Search all NutsNewsis no longer visible.- The search input takes the whole line.
- The Search button appears underneath.
- The helper sentence is gone.
- Searching still returns results on the home page.
