ackzell / camati

Voicemail app to leave short notes and upload to a server.
https://camati.netlify.app/
1 stars 1 forks source link

Split the code into components #1

Open ackzell opened 4 years ago

ackzell commented 4 years ago
ackzell commented 4 years ago

The index.vue has a lot of logic that has to do with the recording and uploading at the same time.

We can probably break apart at least the upload and leave the bottom card as a separate component.

Try and see if we can also have the recording logic in its own component. Either: