Refactor event admin screen in preparation for the pizza admin screen
Short description
Refactors the EventAdminScreen
, such that all the options, filtering and searching is handled by a separate AdminScreen
. This way, the pizza admin screen in #89 can be implemented more easily.