aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2023-01-04 19:21:17 +0100
committerGitHub <noreply@github.com>2023-01-04 19:21:17 +0100
commit131b101045bbc4419f98afe58557a8d532af9bd6 (patch)
tree2bbb24fe214aa063ba678289f128a2b2fef93293 /src-tauri/src
parent6bfc6996e12ba201f52de586c67f3db4a97bc722 (diff)
downloadFlightCore-131b101045bbc4419f98afe58557a8d532af9bd6.tar.gz
FlightCore-131b101045bbc4419f98afe58557a8d532af9bd6.zip
feat: Thunderstore mods pagination (#122)
* feat: add basic pagination * refactor: put paginator inside filters container * fix: limit filter container width * refactor: filters container is now responsive * fix: add missing type to pagination listener parameter * fix: don't display entire mods list while filtering mods * refactor: filteredMods is now a computed value * refactor: store mods per page value on UI store * feat: user can change modsPerPage count in settings * fix: limit mods count (min=5, max=100) * feat: add control on pages value When leaving settings vue, we check if the pages value is a number and is included in the interval [5-100]. If that's not the case, we reset it to 20. * feat: retrieve and save pages value in persistent store * fix: don't load an empty value from persistent store on boot * fix: cast modsPerPage to string to check if it's empty * refactor: remove search debounce * Update src-vue/src/plugins/store.ts * style: add trailing comma * fix: mention impact on TS mods only * refactor: remove limitations on modsPerPage * style: explicitly cast mods_per_page to number * feat: disable pagination with modsPerPage === 0 * feat: add pagination under thunderstore mod cards * fix: adjust bottom pagination padding * feat: clicking bottom pagination scrolls to page top * fix: use same containers for both paginations * feat: do not display pagination if mods fit on one page * style: trailing spaces * style: trailing spaces * feat: add a button to reset modsPerPage * feat: add explanation text about disabling pagination
Diffstat (limited to 'src-tauri/src')
0 files changed, 0 insertions, 0 deletions