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
Bump electron-builder from 20.41.0 to 20.43.0
Bumps [electron-builder](https://github.com/electron-userland/electron-builder) from 20.41.0 to 20.43.0.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/compare/v20.41.0...v20.43.0)
Bump webpack from 4.32.2 to 4.33.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.32.2 to 4.33.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.32.2...v4.33.0)
Bump webpack-dev-server from 3.4.1 to 3.5.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.4.1...v3.5.1)