mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
A signed-in account with zero projects landed on / with the create dialog already open over the onboarding page. The page renders its own "New project" button (#ob-new), so the same call to action appeared twice and the rear one was permanently pointer-intercepted — Playwright retried a click against it for 30s before failing. The auto-open was deliberate: "With no projects at all there is nothing else on the page to do." That stopped being true when the empty state gained the agent paste-prompt card — the route the docs treat as primary, which the dialog was covering. Delete the effect and its ref; fix the two comments that documented it; rewrite the e2e test that asserted the auto-open by name. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>