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

fix: drag an drop with upload library adjustments #49521

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 27, 2024

  1. refactor(files): Move reuseable parts of copy-move-action to service

    The `handleCopyMoveNode` method is also used in other locations,
    so it makes sense to split the file into smaller pieces and make it
    reuseable through a service.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and nfebe committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    bf3f1b3 View commit details
    Browse the repository at this point in the history
  2. refactor(files): Migrate breadcrumbs to use new v-files-drop directive

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and nfebe committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    67401d2 View commit details
    Browse the repository at this point in the history
  3. refactor(files): Migrate drag-and-drop notice to use vFilesDrop dir…

    …ective
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and nfebe committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8f470d4 View commit details
    Browse the repository at this point in the history
  4. refactor(files): Migrate file list entry to new vFilesDrop directive

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and nfebe committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c877210 View commit details
    Browse the repository at this point in the history
  5. feat(files): Migrate drop handling to Uploader functions

    So upload and drag-and-drop use the same API now.
    Also this de-duplicates some code by providing a shared directive for
    elements that support dropping files.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored and nfebe committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    03d15b4 View commit details
    Browse the repository at this point in the history