RM-217: Add per-panel customization for multi-panel creation#69
Merged
BenHall-1 merged 4 commits intoTicketsBot-cloud:masterfrom Jan 21, 2026
Merged
RM-217: Add per-panel customization for multi-panel creation#69BenHall-1 merged 4 commits intoTicketsBot-cloud:masterfrom
BenHall-1 merged 4 commits intoTicketsBot-cloud:masterfrom
Conversation
Implements support for custom labels, descriptions, and emojis (both unicode and custom) for each panel in multi-panel creation and editing. Updates backend API endpoints and message rendering logic to handle these customizations, and enhances the frontend form to allow users to configure these options per panel, including validation and improved UX for dropdown mode.
9 tasks
BenHall-1
approved these changes
Jan 21, 2026
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.
Description
RM-217
Implements support for custom labels, descriptions, and emojis (both unicode and custom) for each panel in multi-panel creation and editing. Updates backend API endpoints and message rendering logic to handle these customizations, and enhances the frontend form to allow users to configure these options per panel, including validation and improved UX for dropdown mode.
This PR needs this database PR to be accepted first: TicketsBot-cloud/database#15
Type of Change
Testing
make at least 2 panels, 1 of them needs to only use an emoji (no button text/label), make a multipanel and add those two panels to it, add a new label or emoji and save, when that works, then change the multipanel to be a dropdown, now you need to have a label, and you can add a description
Checklist