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: Advanced Directory Viewer #477

Merged
merged 22 commits into from
Jun 26, 2022
Merged

Conversation

solvedDev
Copy link
Member

@solvedDev solvedDev commented Jun 25, 2022

This PR adds a new <DirectoryViewer/> component that renders a view of a given DirectoryHandle faster and can more flexibly be reused across the editor.

Motivation and Context

The current <FileDisplayer/> component felt slow and unpolished, partly due to a lot of legacy code connected to pack spider. The new component also properly implements drag & drop now with warnings before a file or folder gets overwritten.

Closes: #89

To dos:

  • Implement context menu actions
  • Implement enter/ f2 to edit file/folder name

@solvedDev solvedDev changed the base branch from main to dev June 25, 2022 18:52
@solvedDev solvedDev added the feature Request of a new feature label Jun 25, 2022
@solvedDev solvedDev self-assigned this Jun 25, 2022
@solvedDev solvedDev added this to the v2.3.0 milestone Jun 25, 2022
@solvedDev solvedDev marked this pull request as ready for review June 26, 2022 20:51
@solvedDev solvedDev merged commit 7f34809 into dev Jun 26, 2022
@solvedDev solvedDev deleted the feat/advanced-directory-viewer branch June 26, 2022 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request of a new feature
Projects
Status: 🚀 Done
Development

Successfully merging this pull request may close these issues.

Create file/Create folder/Dragging files can overwrite files/folders without warning
2 participants