Hello Kodular Team,
I found an issue with screen importing in Kodular.
Problem
When importing a screen into a project, Kodular automatically changes the screen name to something random like:
ImportD1312C13
instead of keeping the original screen name.
Expected Behavior
The imported screen should:
- Keep its original name, or
- Allow the user to choose a custom name during import.
Actual Behavior
Kodular renames the screen automatically with random text such as:
ImportD1312C13ImportA92B11
etc.
This makes projects confusing and difficult to manage, especially when importing multiple screens.
Steps to Reproduce
- Export a screen from a project
- Import the screen into another project
- Observe the imported screen name
- The screen gets renamed automatically to a random import name
Suggested Fix
Please:
- Preserve the original screen name during import, or
- Add a rename option before completing the import.
Thank you.
