upgraded new changes

This commit is contained in:
Inshal
2024-10-27 02:14:52 +05:00
parent 2ba27c9ba8
commit c22c3b1e98
41 changed files with 443 additions and 253 deletions

View File

@@ -763,17 +763,17 @@ const formatDate = (date) => {
to="/queue"
target="_blank"
>
<VBtn
<!-- <VBtn
style="border-radius: 20px"
block
class="mt-3 text-white"
color="rgb(var(--v-theme-yellow-theme-button))"
>
Go to Meeting
</VBtn>
</VBtn> -->
</RouterLink>
<span v-else>
<VBtn
<!-- <VBtn
block
style="border-radius: 20px"
class="mt-3 text-white"
@@ -781,7 +781,7 @@ const formatDate = (date) => {
disabled
>
Go to Meeting
</VBtn>
</VBtn> -->
</span>
</VCardText>
</div>

View File

@@ -689,7 +689,7 @@ const formatTotalCurrency = (amount) => {
}}</span>
</div>
<span v-if="isMeeting">
<RouterLink to="/queue" target="_blank">
<!-- <RouterLink to="/queue" target="_blank">
<VBtn
style="border-radius: 20px; color: #fff"
block
@@ -698,17 +698,17 @@ const formatTotalCurrency = (amount) => {
>
Go to Meeting
</VBtn>
</RouterLink>
</RouterLink> -->
</span>
<span v-else>
<VBtn
<!-- <VBtn
block
style="border-radius: 20px; color: #fff"
class="mt-3"
color="rgb(var(--v-theme-yellow-theme-button))"
disabled
>Go to Meeting
</VBtn>
</VBtn> -->
</span>
</div>
</VCardText>

View File

@@ -220,7 +220,7 @@ const convertUtcDateTimeToLocal = (utcDate, utcTime, type) => {
<VSpacer />
<div class="d-flex flex-column text-sm-end gap-2">
<div class="order-sm-0 order-1 pt-0 mt-3">
<!-- <div class="order-sm-0 order-1 pt-0 mt-3">
<RouterLink v-if="isMeetingEnable" to="/queue" target="_blank">
<VBtn color="primary" class="me-2">
Go to Meeting
@@ -230,7 +230,7 @@ const convertUtcDateTimeToLocal = (utcDate, utcTime, type) => {
<VBtn class="" color="primary" disabled>Go to Meeting
</VBtn>
</span>
</div>
</div> -->
<!-- <span class="mt-auto order-sm-1 order-0">Card expires at {{ card.expiry }}</span> -->
</div>

View File

@@ -927,7 +927,7 @@ const formatTotalCurrency = (amount) => {
</v-list>
</div>
</v-card-text>
<v-card-text>
<!-- <v-card-text>
<RouterLink
to="/queue"
target="_blank"
@@ -952,7 +952,7 @@ const formatTotalCurrency = (amount) => {
>Go to Meeting
</VBtn>
</span>
</v-card-text>
</v-card-text> -->
</v-card>
</v-col>
</v-row>