Tickets future #461

Merged
jsegarra merged 10 commits from :feature/TicketsFuture into dev 2024-06-25 12:30:35 +00:00
Contributor
No description provided.
hyervoni added 3 commits 2024-06-19 13:26:15 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
d63d3a9c77
small change
hyervoni requested review from alexm 2024-06-19 13:26:22 +00:00
hyervoni requested review from jsegarra 2024-06-19 13:26:22 +00:00
jsegarra requested changes 2024-06-19 20:31:18 +00:00
Dismissed
@ -0,0 +83,4 @@
};
};
const ticketColumns = computed(() => [
Member

Revisamos el comportamiento de los filtros porque el valor desaparece y no filtra

Revisamos el comportamiento de los filtros porque el valor desaparece y no filtra
@ -0,0 +287,4 @@
<QBtn
icon="keyboard_double_arrow_right"
color="primary"
:disable="!selectedTickets.length"
Member

Añadir tooltip

Añadir tooltip
Contributor

Añadido.

Commit: 4e7c09fa44

Añadido. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/4e7c09fa44fa60ff29bf3647711979e33bfb455e
jsegarra marked this conversation as resolved
@ -0,0 +301,4 @@
</template>
</VnSubToolbar>
<QPage class="column items-center q-pa-md">
<QTable
Member

No veo el selector/checkbox global

No veo el selector/checkbox global
Contributor

Checkbox añadido.

Commit: 79c606fc70

Checkbox añadido. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/79c606fc7059c51c911d96348a7a5de96000fcb9
jsegarra marked this conversation as resolved
@ -0,0 +309,4 @@
v-model:selected="selectedTickets"
:pagination="{ rowsPerPage: 0 }"
:no-data-label="t('globals.noResults')"
style="max-width: 99%"
Member

Propuesta, añadir hide-bottom

Propuesta, añadir hide-bottom
Member

Si quieres lo mantenemos pero cuando se cierre el modal que no aparezca el texto de que hay una fila seleccionada, cuando no la hay

Si quieres lo mantenemos pero cuando se cierre el modal que no aparezca el texto de que hay una fila seleccionada, cuando no la hay
Contributor

Fixed.

Commit: 6cd8a478fa

Fixed. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/6cd8a478fa39d39243e99efd191e386b666328e7
jsegarra marked this conversation as resolved
@ -0,0 +314,4 @@
<template #header>
<QTr>
<QTh class="horizontal-separator" />
<QTh class="horizontal-separator" colspan="8" translate>
Member

text-transform: uppercase
Y diria que tambien falta poner en texto ligthgray

text-transform: uppercase Y diria que tambien falta poner en texto ligthgray
Contributor

Cambios añadidos.

Commit: b6ec10994a

Cambios añadidos. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/b6ec10994ae48a687198bf9d824bdcfa7bd7d699
jsegarra marked this conversation as resolved
wbuezas added 1 commit 2024-06-19 23:38:34 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
22bf0b4598
Search bar changes
wbuezas added 1 commit 2024-06-19 23:40:37 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
4e7c09fa44
Add tooltip to button
wbuezas added 1 commit 2024-06-19 23:43:30 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
79c606fc70
Add checkbox
wbuezas added 1 commit 2024-06-19 23:45:19 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
b6ec10994a
Change header titles style
wbuezas added 1 commit 2024-06-19 23:58:39 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
6cd8a478fa
Clean selectedTickets after moving tickets
Member

No le damos importancia a los filtros, ya que se vienen otros cambios

No le damos importancia a los filtros, ya que se vienen otros cambios
jsegarra approved these changes 2024-06-20 12:00:44 +00:00
Dismissed
alexm approved these changes 2024-06-25 12:10:46 +00:00
Dismissed
jsegarra added 1 commit 2024-06-25 12:25:32 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
049174232a
Merge branch 'dev' into feature/TicketsFuture
jsegarra dismissed jsegarra’s review 2024-06-25 12:25:32 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jsegarra dismissed alexm’s review 2024-06-25 12:25:32 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

jsegarra added 1 commit 2024-06-25 12:26:55 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
3374b84f38
Merge branch 'dev' into feature/TicketsFuture
jsegarra requested review from jsegarra 2024-06-25 12:27:00 +00:00
jsegarra approved these changes 2024-06-25 12:27:03 +00:00
jsegarra merged commit 4c8912e779 into dev 2024-06-25 12:30:35 +00:00
jsegarra deleted branch feature/TicketsFuture 2024-06-25 12:30:35 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 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#461
No description provided.