You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(Wind): Add ShowOpenDialog and ShowSaveDialog to FilesService
Add native file dialog methods to the FilesService interface, stub, and live implementation. ShowOpenDialog returns selected URIs (with options for title, filters, multi-select, folder selection), while ShowSaveDialog returns a selected path (with options for title, defaultUri, filters). The live implementation uses IPC to invoke UserInterface.ShowOpenDialog and UserInterface.ShowSaveDialog on the Mountain backend, completing the file dialog integration in Wind's service layer.
0 commit comments