fd-vue-webapp icon indicating copy to clipboard operation
fd-vue-webapp copied to clipboard

A Vue.js web application for Freedomotic Open IoT framework

Results 34 fd-vue-webapp issues
Sort by recently updated
recently updated
newest added

We want to enable things drag&drop inside every environment. There are already two methods for that: dragStartHandler and drop. We need to review and adapt the code. To enable the...

enhancement
help wanted
hacktoberfest

![image](https://user-images.githubusercontent.com/1791439/138552002-6122f757-70a0-4a88-8bb0-8dbf362d53c2.png) Some resources that helped me out: - https://stackoverflow.com/questions/57670422/quasar-unknown-custom-element-error-in-unit-test - https://vue-test-utils.vuejs.org/installation/

Currently, this Vue application does not implement testing activities properly. It would be very helpful in defining a valid testing pipeline for: - Vue components - Integration - Snapshots Once...

help wanted
good first issue
hacktoberfest
up-for-grabs
low hanging fruit :cherries:

As you can see in the attached image, the button (bottom right corner) overlaps some elements. ![screenshot_2018-10-14-18-11-28](https://user-images.githubusercontent.com/4079634/46919999-f8996e80-cfe7-11e8-88c5-53f00240854a.png) It'd better to hide it when scrolling down and show it again when...

help wanted
good first issue
hacktoberfest
up-for-grabs

Set freedomotic API URL for axios using [Vue environment variables set up](https://cli.vuejs.org/guide/mode-and-env.html) closes #200

Currently, in order to configure a proper URL endpoint for API requests, there is a strange workaround [here](https://github.com/freedomotic/fd-vue-webapp/blob/4cd2576666a5e8c659e2d8227cbadaea41348d88/src/utils/fd-axios.js#L8): ```javascript if (window.location.host === 'fd-vue-webapp.herokuapp.com') { FD_API_URL = 'http://174.138.4.3:9111/v3' } else {...

enhancement
good first issue
hacktoberfest

If you run Vue web app even on many devices, the status alignment between GUI and objects is quick and perfect, but if you “iconize” client’s browser page, make changes...