opral / inlang.com

This repo is for collecting issues around inlang.com (https://github.com/opral/monorepo/tree/main/inlang/source-code/website)
1 stars 0 forks source link

Problem with UI Display During Flutter Plugin Installation #32

Closed sundar-nivash closed 5 months ago

sundar-nivash commented 9 months ago

Problem

Hi team,

I am a Flutter developer. I am trying to install a plugin, and it's asking for a repository link. After providing the link, it prompts me to select a project, but the screen is not displaying correctly. I will attach screenshots for your reference.

Screen short: image

Expected behavior

Provide Repository Link: When prompted, you provide the repository link of the Flutter plugin you want to install.

Select Project: After providing the link, the system may ask you to select the Flutter project where you want to install the plugin. You should see a list of available projects.

Display Screens: After selecting the project, the system should display relevant screens, such as progress indicators or confirmation screens, indicating the installation process.

Reproduction

Description:

When attempting to install the Flutter plugin using the inlang.com website, I encountered an issue with the screen not displaying correctly. The problem occurs after pasting the GitHub repository link and reaching the point where the system prompts me to select a project.

Steps to Reproduce:

Expected Behavior:

The system should display the relevant screens for project selection after providing the GitHub repository link. However, the current behavior shows a screen that is not displaying correctly.

Screenshots:

Attach screenshots demonstrating the issue.

Additional Information:

Browser: [chrome] Operating System: [windows 11]

Other information

No response

samuelstroschein commented 9 months ago

Hi @sundar-nivash,

You want to create a new project [in the install plugin flow] I assume?

EDIT: @sundar-nivash do you understand "select your project" as "select your flutter project?"

Assigning @flornkm to take care of this. @flornkm after opral/monorepo#1585 is closed, we can introduce a createNewProject function in the SDK that you can use of manage.inlang.com :)

NilsJacobsen commented 8 months ago

This is the project creation issue https://github.com/opral/monorepo/issues/2033

NilsJacobsen commented 5 months ago

Was related to createProject MESDK-31