Skip to content

1.3.0

Compare
Choose a tag to compare
@etiennecollin etiennecollin released this 20 Aug 00:47
· 29 commits to main since this release
1.3.0
ad42110

What's changed?

Features

  • Added voucher Print flow: new print page & styles with list and grid 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 with VoucherCode; theme & Wi-Fi logic moved into GlobalContext.
  • Vouchers tab: improved filtering, selection state, batch delete, and added print actions.
  • SuccessModal now takes { voucher: Voucher } (not a raw code string).
  • ThemeSwitcher uses useGlobal theme.

Other

  • Bumped frontend dependencies

Full Changelog: 1.2.2...1.3.0