Skip to content

Conversation

roncodingenthusiast
Copy link
Contributor

Short description of the changes

  • Add text panel support for flexible boards

How to verify that this has the expected result

  • create a flexible board with a text panel using the examples provided in PR

co-author @yoodan93

@roncodingenthusiast roncodingenthusiast requested a review from a team as a code owner August 20, 2025 17:03
panel {
type = "text"
text_panel {
content = "#This is fancy text content"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it'd be nice to show multi-line content, since that's most likely how this will be used

Suggested change
content = "#This is fancy text content"
content = <<EOF
#This is fancy text content
and more details here
EOF

Copy link
Contributor Author

@roncodingenthusiast roncodingenthusiast Aug 20, 2025

Choose a reason for hiding this comment

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

good call, fixed

@roncodingenthusiast roncodingenthusiast added the feature This issue wants to add new functionality. label Aug 20, 2025
Copy link
Contributor

@chelshaw chelshaw left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM!

@roncodingenthusiast roncodingenthusiast merged commit d6c3654 into main Aug 20, 2025
7 checks passed
@roncodingenthusiast roncodingenthusiast deleted the ronald/tf-support-text-panel branch August 20, 2025 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue wants to add new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants