Symptom

Tapping the corner avatar on ClientScreen opened a bubble whose header read “These are the types of node are used here. Select a type for a consolidated list.”, and whose menu listed About first alongside the node-type filters — an anti-pattern that mixed a help action in with type navigation.

Root cause

NodeChildren.loadAvatarMenuItems seeded the avatar menu with KrillApp.Client.About, and the avatar/Client chip face (NodeSummaryAndEditor’s KrillApp.Client -> branch) rendered a plain “select a type” sentence — no affordances for the things a new user actually wants (learn, build, get explained).

Fix

Prevention

Don’t surface one-off command actions (About, help) as fake entries in a type-filter list — give them their own affordance.