From d447f9941def6aa79bcd929b76de05e95ec06d66 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Sun, 31 May 2026 01:18:10 +0200 Subject: [PATCH] feat(navigator): convert search input to a React 19 form action Replace the onKeyDown Enter handler + onClick button with a
. Enter submits natively; the search button (a styled div, not a real - +
); };