Growing-Tech / IoT-Garden

Frontend for the open source IOT-Garden application
0 stars 0 forks source link

Rewrite frontend in vue 3 #10

Closed andrewguest closed 4 years ago

andrewguest commented 4 years ago

I added a view for new devices on the home page using Bulma cards. Let me know what you think of using cards.

I also removed the Vuex store it wasn't being used, but it might be best to use it to store the API request data so that the "Add new device" modal can append any recently added devices to that instead of going through "emit" hell to get to the Home.vue component.