Table of Contents | ||
---|---|---|
|
May 14, 2024
Enhanced UX for e-mail checker
...
This pop-up will now be triggered ONLY upon the detection of an abnormal e-mail address, ensuring immediate attention is drawn to the issue, on the following screens :
- Registration
- Login
- Editing guest profiles when assigning a ticket (if Assignment uses e-mail address)
- Selecting a recipient when transferring a ticket
Registration | Login | Assignment | Transfer |
---|---|---|---|
How to enable it ?
Of course, the "Email checker feature" (enable-email-suggestion) must be enabled. In addition, three crowdin labels are also necessary :
- mail_check_popup_title: "Is this a correct email?"
- mail_check_popup_primary_btn: "Change email address"
- mail_check_popup_secondary_btn": "Continue with this one"
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.
...
|
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"