Add image management page
Create a page to handle viewing, removing and adding images.
A component should be create for use by other pages to allow image selection (can be used in the admin page to select image to view). The modal emit an event upon image selection. A modal should be create for use by other pages to allow image upload (will be the same in admin interface). The modal emit an event when the image is uploaded with image ID (and maybe other stuff).