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

Frontend rewrite #131

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

lieberlois
Copy link
Collaborator

No description provided.

@lieberlois lieberlois marked this pull request as ready for review March 19, 2023 10:05
@BlacCello
Copy link

BlacCello commented Oct 5, 2023

creeDocker image is available as dima-frontend:frontend-rewrite.
Found the following bugs:

  • No images found is shown in Manipulate Tab even if there is one.
  • Persist image does not work (Check!)
  • When Thumbnail service has problems, "No images found" is shown twice. Even if an image is selected, you can click "Daten absenden" but you get No image selected.
    grafik

private MAX_IMAGES_DISPLAYED: number = 15;
private firstImageDisplayed: number = 0;

public nextButtonEnabled: boolean = true;

Choose a reason for hiding this comment

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

This is not a good default value if there is only one page (however, this is currently also a problem with the old frontend)

selectedLink: string;
public selectedLink: string;

public previewVisible: boolean = true;

Choose a reason for hiding this comment

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

Suggested change
public previewVisible: boolean = true;
public previewVisible: boolean = false;

public displayImage;
public selectedLink: string;

public previewVisible: boolean = true;

Choose a reason for hiding this comment

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

Suggested change
public previewVisible: boolean = true;
public previewVisible: boolean = false;

}
}

enum TransformationType {
Copy link

@BlacCello BlacCello Oct 5, 2023

Choose a reason for hiding this comment

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

You can think about moving those classes into separate file(s)

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.

2 participants