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

fix(dashboard): pasting secrets into create secret modal #2859

Merged
merged 7 commits into from
Dec 11, 2024

Conversation

DanielHougaard
Copy link
Contributor

Description 📣

Fixed pasting secrets into the create secret modal. Previously the paste behavior was very buggy, and caused the value to be wiped if you pasted again. It would also wipe the secret key if you pasted a new value. All in all it felt very unnatural to use the secret paste feature.

Additionally I also fixed the splitter, so the value becomes everything after the FIRST splitter (such as : or =), instead of the last.

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Copy link
Contributor

@scott-ray-wilson scott-ray-wilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@DanielHougaard DanielHougaard merged commit a8ad870 into main Dec 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants