misc_pterodactyl-panel/resources/scripts/components/server/files
Dane Everitt c28cba92e2
Make modals programatically controllable via a HOC
This allows entire components to be unmounted when the modal is hidden without affecting the fade in/out of the modal itself.

This also makes it easier to programatically dismiss a modal without having to copy the visibility all over the place, and makes working with props much simpler in those modal components
2020-08-17 21:35:11 -07:00
..
FileDropdownMenu.tsx Use a key that doesn't change to avoid re-render issues; closes #2203 2020-08-01 18:48:58 -07:00
FileEditContainer.tsx Remove a hilarious number of unused dependencies 2020-07-04 19:01:49 -07:00
FileManagerBreadcrumbs.tsx Support checking all 2020-07-11 17:09:54 -07:00
FileManagerContainer.tsx Titles on index / account pages 2020-08-01 23:49:00 -04:00
FileNameModal.tsx Fix up file manager 2020-07-04 17:57:24 -07:00
FileObjectRow.tsx Use a key that doesn't change to avoid re-render issues; closes #2203 2020-08-01 18:48:58 -07:00
MassActionsBar.tsx Make modals programatically controllable via a HOC 2020-08-17 21:35:11 -07:00
NewDirectoryButton.tsx Correctly inject new directory into file manager 2020-08-06 20:33:17 -07:00
RenameFileModal.tsx Don't try to be fancy, just pain 2020-08-01 20:06:17 -07:00
SelectFileCheckbox.tsx Support checking all 2020-07-11 17:09:54 -07:00