Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement inital file dialog #2

Merged
merged 124 commits into from
Feb 3, 2024
Merged

Implement inital file dialog #2

merged 124 commits into from
Feb 3, 2024

Conversation

fluxxcode
Copy link
Owner

@fluxxcode fluxxcode commented Jan 28, 2024

This PR contains the initial implementation of the file dialog.

The following features are implemented:

  • Select a file or a directory
  • Save a file (Prompt user for a destination path)
  • Create a new folder
  • Navigation buttons to open the parent or previous directories
  • Search for items in a directory
  • Shortcut for user directories (Home, Documents, ...) and system disks
  • Resizable window

Added the following examples:

  • sandbox
  • select_directory
  • select_file
  • save_file

Also added LICENSE and README.md.

@fluxxcode fluxxcode merged commit be3a11d into develop Feb 3, 2024
1 check passed
@fluxxcode fluxxcode deleted the feat/file_dialog branch February 3, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant