Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

May 14, 2024

Enhanced UX for e-mail checker


Redesign of the "Deleted tickets" screen


As we introduced a new UX for our mobile wallet, we continued modernizing existing screens. In this release, we followed the same approach and improve the "Deleted tickets" screen.

Upon selection, mobile users will be directed to a new screen, where the Deleted items are neatly organized into two tabs: Tickets and Privileges (if enabled).

   

April 23, 2024

"More" menu improvements

Streamlining the order of menu entries

When we refactored the "More" menu in ZUMV1, we proposed a creative but sub-optimal ordering of menu entries. Our bad.

We fixed our mistake by reordering the menu like this :

  1. "Spectator" section
    • My profile
    • Language (if more than one configured)
  2.  "Ticket" section (if features have been enabled)
    1. Ticket on resale (if enabled)
    2. Deleted tickets (if enabled) 
  3. "Informative" section
    1. More info
    2. Support details
  4. Individual Promo items (if configured properly in the back-office)
  5. Sign out


Hiding language selector if only one language is supported by your branded wallet

We applied a simple but logical display rule on the Language selector usually visible in the Welcome page (or Splash screen) and in the More menu :

  • If multiple languages are configured, the selector will be visible.
  • If only one language is configure, the selector will be hidden.

"More" Menu now supports an IMPRINT link available in "More information" section

If you want to use a second legal link during registration and in the burger menu, it's now possible.

To use this feature. please configure crowdin labels (base.json)

  • "imprint_title": "Imprint - Link Label"
  • "imprint_url": "Imprint - Link URL"


  • No labels