fix: refs #6769 Fixes item diary #573

Merged
guillermo merged 3 commits from 6769-itemDiaryFix into master 2024-07-26 11:18:48 +00:00
Member
No description provided.
guillermo added 1 commit 2024-07-26 10:38:23 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
86ab161302
fix: refs #6769 Fixes item diary
guillermo requested review from alexm 2024-07-26 10:38:27 +00:00
alexm requested changes 2024-07-26 10:56:53 +00:00
Dismissed
src/css/app.scss Outdated
@ -209,29 +209,6 @@ input::-webkit-inner-spin-button {
max-width: 100%;
}
/* ===== Scrollbar CSS ===== /
Member

Esto se usa para VnTable, si no se quiere de manera global, no se debe borrar.

Solución(añadir una clase que use el contenedor de q-table):

.q-table__container {
    /* ===== Scrollbar CSS ===== /
    / Firefox */

    * {
        scrollbar-width: auto;
        scrollbar-color: var(--vn-label-color) transparent;
    }

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--vn-label-color);
        border-radius: 10px;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
    }
}
Esto se usa para VnTable, si no se quiere de manera global, no se debe borrar. Solución(añadir una clase que use el contenedor de q-table): ``` .q-table__container { /* ===== Scrollbar CSS ===== / / Firefox */ * { scrollbar-width: auto; scrollbar-color: var(--vn-label-color) transparent; } /* Chrome, Edge, and Safari */ *::-webkit-scrollbar { width: 10px; height: 10px; } *::-webkit-scrollbar-thumb { background-color: var(--vn-label-color); border-radius: 10px; } *::-webkit-scrollbar-track { background: transparent; } } ```
guillermo marked this conversation as resolved
@ -113,18 +113,36 @@ const getBadgeAttrs = (_date) => {
return attrs;
};
const scrollToToday = async () => {
Member

Ho he provat conectat a dev en el item 1 que si que te una linea de hui no fa el scroll

Ho he provat conectat a dev en el item 1 que si que te una linea de hui no fa el scroll
guillermo marked this conversation as resolved
@ -216,3 +235,3 @@
</template>
<template #body-cell-date="{ row }">
<QTd @click.stop>
<QTd @click.stop :data-date="formatDateForAttribute(row.shipped)">
Member

Esto no hace nada en todo caso seria:

:data-date="(value) => row.shipped = formatDateForAttribute(row.shipped)">
Esto no hace nada en todo caso seria: ``` :data-date="(value) => row.shipped = formatDateForAttribute(row.shipped)"> ```
Author
Member

Si que hace, si no no funciona el scroll

Si que hace, si no no funciona el scroll
guillermo marked this conversation as resolved
guillermo added 1 commit 2024-07-26 11:00:59 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
48e133ffc7
fix: refs #6769 Fix worker images
guillermo added 1 commit 2024-07-26 11:14:48 +00:00
gitea/salix-front/pipeline/pr-master This commit looks good Details
621de11890
fix: refs #6769 Requested changes
guillermo requested review from alexm 2024-07-26 11:15:13 +00:00
alexm approved these changes 2024-07-26 11:17:49 +00:00
guillermo merged commit 36dd6fbe1e into master 2024-07-26 11:18:48 +00:00
guillermo deleted branch 6769-itemDiaryFix 2024-07-26 11:18:48 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#573
No description provided.