Show promo image again on the idle customer display.
Deploy Ladill POS / deploy (push) Successful in 58s
Deploy Ladill POS / deploy (push) Successful in 58s
Restore the configured promo image above the welcome copy when the register cart is empty so store branding still surfaces to customers.
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
{{-- IDLE / PROMO --}}
|
||||
<section x-show="isPhase('idle') || isPhase('promo')" x-cloak
|
||||
class="flex flex-1 flex-col items-center justify-center gap-6 px-8 text-center">
|
||||
<template x-if="state.promo?.image_url">
|
||||
<div class="flex items-center justify-center overflow-hidden rounded-3xl bg-white px-6 py-5 shadow-sm ring-1 ring-slate-200/80 sm:px-8 sm:py-6">
|
||||
<img :src="state.promo.image_url"
|
||||
alt=""
|
||||
class="h-28 w-auto max-h-40 max-w-[min(90vw,360px)] object-contain sm:h-36 sm:max-h-44 sm:max-w-[420px]">
|
||||
</div>
|
||||
</template>
|
||||
<div class="max-w-xl">
|
||||
<p class="text-sm font-semibold uppercase tracking-wider text-indigo-600">Welcome</p>
|
||||
<h1 class="mt-3 text-4xl font-bold tracking-tight text-slate-900 sm:text-5xl"
|
||||
|
||||
Reference in New Issue
Block a user