Catalog view #142

Merged
jsegarra merged 10 commits from wbuezas/hedera-web-mindshore:feature/catalog-view into beta 2025-04-17 07:22:33 +00:00
3 changed files with 753 additions and 700 deletions

View File

@ -45,6 +45,8 @@ async function fetch({
}); });
} }
params.filter = params.filter || {};
if (params.filter?.where || exprFilter) { if (params.filter?.where || exprFilter) {
params.filter.where = { ...params.filter.where, ...exprFilter }; params.filter.where = { ...params.filter.where, ...exprFilter };
} }

View File

@ -37,7 +37,7 @@ const { t } = useI18n();
> >
<div class="column" style="margin-bottom: auto"> <div class="column" style="margin-bottom: auto">
<div class="text-subtitle2 ellipsis-2-lines"> <div class="text-subtitle2 ellipsis-2-lines">
{{ item.item }} {{ item.name }}
</div> </div>
<div <div
class="row justify-between text-uppercase text-subtitle1 text-grey-7" class="row justify-between text-uppercase text-subtitle1 text-grey-7"
@ -76,7 +76,7 @@ const { t } = useI18n();
</div> </div>
<div class="row justify-between items-cente q-gutter-x-xs"> <div class="row justify-between items-cente q-gutter-x-xs">
<QBadge <QBadge
:label="`x${item.grouping}`" :label="`x${item?.prices[0]?.grouping}`"
color="grey-4" color="grey-4"
class="col-2 justify-end text-body2" class="col-2 justify-end text-body2"
> >

File diff suppressed because it is too large Load Diff