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

A couple of small bugs I've found #91

Open
kylewetton opened this issue Jun 15, 2021 · 2 comments
Open

A couple of small bugs I've found #91

kylewetton opened this issue Jun 15, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kylewetton
Copy link

Hey guys, love the extension. I wrote a simpler version because I had the same need as this kylewetton.boxed-components

Just testing out the cloud ui now, and I've run across two small bugs

Say I have two templates: Template A and Template B.

  • Open Template A and start making changes. Realise that you don't need Template B any more, delete Template B in the left sidebar. All the changes you've done to Template A will disappear.
  • I can't find any way of renaming a file? Name a file {{componentName}}. Realise it needs to be {{componentName}}.tsx. I can't rename a file, I have to create a new one and copy/paste all the code over.

Keep up the great work.

@kylewetton
Copy link
Author

Edit: Found one more

This will fail silently, (no error feedback?):

className={styles.{{toCamelCase componentName}}}

Annoyingly, it needs a space here:

className={styles.{{toCamelCase componentName}} }

@lnikell
Copy link
Member

lnikell commented Jun 15, 2021

thanks a lot @kylewetton, we will take care of it!

@lnikell lnikell added the bug Something isn't working label Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants