betteridea-dev / ide

A better IDE for arweave contracts
https://ide.betteridea.dev/
MIT License
18 stars 8 forks source link

Issue Fix: Extension Validation During File Rename #12

Closed Xundan91 closed 3 months ago

Xundan91 commented 3 months ago

Issue Fix:

Extension Validation During File Rename

ankushKun commented 3 months ago

That's amazing! appreciate the file type checker.

However, when the user clicks on rename, the popup closes and the sidebar gets collapsed too! since the rename input is now inline with the filename in the sidebar, it is not really a good UX.

A better thing to do would be to have the new filename input in the file options popup itself.

oh also, maybe create an issue before actually sending a pr for updates like these :)

Xundan91 commented 3 months ago

For this instance this PR will only include the file type checker . Removing other feature i.e inline rename. Next Time I will create issue before submitting PR.👍👍

Xundan91 commented 3 months ago

I have made changes from my side which include rename file type checker . You can review and let me know if any issue Or changes you want .