panel
panel copied to clipboard
File Search Bar
This pr adds a search bar to the file manager.
closes https://github.com/pterodactyl/panel/issues/3503
Implementation is not very good. It covers directory names, and it also can't search in directories

Implementation is not very good. It covers directory names, and it also can't search in directories
Directory name issue fixed in https://github.com/pterodactyl/panel/pull/3926/commits/43d44da1234f38eaaa77a1853ce3d757dc8cde4d. Also I am able to search in directories.
You can search when you're inside a folder, but not when you're in the main directory and want to search in other directories. I was the one that made the issue about this feature request, and that is the way I had in mind.
You can search when you're inside a folder, but not when you're in the main directory and want to search in other directories. I was the one that made the issue about this feature request, and that is the way I had in mind.
From what I can tell this is only possible with modifications to wings as only the files/folders the user is viewing are sent by wings.
How does it look on mobile?
How does it look on mobile?
Like this

Does the searchbar still overlap the filestructurr breadcrumbs, on desktop?
Does the searchbar still overlap the filestructurr breadcrumbs, on desktop?
Nope
Does the searchbar still overlap the filestructurr breadcrumbs, on desktop?
Nope
Glad to hear.
I however feel that the mobile version should have a little more work done, so that it matches with the quality of the rest of the ui
Updated UI:

Mobile:

Nice work!
@matthewpi Could you review this when you have time