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: create and store label when colon is pressed #2886

Merged
merged 3 commits into from
Jun 12, 2023

Conversation

Damans227
Copy link
Contributor

@Damans227 Damans227 commented Jun 10, 2023

Fixes #2692

When creating an Alert, the key value pair (label) field allows the user to include a colon in either key or value. It can cause confusion and lead users to believe the key and value must be included as one string in order to account for a label. This is exactly what caused #2692.

I would recommend that in addition to using ENTER as a way to end a key or value string, we also allow COLON (:) to do the same. In this way, the user will have a better experience. This screen recording shows how it works.

@welcome
Copy link

welcome bot commented Jun 10, 2023

Welcome to the SigNoz community! Thank you for your first pull request and making this project better. 🤗

@CLAassistant
Copy link

CLAassistant commented Jun 10, 2023

CLA assistant check
All committers have signed the CLA.

@palashgdev
Copy link
Contributor

Hi @Damans227
Thanks for raising the PR can you please the small suggestion though we in process to remove lodash

@palashgdev palashgdev merged commit 754ba93 into SigNoz:develop Jun 12, 2023
9 of 11 checks passed
@welcome
Copy link

welcome bot commented Jun 12, 2023

Congrats on merging your first pull request!
minion-party
We here at SigNoz are proud of you! 🥳

@Damans227 Damans227 deleted the 2692 branch June 12, 2023 10:15
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.

Alert labels are not stored
3 participants