Share feedback ( * Add help widget icon (bottom-right-cornet) * Move appVersion to help widget * Toggle help widget * Add bug report item * feedback modal vuex state, mutation, action * Add share feedback item to help widget * Create share feedback modal * Create textarea component * Import feedback modal component * toggleFeedback mutation * Install DOM to image package * Add cols & rows as props to textarea * Add input name and feedback message textarea * Remove image props * Remove dom-to-image package * Install imgur package * Remove imgur package Will add the option to add images later * Install dotenv package * Add .env file to .gitignore * Create textAreaLabel component * Switch to text-area-label component * Post feedback messages to discord * DISCORD_FEEDBACK_WEBHOOK variable globally Add discord webook as a global variable to access the webhook url inside the electron application. * Change discord feedback webhook variable key name * Write object in shorthand // bad name: name // good name * Console log all environment variable * Resize props to textArea and textAreaLabel component * Remove name text field in feedback form * Set message textbox to resize vertically * Add smile & frown icon as vue component * feat: post thermal feedback to twitter Add emoji selection between smile and frown along with word count and other minor features. * Restore files previous state to commit 'f191a24' * Update import paths of feedback modal component * fix: toggleFeedbackModal mutation Use vuex mutation instead of dispatch. * Replace with TCard* components