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(datarooms): add drag to move documents to folder #562

Merged
merged 4 commits into from
Aug 14, 2024

Conversation

mfts
Copy link
Owner

@mfts mfts commented Aug 14, 2024

  • add move to home folder
  • drag to move documents

Copy link

vercel bot commented Aug 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
papermark ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 0:12am

Copy link

what-the-diff bot commented Aug 14, 2024

PR Summary

  • Enhancements to 'DataroomDocumentCard' component
    Updated the component with new properties to track if document is selected or being hovered over for better user interaction.

  • Addition of drag-and-drop functionality to 'DataroomItemsList' component
    A fresh drag and drop feature has been added to this component which will offer a more intuitive way for users to move documents.

  • **Introduction of 'DraggableItem' and 'DroppableFolder' components and Header Content component **
    Created two new drag-and-drop components which enables drag-and-drop feature along with the visual indication of parallel process— e.g. showing the count of selected documents.

  • Improvements to 'SidebarFoldersSelectipon' and 'MoveToDataroomFolderModal' components
    The sidebar now includes a "Home" option, and documents can be moved to the root folder, offering more flexibility in document organization.

  • Removal of redundant functionalities
    Discontinued the feature for updating folder names as it's not required anymore.

  • Upgrades to 'Documents' page
    Made modifications in this page to represent drag-and-drop functionality enhancing user interface.

  • Changes to the Child folder properties
    Updated child folder properties for the Folder Card component inside Folder Component Selection.

  • Addition of new directory 'documents/drag-and-drop'
    A new directory to house the components enabling the drag-and-drop feature is added.

  • Adjustments to API route regarding document move operations
    Updated the API route to handle PATCH requests to permit the functionality of moving documents.

@mfts mfts merged commit bac7eea into main Aug 14, 2024
2 checks passed
@mfts mfts deleted the feat/move-dataroom-docs branch September 3, 2024 12: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