-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: paging of incoming links works again #2108
fix: paging of incoming links works again #2108
Conversation
libs/vre/resource-editor/resource-properties/src/lib/incoming-links-property.component.ts
Outdated
Show resolved
Hide resolved
libs/vre/resource-editor/resource-properties/src/lib/incoming-links-property.component.ts
Outdated
Show resolved
Hide resolved
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.
Two suggestions below.
libs/vre/resource-editor/resource-properties/src/lib/incoming-links-property.component.ts
Outdated
Show resolved
Hide resolved
…ng-of-incoming-links-is-broken
libs/vre/resource-editor/resource-properties/src/lib/standoff-links-property.component.ts
Outdated
Show resolved
Hide resolved
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.
We should change it so the results of the first index are piped to be displayed even if there are more pages/results. And we should only load the index + 1 page additionally. Loading all possible pages is too expensive.
-> https://linear.app/dasch/issue/DEV-4594/enhance-incoming-links
libs/vre/resource-editor/resource-properties/src/lib/properties-display.component.ts
Show resolved
Hide resolved
libs/vre/resource-editor/resource-properties/src/lib/incoming-links-property.component.ts
Outdated
Show resolved
Hide resolved
libs/vre/resource-editor/resource-properties/src/lib/incoming-links-property.component.ts
Outdated
Show resolved
Hide resolved
…ing-links-is-broken' into feature/dev-4587-paging-of-incoming-links-is-broken
…ember-cannot-create-link-objects * main: chore(deps-dev): bump @types/jasmine from 4.6.4 to 4.6.5 in the jasmine-karma-deps group (#2118) chore(main): release 11.26.0 (#2098) fix: does not display empty rows (#2122) fix: json parsing issue in en.json (#2117) fix: paging of incoming links works again (#2108)
…the-resources-found-through * main: chore(deps-dev): bump @types/jasmine from 4.6.4 to 4.6.5 in the jasmine-karma-deps group (#2118) chore(main): release 11.26.0 (#2098) fix: does not display empty rows (#2122) fix: json parsing issue in en.json (#2117) fix: paging of incoming links works again (#2108)
resolves DEV-4587, DEV-4586