Commit Graph

161 Commits

Author SHA1 Message Date
rlong f35624cc6d fix logo size 2026-05-02 15:14:02 -04:00
dbaugher d1c03b927e Update navbar logo to auction_logo_small.jpg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 17:33:30 -04:00
rlong bbea9e51c8 style: convert self-checkout link to a large prominent button 2026-05-01 16:06:21 -04:00
rlong 17b2224490 feat: add self-checkout link to home dashboard 2026-05-01 16:05:14 -04:00
rlong c2ec8464ba feat: add searchable dropdowns to reprint_receipt and winnertotal forms 2026-05-01 16:03:15 -04:00
rlong 1dbf0c51bb feat: make all dropdowns searchable using tomselect 2026-05-01 16:00:08 -04:00
rlong 2b5046b077 fix: resolve editwinners Undefined variable and update winning_cost input type 2026-05-01 15:56:35 -04:00
rlong a2ce8a51fe feat: show bidder and vehicle details in carshowscores view 2026-05-01 15:54:08 -04:00
rlong 2512c27904 feat: show bidder and vehicle details in carshowwinners view 2026-05-01 15:52:54 -04:00
rlong 4fdd41e9b8 fix: resolve cat_name exception and correct model relationships 2026-05-01 15:51:23 -04:00
rlong e79d6174f8 feat: enable OIDC social login in auth views 2026-05-01 15:43:45 -04:00
rlong 4ed1f6769d Merge pull request 'Remove the theme creator header buttons' (#3) from feature/tablar-theme-remove-ads into feature/tablar-theme
Reviewed-on: North-Hackathon/silent-auction#3
2026-05-01 15:40:48 -04:00
rlong f75bdb6b4a fix: update pcentry dropdown and add vote count field 2026-05-01 15:39:42 -04:00
rlong 9ed1765c73 fix: update carshowwinners view to use correct variable and relationships 2026-05-01 15:25:11 -04:00
dbaugher 24e2d91eb7 Remove the theme creator header buttons 2026-05-01 15:24:54 -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 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 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 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 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 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