Commit Graph

437 Commits

Author SHA1 Message Date
jeffvli 63a2239212 add padding to item grid to account for scrollbar 2025-11-10 21:46:52 -08:00
jeffvli 26a948b7a5 refactor item grid to resolve overlayscrollbars 2025-11-10 21:33:30 -08:00
jeffvli 2f6079fb0f fix conflicting style on drag over and selection 2025-11-10 20:45:56 -08:00
jeffvli 18ffa5e11a add drop operations for all item types 2025-11-10 20:45:49 -08:00
jeffvli 2f434c9d00 add drag/drop from lists into queue 2025-11-09 20:44:03 -08:00
jeffvli 230f4f0792 add drag state to item table 2025-11-09 01:03:25 -08:00
jeffvli 7e30312d2a add drag state to item grid 2025-11-09 00:36:35 -08:00
jeffvli 91e99a6eb6 add keyboard navigation and selection to lists 2025-11-08 17:29:20 -08:00
jeffvli f68ad91f1d implement list multiselection 2025-11-08 15:35:10 -08:00
jeffvli d5020b7a43 normalize controls onto lists 2025-11-08 14:28:22 -08:00
jeffvli d6dce29955 update rating / favorite columns 2025-11-07 19:47:40 -08:00
jeffvli 3e20278adc fix merge 2025-11-07 17:15:05 -08:00
jeffvli 1ed9af958a fix image column container 2025-11-07 17:15:05 -08:00
jeffvli cf2859d8e0 disable all skeleton animations 2025-11-07 17:15:05 -08:00
jeffvli 4894d24853 add dynamic cell skeleton sizing 2025-11-07 17:15:05 -08:00
jeffvli bf60e585d9 debounce table loader 2025-11-07 17:15:05 -08:00
jeffvli 1e6f9d8d06 prevent render null items in grid 2025-11-07 17:15:05 -08:00
jeffvli 5500ad7b55 debounce grid loader 2025-11-07 17:15:05 -08:00
jeffvli befbc65238 adjust infinite loader fetcher range thresholds 2025-11-07 17:15:04 -08:00
jeffvli afa652c029 migrate item grid back to react-window v1 2025-11-07 17:15:04 -08:00
jeffvli 1426482ddf more grid list optimizations 2025-11-07 17:15:04 -08:00
jeffvli e766a7fe6c memoize and reset scrollEnd handler on grid list 2025-11-07 17:15:04 -08:00
jeffvli 8e1eed655f reset scroll position on list page change 2025-11-07 17:15:04 -08:00
jeffvli 74d5f2c61f add table item selection 2025-11-07 17:15:04 -08:00
jeffvli df01b98e00 migrate to react-router v7 and BrowserRouter 2025-11-07 17:15:04 -08:00
jeffvli e92bc3dfcf fix list loader query keys 2025-11-07 17:14:48 -08:00
jeffvli 821e57e27f remove unused demo component 2025-11-07 17:14:48 -08:00
jeffvli ad94c8995b list component optimizations 2025-11-07 17:14:48 -08:00
jeffvli 77d635d288 temp commit for breaking changes 2025-11-07 17:14:48 -08:00
jeffvli 82aa8d9be3 add itemType to infinite loader query to prevent duplicate key 2025-11-07 17:13:15 -08:00
jeffvli 3410e9c37c add list scroll persistence 2025-11-07 17:13:15 -08:00
jeffvli 75d5ad0656 update list types 2025-11-07 17:13:15 -08:00
jeffvli 08893f9c93 add itemCount to list context 2025-11-07 17:13:15 -08:00
jeffvli e10966da88 refactor list pagination to use nuqs 2025-11-07 17:13:14 -08:00
jeffvli 430acef92e refactor infinite loader to use query state 2025-11-07 17:13:14 -08:00
jeffvli 0b11aff395 update title columns to use links 2025-11-07 17:13:14 -08:00
jeffvli d449cbbaf6 remove deprecated virtual grid 2025-11-07 17:13:14 -08:00
jeffvli c7edeffa54 fix favorite column 2025-11-07 17:13:04 -08:00
jeffvli b2ccb90459 fix table item count offset due to header 2025-11-07 17:13:04 -08:00
jeffvli 6e7f494724 handle favorite/rating column mutations 2025-11-07 17:13:04 -08:00
jeffvli f6f2b4d601 add new default columns 2025-11-07 17:13:04 -08:00
jeffvli e99b0662b7 add border to table pagination container 2025-11-07 17:13:03 -08:00
jeffvli 3b27975455 update card controls animation back to slide up 2025-11-07 17:13:03 -08:00
jeffvli ee1a5ce120 add large table size 2025-11-07 17:13:03 -08:00
jeffvli 6e5f8a5014 add more grid configuration
- gap
- manual items per row
2025-11-07 17:13:03 -08:00
jeffvli e43ee465e4 add more table configuration
- alternate row colors
- row hover highlight
- vertical borders
- horizontal borders
2025-11-07 17:13:03 -08:00
jeffvli 31ccface1e add remaining table columns 2025-11-07 17:13:03 -08:00
jeffvli a266767f6c add autoWidth column config 2025-11-07 17:13:03 -08:00
jeffvli 20f984bd05 normalize user action columns 2025-11-07 17:13:03 -08:00
jeffvli bed3b3291a extract list expansion container to separate component 2025-11-07 17:13:02 -08:00