Create "My submissions" page

Create a "My submissions" page where the users can view the karaokes they sent and their status.

This will need a few things:

Frontend

  • Add a page for that and hook it with right backend calls to get the right info on user's submissions
  • Add a link to this page to the aside

Backend

  • Make sure we assess when logged in user submits a kara and link the kara. (Currently we assume it's a user if contact info of inbox follows username@host scheme, but this is not robust for validating if inbox belongs to said user)
  • Keep track of users submissions (not sure where is best to store it)
  • Add a status flag on inbox