humbleui

michael zhou 2024-03-03T13:17:46.473119Z

HumbleUI is great, does anyone know how to open a local folder and select a file?

prabhasp 2024-03-24T00:30:12.302699Z

I got a prototype working for this on Mac, by adding this to the Window interface, though I'm not sure that's the right thing to do

public abstract void showFilePicker(Consumer<String> callback);
@tonsky - curious what you think the right API for the file-picker is. Happy to make a PR if what I'm doing is close to what you'd expect.

Niki 2024-03-03T20:26:35.747669Z

Not possible right now, it will need an implementation in JWM to support that

michael zhou 2024-03-04T06:01:52.959389Z

Thanks @tonsky looking forward to the new features.