You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to save a view, the application currently allows saving even if the label field is left empty or contains only whitespace. This leads to confusion and inconsistent view names in the UI.
Expected behavior
The application should prevent saving a view with an empty label or a label containing only whitespace. An error message should prompt the user to enter a valid label name before proceeding.
How to reproduce
Open the "Save this view" dialog.
Leave the "Label" field empty or enter only spaces.
Click on the "Save this view" button.
Observe that the view is saved despite the empty or whitespace-only label.
Screenshort
view-save.mp4
Version information
Signoz version: 0.56
Browser version: Version 130.0.6723.119
Your OS and version: macOS
Your CPU Architecture: ARM
Additional context
This issue impacts the user experience as it allows views to be saved without meaningful names, making it difficult to identify saved views later. A validation check should be added to ensure that the label field contains non-whitespace characters before allowing the view to be saved.
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered:
Bug description
When attempting to save a view, the application currently allows saving even if the label field is left empty or contains only whitespace. This leads to confusion and inconsistent view names in the UI.
Expected behavior
The application should prevent saving a view with an empty label or a label containing only whitespace. An error message should prompt the user to enter a valid label name before proceeding.
How to reproduce
Screenshort
view-save.mp4
Version information
Additional context
This issue impacts the user experience as it allows views to be saved without meaningful names, making it difficult to identify saved views later. A validation check should be added to ensure that the label field contains non-whitespace characters before allowing the view to be saved.
Thank you for your bug report – we love squashing them!
The text was updated successfully, but these errors were encountered: