1.3.0
What's changed?
Features
- Added voucher Print flow: new print page & styles with
list
andgrid
modes and UI print buttons. - Global app context:
GlobalProvider
/useGlobal
for theme + Wi-Fi QR. - Added
formatMaxGuests()
utility.
Fixes
- Centralized Wi-Fi QR generation to avoid duplication.
- Corrected voucher click/selection behavior.
Refactors
- Replaced
CopyCode
withVoucherCode
; theme & Wi-Fi logic moved intoGlobalContext
. - Vouchers tab: improved filtering, selection state, batch delete, and added print actions.
SuccessModal
now takes{ voucher: Voucher }
(not a raw code string).ThemeSwitcher
usesuseGlobal
theme.
Other
- Bumped frontend dependencies
Full Changelog: 1.2.2...1.3.0