From 896c96e1a410e5d8f4d98c100250f51c53ef350b Mon Sep 17 00:00:00 2001 From: Russ Long Date: Sat, 2 May 2026 16:00:39 -0400 Subject: [PATCH] docs: update readme with changelog for tablar theme changes --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/readme.md b/readme.md index f121945..a107a6b 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,23 @@ The Laravel framework is open-sourced software licensed under the [MIT license]( ## Changelog +### [tablar-theme] - 2026-05-02 + +#### Added +- **Searchable Dropdowns:** Integrated `TomSelect` across various forms (Checkout, Reprint Receipt, etc.) for enhanced usability. +- **Self-Checkout Flow:** Added a prominent self-checkout link for bidders, integrated with North Embedded Checkout. +- **Pickup Instructions:** Added clear instructions for bidders on the checkout completion page to proceed to the Item Pickup Table. + +#### Fixed +- **Logo Integration:** Corrected logo sizing issues using inline styles to override theme constraints. +- **User Menu:** Restored "Admin" and "Link OIDC Account" entries to match the legacy theme. +- **Manual Checkout:** Fixed broken `/checkout` route by aligning form field names with controller expectations and restoring payment method logic. +- **Data Restoration:** Re-added bidder information and itemized winning lists to the checkout completion views. + +#### Changed +- **UI Cleanup:** Disabled default Tablar footers and notifications across all layout templates to maintain a focused auction interface. +- **Theme Consistency:** Updated various partials to ensure a seamless transition from the previous custom theme to Tablar. + ### [bidder-facing-checkout] - 2026-04-24 #### Added