-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Pagination to infinite scroll #1627
Conversation
[sr-frontend] [Wed Mar 6 15:01:44 UTC 2024] - Deployed 71adeb0 to https://genshin-optimizer-prs.github.io/pr/1627/sr-frontend (Takes 3-5 minutes after this completes to be available) [frontend] [Wed Mar 6 15:02:55 UTC 2024] - Deployed 71adeb0 to https://genshin-optimizer-prs.github.io/pr/1627/frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Thu Mar 7 04:41:56 UTC 2024] - Deployed b3fcb19 to https://genshin-optimizer-prs.github.io/pr/1627/sr-frontend (Takes 3-5 minutes after this completes to be available) [frontend] [Thu Mar 7 04:43:29 UTC 2024] - Deployed b3fcb19 to https://genshin-optimizer-prs.github.io/pr/1627/frontend (Takes 3-5 minutes after this completes to be available) [sr-frontend] [Fri Mar 8 16:14:04 UTC 2024] - Deployed e0bbcfd to https://genshin-optimizer-prs.github.io/pr/1627/sr-frontend (Takes 3-5 minutes after this completes to be available) [frontend] [Fri Mar 8 16:14:53 UTC 2024] - Deployed e0bbcfd to https://genshin-optimizer-prs.github.io/pr/1627/frontend (Takes 3-5 minutes after this completes to be available) [Fri Mar 8 17:44:39 UTC 2024] - Deleted deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Artifact exclusion list from opt tab is only showing 6 artifacts on mobile, with no infinite scroll
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional testing seems good. Looks like there is some code reuse between the various components but it also looks hard to refactor into common utils/components. Lg(enough)tm
* Condense characters page (#1621) * fix null checks (#1624) * Cache more actions (#1622) * cache more * Add comment * Speed up builds (#1626) * drop unnecessary deps * remove almost all build steps why doesnt json have trailing commas :( * rm build steps from sr * make equipped build title button-like (#1629) * make equipped build title button-like * format * make build TC title more button-like * only deploy if build was a success (#1633) * Create PRs in `new-release.yml` (#1631) * yep * fixes * allow squash merges * fix typo * typo2 * printf * Convert Pagination to infinite scroll (#1627) * Infinite scroll experiment on artifacts page * convert all pagination to infinite scroll * add inf scroll to art exclusion * fix typecheck in mini-ci (#1636) * fix typecheck in mini-ci * typecheck first * move teambuff to team overview (#1632) * move teambuff to team overview * update team button to settings icon * non full-width add button * Add teams page filter (#1639) * Add teams page filter * format * additional features * fix translation * Add `teams` tab to mobile UI (#1654) * Update teamcard (#1653) * update teamcard * remove unnecessary divider * more colorful teammate selector * update migration naming (#1658) * update migration naming * add migration for GO migration on import * Open Team Editor after creating team from character editor (#1655) * Open Team Editor after creating team from character editor * remove console.log * Show loadout + build name on teamcard hover (#1656) * show loadout + build name on teamcard hover * update teamcard * fix team navigation (#1659) * Combine Loadout and Build settings into a singular popup (#1662) * fix SetEffectDisplay * fix build --------- Co-authored-by: eeeqeee <[email protected]> Co-authored-by: HassnHamada <[email protected]>
* Condense characters page (#1621) * fix null checks (#1624) * Cache more actions (#1622) * cache more * Add comment * Speed up builds (#1626) * drop unnecessary deps * remove almost all build steps why doesnt json have trailing commas :( * rm build steps from sr * make equipped build title button-like (#1629) * make equipped build title button-like * format * make build TC title more button-like * only deploy if build was a success (#1633) * Create PRs in `new-release.yml` (#1631) * yep * fixes * allow squash merges * fix typo * typo2 * printf * Convert Pagination to infinite scroll (#1627) * Infinite scroll experiment on artifacts page * convert all pagination to infinite scroll * add inf scroll to art exclusion * fix typecheck in mini-ci (#1636) * fix typecheck in mini-ci * typecheck first * move teambuff to team overview (#1632) * move teambuff to team overview * update team button to settings icon * non full-width add button * Add teams page filter (#1639) * Add teams page filter * format * additional features * fix translation * Add `teams` tab to mobile UI (#1654) * Update teamcard (#1653) * update teamcard * remove unnecessary divider * more colorful teammate selector * update migration naming (#1658) * update migration naming * add migration for GO migration on import * Open Team Editor after creating team from character editor (#1655) * Open Team Editor after creating team from character editor * remove console.log * Show loadout + build name on teamcard hover (#1656) * show loadout + build name on teamcard hover * update teamcard * fix team navigation (#1659) * Combine Loadout and Build settings into a singular popup (#1662) * fix SetEffectDisplay * fix build --------- Co-authored-by: frzyc <[email protected]> Co-authored-by: eeeqeee <[email protected]> Co-authored-by: HassnHamada <[email protected]>
This reverts commit e322213.
Describe your changes
Convert all paginations to infinite scroll:
Testing/validation
Checklist before requesting a review (leave this PR as draft if any part of this list is not done.)
yarn run mini-ci
locally to validate format and lint.