Items view #129

Merged
jsegarra merged 3 commits from wbuezas/hedera-web-mindshore:feature/items-view into beta 2025-03-24 13:56:15 +00:00
3 changed files with 6951 additions and 5575 deletions
Showing only changes of commit 316fa02ff7 - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -82,7 +82,7 @@ onMounted(() => {
<template>
<VnInput
v-model="searchTerm"
@keyup.enter="search()"
@keyup.enter.stop="search()"
:placeholder="props.placeholder || t('search')"
bg-color="white"
is-outlined

View File

@ -14,7 +14,6 @@ const { isHeaderMounted } = storeToRefs(appStore);
const loading = ref(false);
const items = ref([]);
const itemFilterProps = {
fields: ['id', 'name', 'longName', 'description', 'isActive'], // Incluye explícitamente 'longName'
include: [
{
relation: 'itemType',