Merge branch 'staging' of https://gitea.hephex.de/admin/webshop into staging

# Conflicts:
#	shop/lib/actions/email-templates.ts
This commit is contained in:
DanielS
2026-08-27 00:34:39 +02:00
11 changed files with 435 additions and 152 deletions

View File

@@ -294,7 +294,11 @@ export function SummarySidebar({
onClick={nextStep}
disabled={isNextStepDisabled && basketItems.length === 0}
>
Weiter zu Schritt 4 <ChevronRight className="ml-1 w-4 h-4" />
{editingIdx !== null ? (
<>Änderungen für &quot;{basketItems[editingIdx]?.deviceName || `Kasse ${editingIdx + 1}`}&quot; übernehmen</>
) : (
<>Weiter zu Schritt 4 <ChevronRight className="ml-1 w-4 h-4" /></>
)}
</Button>
<Button variant="ghost" className="w-full text-slate-400 hover:text-white h-7 text-xs" onClick={prevStep}>
Zurück zum Abrechnungsmodell