-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: your- and program-dimensions list lazy loading (#453)
* fix: increment based on correct property `pager.page` not `data.page` * fix: ensure scrollbox actually scrolls instead of the container * fix: make scrollbox scrollable without fixed height * fix: ensure `loading` remains `false` when lazy loading additional items * fix: return `fetching` from useProgramDataDimensions for lazy loading * chore: add e2e test for lazy loading your dimensions list * chore: disable redux logger in cypress test runs * chore: tweak your dimensions e2e test details * chore: add e2e test for program dimensions * refactor: apply suggestions from code review Co-authored-by: Martin <[email protected]> * fix: ensure variable names matches function argument --------- Co-authored-by: Martin <[email protected]>
- Loading branch information
1 parent
1371606
commit a7341f8
Showing
8 changed files
with
1,225 additions
and
13 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters