feat: make text in the GUI app selectable (Closes #15) #16
Reference in New Issue
Block a user
Delete Branch "feature/issue-15-make-text-in-the-gui-app-selectable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ColumninSelectionContainerto enable text selection and copying for allTextcomposables in the Compose Desktop GUIOutlinedTextFieldcontinue to work normallyCloses #15
Changes
gui/src/main/kotlin/de/pfadfinder/songbook/gui/App.kt: AddedSelectionContainerimport and wrapped the mainColumncontentAcceptance Criteria Verified
OutlinedTextFieldfor path input continues to work as before