nwhitehouse fixes the greeting that ignored your name
A small change so the app stops greeting users by their email prefix when they've actually set a display name.
nwhitehouse spotted a quirk in the welcome screen: the personalised greeting got locked in the instant the page loaded, before the user's profile had finished loading. The result was an awkward hello built from the email address rather than the name the user chose.
The fix lets the greeting catch up. It still settles on a single greeting style per visit (no flickering as you read), but now waits for the real display name to arrive and slots it in. One screen, no data migration, nothing else touched.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?