File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 <v-icon >save</v-icon >
1212 Salva
1313 </v-btn >
14- <v-tabs slot =" extension" v-model =" tab" centered color = " transparent " slider-color =" white" >
14+ <v-tabs slot =" extension" v-model =" tab" centered slider-color =" white" >
1515 <v-tab v-for =" item in tabs" :key =" item" >
1616 {{ item }}
1717 </v-tab >
160160 <v-switch label =" Nome Attività" v-model =" activity.showName" ></v-switch >
161161 <br >
162162 <h3 > Modifica Pulsanti </h3 >
163- <v-btn @click =" addButton()" outline color =" green" >
163+ <v-btn @click =" addButton()" outlined color =" green" >
164164 <v-icon >add</v-icon > Aggiungi
165165 </v-btn >
166- <v-btn @click =" restoreDefaults()" outline color =" blue" >
166+ <v-btn @click =" restoreDefaults()" outlined color =" blue" >
167167 <v-icon >undo</v-icon > Predefiniti
168168 </v-btn >
169- <v-btn @click =" removeAll()" outline color =" red" >
169+ <v-btn @click =" removeAll()" outlined color =" red" >
170170 <v-icon >clear</v-icon > Rimuovi tutti
171171 </v-btn >
172172 <br ><br >
Original file line number Diff line number Diff line change 33 <v-app id =" inspire" >
44 <sidebar ></sidebar >
55 <v-app-bar color =" indigo" dark fixed app >
6- <v-app-bar-side -icon @click.stop =" toggleSidebar()" ></v-app-bar-side -icon >
6+ <v-app-bar-nav -icon @click.stop =" toggleSidebar()" ></v-app-bar-nav -icon >
77 <v-app-bar-title >CoderBot</v-app-bar-title >
88 </v-app-bar >
99 <v-main >
2929 <b >{{ activity.name }}</b >
3030 <small > {{activity.description}} </small >
3131 </v-list-item-title >
32- <v-btn flat icon color =" grey darken-1" ripple @click =" deleteActivity(activity.name)" >
32+ <v-btn text icon color =" grey darken-1" ripple @click =" deleteActivity(activity.name)" >
3333 <v-icon >delete</v-icon >
3434 </v-btn >
35- <v-btn flat icon color =" grey darken-1" ripple :href =" '#/activity/edit/'+activity.name" >
35+ <v-btn text icon color =" grey darken-1" ripple :href =" '#/activity/edit/'+activity.name" >
3636 <v-icon >edit</v-icon >
3737 </v-btn >
3838 </v-list-item >
Original file line number Diff line number Diff line change 1717 <v-progress-circular :size =" 30" :width =" 2" indeterminate ></v-progress-circular >
1818 </v-btn >
1919 </template >
20- <v-tabs slot =" extension" v-model =" tab" centered color = " transparent " slider-color =" white" >
20+ <v-tabs slot =" extension" v-model =" tab" centered slider-color =" white" >
2121 <v-tab v-for =" item in tabs" :key =" item" >
2222 {{ item }}
2323 </v-tab >
@@ -883,7 +883,7 @@ export default {
883883 // TODO: Prepopulate this
884884 settings: {
885885
886- cbName: ' CoderBot di Antonio ' ,
886+ cbName: ' CoderBot' ,
887887 power: [null , null , null ],
888888 btnFun: null ,
889889 wifiMode: ' ap' ,
You can’t perform that action at this time.
0 commit comments