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

ui: Fill variation name (if empty) with file name #96

Open
Montspy opened this issue Jun 30, 2022 · 1 comment · Fixed by #97
Open

ui: Fill variation name (if empty) with file name #96

Montspy opened this issue Jun 30, 2022 · 1 comment · Fixed by #97
Labels
enhancement New feature or request
Milestone

Comments

@Montspy
Copy link
Owner

Montspy commented Jun 30, 2022

If the variation name is empty when a file is picked, we could fill that variation name with the file name

@Montspy Montspy added the enhancement New feature or request label Jun 30, 2022
@Montspy Montspy added this to the 1.1.0 milestone Jun 30, 2022
@sk33z3r
Copy link
Collaborator

sk33z3r commented Jun 30, 2022

Maybe we could do this for every file name if Variation name is left empty

  • Replace any _ with (space)
  • Strip the filename extension
  • Camel Case Everything

@Montspy Montspy linked a pull request Jun 30, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants