Skip to content

Frontend rewrite - #131

Open
lieberlois wants to merge 16 commits into
feature-creeps:developfrom
lieberlois:frontend-rewrite
Open

Frontend rewrite#131
lieberlois wants to merge 16 commits into
feature-creeps:developfrom
lieberlois:frontend-rewrite

Conversation

@lieberlois

Copy link
Copy Markdown
Collaborator

No description provided.

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

BlacCello commented Oct 5, 2023

Copy link
Copy Markdown

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;

Copy link
Copy Markdown

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;

Copy link
Copy Markdown

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;

Copy link
Copy Markdown

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 {

@BlacCello BlacCello Oct 5, 2023

Copy link
Copy Markdown

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