Symptom

The Connect wizard’s step-1 screen displayed a 4-sentence, ~60-word technical paragraph explaining the Krill node model before the user could take any action. For a user already in the process of adding a connection the exposition was noise, pushing the actual task (selecting a node type) below the fold on smaller viewports.

Root cause

CONNECT_EXPLAINER was written to be a complete teaching block and was rendered unconditionally as bodyMedium text at the top of the picker step. There was no mechanism to hide it once a user had read it and no way to skip it on subsequent visits.

Fix

Prevention