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

Custom quick access sections #95

Merged
merged 6 commits into from
Mar 7, 2024
Merged

Conversation

fluxxcode
Copy link
Owner

@fluxxcode fluxxcode commented Mar 5, 2024

This PR implements FileDialog::add_quick_access and FileDialogConfig::add_quick_access, which allow you to add your own quick access sections to the left sidebar.

Example:

FileDialog::new()
    .add_quick_access("Project", |s| {
        s.add_path("☆  Examples", "examples");
        s.add_path("📷  Media", "media");
        s.add_path("📂  Source", "src");
    })

Screenshot_20240305_231604

@fluxxcode fluxxcode merged commit 69fd7a2 into develop Mar 7, 2024
1 check passed
@fluxxcode fluxxcode deleted the feat/custom_quick_access branch March 7, 2024 19:43
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