Pedidos stepper #80

Merged
jsegarra merged 16 commits from wbuezas/hedera-web-mindshore:feature/PedidosStepper into 4922-vueMigration 2024-09-03 14:06:02 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 6bfa5b9715 - Show all commits

View File

@ -352,6 +352,7 @@ onMounted(async () => {
:locale="localeDates" :locale="localeDates"
jsegarra marked this conversation as resolved Outdated

Empieza en domingo, a nivel de empresa podría servir, pero decara a un usuario final, puede llevar a confusión

Empieza en domingo, a nivel de empresa podría servir, pero decara a un usuario final, puede llevar a confusión

Agregado.

Commit: 975495113d

Agregado. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/975495113d2d7b2c5257d3f9b3d9f7e17f1cb7a8
first-day-of-week="1" first-day-of-week="1"
:minimal="appStore.isMobile" :minimal="appStore.isMobile"
flat
/> />
</div> </div>
<!-- Address step --> <!-- Address step -->
jsegarra marked this conversation as resolved Outdated

Este step no tiene titulo?

Este step no tiene titulo?

Corregido.

Commit: f2bd3c2fa6

Corregido. Commit: https://gitea.verdnatura.es/verdnatura/hedera-web/commit/f2bd3c2fa6f6db469205c772612d1b1b28cde459

View File

@ -8,6 +8,8 @@ const { notify } = useNotify();
export const useAppStore = defineStore('hedera', { export const useAppStore = defineStore('hedera', {
state: () => ({ state: () => ({
title: null,
subtitle: null,
imageUrl: '', imageUrl: '',
useRightDrawer: false, useRightDrawer: false,
rightDrawerOpen: false, rightDrawerOpen: false,