inseven / reconnect

Psion connectivity for macOS
GNU General Public License v2.0
14 stars 0 forks source link

feat: Support renaming files #130

Open jbmorley opened 1 month ago

jbmorley commented 1 month ago

This is a very early prototype branch that just adds the infrastructure for renaming in SwiftUI Table. It needs further work to think about how best to detect committed changes or appropriately debounce the modifications as they're updated on-the-fly by SwiftUI. Unfortunately, by default, SwiftUI seems to make this modal rename operation a continuous update stream (which sucks).