Catalog view #142

Open
wbuezas wants to merge 9 commits from wbuezas/hedera-web-mindshore:feature/catalog-view into beta
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) {
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="text-subtitle2 ellipsis-2-lines">
{{ item.item }}
{{ item.name }}
</div>
<div
class="row justify-between text-uppercase text-subtitle1 text-grey-7"
@ -76,7 +76,7 @@ const { t } = useI18n();
</div>
<div class="row justify-between items-cente q-gutter-x-xs">
<QBadge
:label="`x${item.grouping}`"
:label="`x${item?.prices[0]?.grouping}`"
color="grey-4"
class="col-2 justify-end text-body2"
>

File diff suppressed because it is too large Load Diff