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

feat: support dragging resources to the resource-picker #148

Merged
merged 2 commits into from
Oct 11, 2023

Commits on Oct 10, 2023

  1. feat: support dragging resources to the resource-picker

    This extends the resource-picker to support a simple drag-and-drop from
    the FileSystem tab.
    
    The resource_picker's line_edit's MouseFilter was set to 'pass' so the
    drag/drop input could live on the resource_picker itself, which was a
    bit simpler than extending a custom LineEdit component.
    russmatney committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1e2158d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    b951fab View commit details
    Browse the repository at this point in the history