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: add select, file_path, and directory_path input types
Add frontend rendering for the three missing InputType variants:
- select: dropdown populated from input.options
- file_path: text input with native file picker via Tauri dialog
- directory_path: text input with native directory picker via Tauri dialog
Also adds tauri-plugin-dialog dependency, updates TypeScript types
and JSON schemas with options field for select inputs, and fixes
unused tracing imports on Windows in shell_env.rs.
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
0 commit comments