Skip to content

Conversation

jagadam97
Copy link
Contributor

Description

In the createDir method of the FileList component, it's using the old Vuex store syntax (this.$store.commit) instead of the new Pinia store syntax that the rest of the application is using.

Looking at the other components, they use Pinia with mapActions from useLayoutStore to access showHover.

This PR introduces the Fix for "New Folder" button not working in the copy / Move Hover

Additional Information

Closes #5354

Checklist

Before submitting your PR, please indicate which issues are either fixed or closed by this PR. See GitHub Help: Closing issues using keywords.

  • I am aware the project is currently in maintenance-only mode. See README
  • I am aware that translations MUST be made through Transifex and that this PR is NOT a translation update
  • I am making a PR against the master branch.
  • I am sure File Browser can be successfully built. See builds and development.

@hacdias hacdias merged commit 3107ae4 into filebrowser:master Aug 16, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

"New Folder" button of "Move" and "Copy" dialogs doesn't work
2 participants