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

Erratic UI Behavior: Deploy Tab Automatically Closes After Contract Deployment #261

Closed
satyambnsal opened this issue Aug 29, 2024 · 0 comments · Fixed by #263
Closed

Erratic UI Behavior: Deploy Tab Automatically Closes After Contract Deployment #261

satyambnsal opened this issue Aug 29, 2024 · 0 comments · Fixed by #263
Assignees
Labels
bug Something isn't working

Comments

@satyambnsal
Copy link
Contributor

satyambnsal commented Aug 29, 2024

Created from #259 point 2.

There's an issue with the UI behavior in the Starknet Remix plugin that prevents users from deploying multiple contracts in succession. After deploying one contract, the plugin automatically switches to the Interact tab and prevents the user from accessing the Deploy tab to work with additional contracts.

Steps to Reproduce

Select a wallet (e.g., Braavos, Sepolia)
Compile a Scarb project containing at least 2 contracts
In the Deploy tab, select the first contract and declare it
Deploy the declared contract
Observe that the tab automatically switches to the Interact tab
Attempt to select the Deploy tab to declare and deploy the second contract from the project

Expected Behavior

The user should be able to freely switch between tabs, including returning to the Deploy tab to work with additional contracts after deploying the first one.

Actual Behavior

When attempting to select the Deploy tab after deploying the first contract, it closes automatically and moves the user back to the Interact tab, preventing the declaration and deployment of subsequent contracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment