mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
10d948db61
cardGridLayout's only store dep was three grid-column constants it imported from authStoreDefaults. Flipped ownership: the constants now live in lib/util/cardGridLayout (pure layout config) and authStoreDefaults re-exports them (store→lib), so the auth settings clamp/default and every existing consumer are unchanged. cardGridLayout is now store-free and homes in lib/util alongside the other pure helpers — consumed cleanly by ui/VirtualCardGrid + cover/layoutSizes. Resolves the documented store-free-lib block for the card-grid layout helper. Pure move + constant relocation; tests pass unmodified.