(RM-138) Improve validation warning messages in Settings#32
Merged
BenHall-1 merged 2 commits intoTicketsBot-cloud:theming-updatefrom Oct 4, 2025
Merged
Conversation
Enhanced the clarity and specificity of warning notifications for required fields in the SettingsCard component. Messages now provide more context about each field's purpose and requirements, improving user guidance during settings configuration.
BenHall-1
approved these changes
Oct 4, 2025
BenHall-1
added a commit
that referenced
this pull request
Oct 5, 2025
* RM-104 Add Support Hours for panels Signed-off-by: Ben <ben@tickets.bot> * theming update Signed-off-by: Ben <ben@tickets.bot> * fix border radius of settings Signed-off-by: Ben <ben@tickets.bot> * go mod tidy Signed-off-by: Ben <ben@tickets.bot> * tidy up more theming Signed-off-by: Ben <ben@tickets.bot> * Fix(RM-151): Transcript queryoptions erroring with empty values (#37) Fix: transcript queryoptions erroring with empty value Implements a custom UnmarshalJSON method for wrappedQueryOptions to handle both string and numeric JSON types, treating empty strings as zero values. This improves flexibility when parsing query parameters from JSON input. Co-authored-by: Ben Hall <ben@tickets.bot> * fix dropdown arrow colour on chromium Signed-off-by: Ben <ben@tickets.bot> * feat: Branding update (#42) Branding update * (RM-138) Improve validation warning messages in Settings (#32) Improve validation warning messages in SettingsCard Enhanced the clarity and specificity of warning notifications for required fields in the SettingsCard component. Messages now provide more context about each field's purpose and requirements, improving user guidance during settings configuration. Co-authored-by: Ben Hall <ben@tickets.bot> * fix collapsible closing delay Signed-off-by: Ben <ben@tickets.bot> * align transcripts button to the right Signed-off-by: Ben <ben@tickets.bot> * added padding to ticket permissions section Signed-off-by: Ben <ben@tickets.bot> * change transcript column to actions Signed-off-by: Ben <ben@tickets.bot> * fix panels table column width Signed-off-by: Ben <ben@tickets.bot> * styling fixes Signed-off-by: Ben <ben@tickets.bot> * remove transition on card:hover Signed-off-by: Ben <ben@tickets.bot> * set limit of 1 free support hours panel Signed-off-by: Ben <ben@tickets.bot> * fix padding Signed-off-by: Ben <ben@tickets.bot> --------- Signed-off-by: Ben <ben@tickets.bot> Co-authored-by: Tobias <53872542+biast12@users.noreply.github.com> Co-authored-by: Chaos <chaos@chaoskjell44.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RM-138
Enhanced the clarity and specificity of warning notifications for required fields in the SettingsCard component. Messages now provide more context about each field's purpose and requirements, improving user guidance during settings configuration.