Expanded confirming state, branding update, and auth stability fixes
The confirming state got a full redesign. When you capture an element, the popup now expands to 400px and shows the screenshot at full popup width, with the description field below it. The screenshot is right there in the popup: no separate preview page to open, no guessing whether the capture worked.
The extension also got a visual overhaul: new icons, a refreshed popup CSS system, and updated triage page styles.
2 auth stability fixes shipped alongside these. The first corrected a bug where any transient network failure was logging users out. The second removed a synchronous network call that was running after every successful diagnosis.
What it answers
– how do i see my screenshot in lens before diagnosing
– why does lens keep logging me out
– why does the lens popup look different
– what is the lens confirming state
– how do i know lens captured the right element
Why we built this
The screenshot existed in the confirming state but wasn’t visible without opening a separate page. The capture preview page solved that problem but added a step. The expanded popup removes the step entirely.
- Confirming state expanded to 400px with inline screenshot at full popup width and description field below
- New icons, popup CSS visual system, and triage CSS visual system shipped across the extension
- Ll_auth_expired now only written on 401 and 403 responses: transient network failures no longer trigger a logout
- RefreshCreditsAfterSuccess no longer makes a synchronous network call immediately after diagnosis