marktnoonan / transcription

Live Transcription based on Speech Recognition API
https://freelivetranscript.com
MIT License
35 stars 22 forks source link

Created a settings menu pop-up to clean up the UI a bit #23

Closed pauljlee94 closed 5 years ago

pauljlee94 commented 5 years ago

Took inspiration from that toyota website! It's very barebones right now just because I wanted to get the working code in place. I definitely want to spend more time on it to make things more aesthetically pleasing and whatnot. Let me know what you think!

pauljlee94 commented 5 years ago

whoops looks like I forgot to delete the test text in the transcription area. My bad!

pauljlee94 commented 5 years ago

I fixed a bug with the toggle header button, added the about in a popup, and made the settings toggleable with just the settings button, not a separate exit button inside the settings menu.

pauljlee94 commented 5 years ago

Added the CFA Logo to the about page and linked it to the official cfa website.

pauljlee94 commented 5 years ago

Added exit buttons to each modal and added an eventListener that closes the modal if the user clicks outside of it (except for the header and bottom span)