-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix: Refactored App.vue #166
Conversation
For some arbitrary reason, after refactoring the token generation, the GitHub Actions CI can't find the crypto module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work overall, much better than before!
tests failing? |
Indeed cuz of the node environment the test is done it cant find or use the package for clipboard on a node environment |
I made a simple workaround, because for some reason the node version of GitHub won't access the clipboard or something. |
What should I change there ? |
I'd implement a loop here that generates ~10 tokens and checks for each of them if they meet all rules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, good work
PR description
Describe your changes in detail here
The App.vue file was way to large, it was hard to read and understand. To make it more clear what is happening for others to understand i extracted parts of it into other components to make it a lot easierer to understand and read.
Definition Of Done (DoD)
This PR can be squashed / merged if
Add additional conditions here if necessary for this PR
Fix: #160
Fix: #162