Small changes
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details

This commit is contained in:
William Buezas 2024-09-23 09:44:27 -03:00
parent e39cab82f6
commit 8664f40e06
2 changed files with 36 additions and 38 deletions

View File

@ -93,7 +93,7 @@ const { t } = useI18n();
storage="catalog"
size="200x200"
:id="item.image"
rounded="bottom"
rounded-borders="full"
class="full-height full-width"
/>
</div>
@ -106,15 +106,14 @@ const { t } = useI18n();
<span>{{ item.subName }}</span>
<span>#{{ item.id }}</span>
</div>
<div
<div class="full-width row">
<span
v-for="(tag, index) in item.previewTags"
:key="index"
class="full-width row"
class="text-grey-7 text-caption q-mr-sm"
>
<span class="text-grey-7 col">
{{ tag.name }}
{{ tag.value }}
</span>
<span class="col ellipsis">{{ tag.value }}</span>
</div>
<div class="row justify-end items-center q-gutter-x-xs q-mt-sm">
<QBadge

View File

@ -72,10 +72,10 @@
v-for="cat in categories"
:class="{ active: category == cat.id }"
:key="cat.id"
:title="cat.name"
@click="selectedCategory = cat.id"
>
<img :src="`statics/category/${cat.code}.svg`" />
<QTooltip>{{ cat.name }}</QTooltip>
</QBtn>
</div>
</div>
@ -141,7 +141,6 @@
</span>
</div>
</QDrawer>
<QInfiniteScroll>
<div
:class="
viewMode === 'grid'
@ -171,7 +170,6 @@
@click="showItem(_item)"
/>
</div>
</QInfiniteScroll>
<QDialog v-model="showItemDialog">
<QCard style="width: 25em" class="column">
<div class="q-pa-md" style="display: flex">
@ -899,6 +897,7 @@ onBeforeMount(async () => {
if (!isGuest.value) {
await appStore.check('catalog');
} else {
// TODO: Implement this logic when isGuest is implemented
// const resultSet = await jApi.execQuery(
// 'CALL myOrder_configureForGuest(@orderId); SELECT @orderId;'
// );