mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Adjust default grid sizing and handler
This commit is contained in:
parent
3153cdd6c4
commit
b4664f45b4
3 changed files with 14 additions and 8 deletions
|
|
@ -264,7 +264,7 @@ export const useListStore = create<ListSlice>()(
|
|||
sortBy: AlbumListSort.RECENTLY_ADDED,
|
||||
sortOrder: SortOrder.DESC,
|
||||
},
|
||||
grid: { scrollOffset: 0, size: 0 },
|
||||
grid: { scrollOffset: 0, size: 200 },
|
||||
table: {
|
||||
autoFit: true,
|
||||
columns: [
|
||||
|
|
@ -305,7 +305,7 @@ export const useListStore = create<ListSlice>()(
|
|||
sortBy: AlbumArtistListSort.NAME,
|
||||
sortOrder: SortOrder.DESC,
|
||||
},
|
||||
grid: { scrollOffset: 0, size: 0 },
|
||||
grid: { scrollOffset: 0, size: 200 },
|
||||
table: {
|
||||
autoFit: true,
|
||||
columns: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue