Commit Graph

468 Commits

Author SHA1 Message Date
rlong 4893550e2a fix: pass missing view variables for showwinners, showscores, winners, and editwinners 2026-05-01 15:25:03 -04:00
rlong 7a6028c63d fix: update judges form to use judge number instead of name 2026-05-01 15:23:57 -04:00
rlong 8d138e22b7 feat: expand checkout_complete_list with items won 2026-05-01 15:23:34 -04:00
rlong 92da95bdff feat: expand bidderlist with contact info 2026-05-01 15:23:26 -04:00
rlong 2e5454484f fix: change score input type to text to remove spinner controls 2026-05-01 15:22:13 -04:00
rlong ad610633d1 feat: standardize tomselect configuration across all dropdowns 2026-05-01 15:18:27 -04:00
rlong 80545f38b3 fix: correct syntax and remove duplicate code in PagesController 2026-05-01 15:17:37 -04:00
rlong 1b30673823 fix: restore natural sorting for vehicles by bidder assigned number 2026-05-01 15:16:47 -04:00
rlong 3703ed569a fix: enable scrolling and show all options in tomselect 2026-05-01 14:44:44 -04:00
rlong c63ca6626e fix: resolve judgingentry dropdown population and visibility issues 2026-05-01 14:37:56 -04:00
rlong a7edc0115d fix: use dropdownParent: body in TomSelect to fix visibility issues 2026-05-01 14:32:37 -04:00
rlong e8a31380f7 fix: force initialize tomselect for judgingentry 2026-05-01 14:31:19 -04:00
rlong 1ad8f53a95 fix: restore missing foreach loop variables in judgingentry 2026-05-01 14:30:37 -04:00
rlong 05dad0ece0 fix: cleanup judgingentry blade and ensure proper tomselect include 2026-05-01 14:30:05 -04:00
rlong b5bbe4d1b5 debug: move tomselect include to judgingentry.blade.php for testing 2026-05-01 14:29:31 -04:00
rlong 2db4ad18e3 debug: isolate tomselect to bidders.blade.php 2026-05-01 14:28:59 -04:00
rlong 107223f2cc fix: use IIFE to prevent tomselect double initialization 2026-05-01 14:28:11 -04:00
rlong 799eb37ae0 debug: apply aggressive CSS to troubleshoot tomselect visibility 2026-05-01 14:26:49 -04:00
rlong d79d2fbe3e debug: simplify tomselect for basic diagnostic 2026-05-01 14:26:04 -04:00
rlong 6e2c27a5a4 fix: directly inject tomselect in checkout_select_form for immediate verify 2026-05-01 14:24:57 -04:00
rlong 9e2c50a9ee debug: add logging to verify tomselect option detection 2026-05-01 14:23:45 -04:00
rlong 239ee20397 feat: centralize tomselect logic and script loading 2026-05-01 14:22:47 -04:00
rlong 7bf32dfdcc fix: re-enable searchable dropdowns and apply natural sorting for judgingentry 2026-05-01 14:21:21 -04:00
rlong f96b70684b fix: correctly display judge number and vehicle bidder number in judgingentry form 2026-05-01 14:20:06 -04:00
rlong bd87475b4d debug: bypass tomselect for judgingentry dropdowns to verify data rendering 2026-05-01 14:17:57 -04:00
rlong 6b1d87414e fix: restore direct collection loop in judgingentry view 2026-05-01 14:16:49 -04:00
rlong 7a4b926aac debug: add logs to verify judgingentry data counts 2026-05-01 14:16:09 -04:00
rlong fb31d91476 fix: ensure judgingentry always fetches data regardless of request method 2026-05-01 14:14:27 -04:00
rlong 55a05ef00e fix: add isset checks to judgingentry view 2026-05-01 14:14:00 -04:00
rlong a4483788cf fix: restore missing variables in judgingentry foreach loops 2026-05-01 14:13:21 -04:00
rlong 2a6edc07f9 fix: resolve tomselect script inclusion in judgingentry 2026-05-01 14:12:47 -04:00
rlong ba6182e41e fix: pass judges and vehicles data to judgingentry view 2026-05-01 14:11:29 -04:00
rlong 2cd8feb19d feat: make winnersbyitem table sortable using list.js 2026-05-01 14:10:42 -04:00
rlong b6ed1e8325 fix: access items data via relationship in winnersbyitem 2026-05-01 14:10:10 -04:00
rlong 7a29315759 fix: use eloquent relationships for winnersbyitem to prevent property access error 2026-05-01 14:09:36 -04:00
rlong 5f4b0c16a3 fix: correct layout placement for winnerlist and winningbidderlist 2026-05-01 14:08:20 -04:00
rlong 599b404791 feat: restore grid display for winningbidderlist 2026-05-01 14:06:48 -04:00
rlong 3ddf99172e fix: update winningbidderlist to only show bidders with winning bids 2026-05-01 14:05:36 -04:00
rlong 5c1b855283 feat: update itemlist table columns to display estimated value and minimum bid 2026-05-01 14:04:20 -04:00
rlong a4f26e9006 fix: force bidder number numeric sort in tomselect 2026-05-01 14:02:36 -04:00
rlong 444b9e26db fix: use numeric localeCompare in tomselect for natural bidder sorting 2026-05-01 14:02:03 -04:00
rlong 24905c9506 fix: re-enable tomselect sorting 2026-05-01 14:01:35 -04:00
rlong 6cb3e1ac24 fix: disable internal TomSelect sorting to respect server-side order 2026-05-01 14:01:07 -04:00
rlong 30dbbd6d58 fix: use SQL CAST for reliable numeric sorting of bidder numbers 2026-05-01 14:00:38 -04:00
rlong 6193e7fce4 fix: sort bidders numerically in controller for reliable dropdown order 2026-05-01 13:59:39 -04:00
rlong 2521246bda fix: revert to localeCompare numeric:true for natural sorting 2026-05-01 13:59:16 -04:00
rlong b208af478d fix: use explicit numeric comparison in tomselect for reliable sorting 2026-05-01 13:58:48 -04:00
rlong 7d9af30ed3 fix: re-implement numeric natural sorting for dropdowns 2026-05-01 13:58:22 -04:00
rlong 46fbe7c98d fix: remove invalid sortOptions call from tomselect 2026-05-01 13:57:40 -04:00
rlong 87aa8d74d4 fix: use native Tom Select sorting 2026-05-01 13:56:56 -04:00