-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(thumbnail): fix & optimize thumbnail request handling to prevent …
…excessive api calls on page size change (#1633) * refactor: remove unused and outdated files * fix failing e2e test * fix failing e2e test * fix for cypress config type error & keep only one cypress config file for e2e test local/github * fix jesmine asserstion fake error * keep only one cypress.config.ts * fix failing e2e * revert scicat-sdk-ts import * Refactor dataset table component and dashboard component - Add pageChange event to dataset table component - Dispatch changePageAction in dashboard component - Remove unused imports and methods in dashboard component - Remove ngIf condition in dataset table component - Emit pageChange event in dataset table component - Update thumbnail pipe to use ThumbnailService - Create ThumbnailService to fetch thumbnails - Cache thumbnails in ThumbnailService * added thumbnailFetchLimitPerPage config variable and included cache expiration logic * fixed issue with missing columns in dataset table upon logout * fix failing test and added test for thumbnail.service
- Loading branch information
1 parent
c417e49
commit 2ae03e8
Showing
14 changed files
with
334 additions
and
145 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.