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 11
11
<v-icon >save</v-icon >
12
12
Salva
13
13
</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" >
15
15
<v-tab v-for =" item in tabs" :key =" item" >
16
16
{{ item }}
17
17
</v-tab >
160
160
<v-switch label =" Nome Attività" v-model =" activity.showName" ></v-switch >
161
161
<br >
162
162
<h3 > Modifica Pulsanti </h3 >
163
- <v-btn @click =" addButton()" outline color =" green" >
163
+ <v-btn @click =" addButton()" outlined color =" green" >
164
164
<v-icon >add</v-icon > Aggiungi
165
165
</v-btn >
166
- <v-btn @click =" restoreDefaults()" outline color =" blue" >
166
+ <v-btn @click =" restoreDefaults()" outlined color =" blue" >
167
167
<v-icon >undo</v-icon > Predefiniti
168
168
</v-btn >
169
- <v-btn @click =" removeAll()" outline color =" red" >
169
+ <v-btn @click =" removeAll()" outlined color =" red" >
170
170
<v-icon >clear</v-icon > Rimuovi tutti
171
171
</v-btn >
172
172
<br ><br >
Original file line number Diff line number Diff line change 3
3
<v-app id =" inspire" >
4
4
<sidebar ></sidebar >
5
5
<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 >
7
7
<v-app-bar-title >CoderBot</v-app-bar-title >
8
8
</v-app-bar >
9
9
<v-main >
29
29
<b >{{ activity.name }}</b >
30
30
<small > {{activity.description}} </small >
31
31
</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)" >
33
33
<v-icon >delete</v-icon >
34
34
</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" >
36
36
<v-icon >edit</v-icon >
37
37
</v-btn >
38
38
</v-list-item >
Original file line number Diff line number Diff line change 17
17
<v-progress-circular :size =" 30" :width =" 2" indeterminate ></v-progress-circular >
18
18
</v-btn >
19
19
</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" >
21
21
<v-tab v-for =" item in tabs" :key =" item" >
22
22
{{ item }}
23
23
</v-tab >
@@ -883,7 +883,7 @@ export default {
883
883
// TODO: Prepopulate this
884
884
settings: {
885
885
886
- cbName: ' CoderBot di Antonio ' ,
886
+ cbName: ' CoderBot' ,
887
887
power: [null , null , null ],
888
888
btnFun: null ,
889
889
wifiMode: ' ap' ,
You can’t perform that action at this time.
0 commit comments