misc_pterodactyl-panel/resources/scripts/components/server/schedules
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
..
DeleteScheduleButton.tsx Make modals programatically controllable via a HOC 2020-08-17 21:35:11 -07:00
EditScheduleModal.tsx Avoid double-click double-submit issues in modals; closes #2199 2020-08-01 19:49:38 -07:00
NewTaskButton.tsx Update schedule page 2020-07-04 17:00:19 -07:00
ScheduleContainer.tsx Titles on index / account pages 2020-08-01 23:49:00 -04:00
ScheduleEditContainer.tsx eslint cleanup 2020-07-04 18:30:50 -07:00
ScheduleRow.tsx Fix date display for scheduled tasks; closes #2195 2020-07-29 20:23:46 -07:00
ScheduleTaskRow.tsx Make modals programatically controllable via a HOC 2020-08-17 21:35:11 -07:00
TaskDetailsModal.tsx Fix task edit modal not filling the payload correctly 2020-08-01 19:52:13 -07:00