Skip to content
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

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

derschnee68
Copy link
Collaborator

resolves DEV-

Copy link

linear bot commented Feb 13, 2025

@derschnee68 derschnee68 changed the title Feature/dev 4587 paging of incoming links is broken fix: paging of incoming links works again Feb 13, 2025
@derschnee68 derschnee68 marked this pull request as ready for review February 13, 2025 13:23
@derschnee68 derschnee68 requested review from irmastnt and removed request for irmastnt February 13, 2025 13:24
@Component({
selector: 'app-incoming-links-property',
template: ` <app-property-row
tooltip="Indicates that this resource is referred to by another resource"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need translation

export class IncomingLinksPropertyComponent implements OnChanges {
@Input({ required: true }) resource!: DspResource;

get myLinks() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider renaming it to more meaningful name

Copy link
Collaborator

@mpro7 mpro7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two suggestions below.

@Component({
selector: 'app-incoming-links-property',
template: ` <app-property-row
tooltip="Indicates that this resource is referred to by another resource"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tooltip="Indicates that this resource is referred to by another resource"
tooltip="Indicates this resource is referred by another resource."

@Component({
selector: 'app-standoff-links-property',
template: ` <app-property-row
tooltip=" Represent a link in standoff markup from one resource to another"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tooltip=" Represent a link in standoff markup from one resource to another"
tooltip=" Represents a standoff markup link between two resources."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants