From d6f1c5fb433f969bbd268023961a5a8fd2bc3205 Mon Sep 17 00:00:00 2001 From: Nathnael Date: Thu, 20 Aug 2026 11:37:02 +0000 Subject: [PATCH] fix(rule-engine): use a real date picker, and stop the label wrapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date fields rendered as a native , which ignores the form's styling and varies by browser. They now use Mantine's DateInput, kept on the `YYYY-MM-DD` string the API's date columns take — no Date round-trip, so none of the UTC-parsing shift that new Date("2026-01-01") introduces east of Greenwich. Labels were passed as an element, which put a flex box inside the