Closed frankie-mur closed 10 months ago
The update enhances the user interface by improving text readability within the NewReportPanel
function. It introduces text wrapping to the richText
widget, ensuring that words are not cut off at the edge of the widget but instead wrap to the next line, enhancing the user experience by making reports easier to read.
File | Change Summary |
---|---|
ui/components/.../panel_report.go |
Added word wrapping to richText in NewReportPanel . |
🐇 To the panel where words dance and play, A wrap was bestowed, so they'll nicely stay. No longer they'll tumble off the edge in dismay, For CodeRabbit decreed, "Wrap them, hooray!" 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR adds the fyne.TextWrapWord variable to the ReportPanel.Wrapping property. This allows any text in the canvas to wrap properly and avoid horizontal scrolling, attached below is the before vs. after ref: #20
before
after
Summary by CodeRabbit