docs: update readme with changelog for tablar theme changes

This commit is contained in:
2026-05-02 16:00:39 -04:00
parent f9590c7814
commit 896c96e1a4
+17
View File
@@ -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