Skip to content

[FRONTEND] Drag and Drop folders to the vault #140

@CMCDragonkai

Description

@CMCDragonkai

Original Author: gideonrosalesmatrix

Specification


  1. As a User Im able to drag files/folders from the desktop to the vault

Implementations


  1. Drag and drop component https://github.com/SortableJS/Vue.Draggable
  2. After receiving the file/folder
    1. Check if file/folder is valid ( example : empty ? )
    2. Trigger NewSecret action recursively? @robert-cronin do we have another method for this ?
      1. If fail, show `Error Pop up ( ex: Failed to create secret )
      2. If success, show success toaster

Resources


  1. https://stenvdb.be/articles/building-a-vuejs-drag-and-drop-file-component

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions