File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ async function logout() {
148148 <v-icon :icon =" mdiDotsVertical" />
149149 </v-btn >
150150 </template >
151- <v-list class =" pa-0" :density =" mdAndDown ? 'compact' : 'default'" prepend-gap =" 16 " >
151+ <v-list class =" pa-0" :density =" mdAndDown ? 'compact' : 'default'" prepend-gap =" 20 " >
152152 <v-list-item @click.prevent =" toggleArchive" >
153153 <template #prepend >
154154 <v-icon
@@ -188,7 +188,7 @@ async function logout() {
188188 :href =" appStore.appData.appDownloadUrl"
189189 >
190190 <template #prepend ><v-icon :icon =" mdiDownload" /></template >
191- <v-list-item-title >Install App</v-list-item-title >
191+ <v-list-item-title >Download App</v-list-item-title >
192192 </v-list-item >
193193 <v-list-item :to =" { name: 'billing' }" >
194194 <template #prepend ><v-icon :icon =" mdiFinance" /></template >
Original file line number Diff line number Diff line change @@ -1402,7 +1402,7 @@ onMounted(async () => {
14021402 <VIcon v-if =" lgAndUp " start :icon =" mdiDelete " />
14031403 Delete
14041404 </VBtn >
1405- <VBtn variant="text" color="warning" @click =" showWebhookEdit = false " >Close</VBtn >
1405+ <VBtn v-else variant="text" color="warning" @click =" showWebhookEdit = false " >Close</VBtn >
14061406 </VCardActions >
14071407 </VCard >
14081408 </VDialog >
@@ -1504,16 +1504,16 @@ onMounted(async () => {
15041504 <VIcon v-if =" lgAndUp " start :icon =" mdiDelete " />
15051505 Delete
15061506 </VBtn >
1507- <VBtn variant="text" color="warning" @click =" showDiscordEdit = false " >Close</VBtn >
1507+ <VBtn v-else variant="text" color="warning" @click =" showDiscordEdit = false " >Close</VBtn >
15081508 </VCardActions >
15091509 </VCard >
15101510 </VDialog >
15111511
15121512 <!-- Phone Edit Dialog -->
1513- <VDialog v-model =" showPhoneEdit " max-width="700px">
1513+ <VDialog v-model =" showPhoneEdit " max-width="700px" opacity="0. 9 " >
15141514 <VCard >
15151515 <VCardTitle >Edit Phone</VCardTitle >
1516- <VCardText v-if =" activePhone " class="mt-6" >
1516+ <VCardText v-if =" activePhone " >
15171517 <VContainer >
15181518 <VRow >
15191519 <VCol >
@@ -1602,19 +1602,16 @@ onMounted(async () => {
16021602 </VRow >
16031603 </VContainer >
16041604 </VCardText >
1605- <VCardActions class="pb-4">
1606- <VBtn
1607- size="small"
1608- color="info"
1605+ <VCardActions class="pb-4 px-4 mt-n4">
1606+ <loading-button
16091607 :loading =" updatingPhone"
16101608 @click =" updatePhone"
16111609 >
16121610 <VIcon v-if =" lgAndUp " start :icon =" mdiContentSave " />
1613- Update
1614- </VBtn >
1611+ Update Phone
1612+ </loading-button >
16151613 <VSpacer />
16161614 <VBtn
1617- size="small"
16181615 color="error"
16191616 variant="text"
16201617 :disabled =" updatingPhone "
You can’t perform that action at this time.
0 commit comments