Skip to content

fix(www): tighten problem copy and scope screenshot hover to the thumbnail - #88

Merged
faw01 merged 2 commits into
mainfrom
fix/www-copy
Jul 21, 2026
Merged

fix(www): tighten problem copy and scope screenshot hover to the thumbnail#88
faw01 merged 2 commits into
mainfrom
fix/www-copy

Conversation

@faw01

@faw01 faw01 commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Un-breaks main for the 1.0.1 release: merging fix(dumbridge): pin @effect/platform-node-shared to stop the install peer warning #80 and feat(www): add mf2-scaffolded marketing site #81 left .fallowrc.json with two ignoreDependencies keys (one added by each PR), which biome flags as lint/suspicious/noDuplicateObjectKeys, so root bun run check and therefore bun run verify fail on main. This PR merges the two arrays into a single key (@effect/language-service, @effect/platform-node-shared) and preserves both explanatory comments above it.
  • Rewrites the problem-statement paragraph into cleaner, shorter declarative sentences with consistent terms and no comma pile-up: "A cloud coding agent runs on a remote machine. It cannot see the files on your computer. dumbridge gives the agent temporary, live, read-only access to one directory. The agent reads the files as they are right now. There is no copy, no upload, and no snapshot."
  • Scopes the cloud-setup screenshot hover reveal to the thumbnail itself: the enlarge classes moved from the list-item group onto the <img>, so hovering the line text or nearby whitespace no longer triggers the popover. Touch fallback (always-visible thumbnails) and the no-layout-shift transform are unchanged.
  • Trims the step captions: step 1 drops "dumbridge prints the key." and step 3 drops "Nothing was committed or uploaded."; step 3 now reads "The agent reads the file live from your computer." instead of "from your disk".

Test plan

  • Exactly one ignoreDependencies key remains in .fallowrc.json
  • bun run verify passes at the root (fails on current main without this fix)
  • bunx fallow@3.5.0 audit --base origin/main exits 0
  • cd apps/www && bun run build produces a static export
  • Headless-Chrome check: hovering the note line leaves the thumbnail at 192px; hovering the image scales it; zero em/en dashes in page copy

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@faw01, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 44 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4ae4a786-e04c-4beb-a90a-76a3c3a5db6b

📥 Commits

Reviewing files that changed from the base of the PR and between dbb62ec and 2644ad4.

📒 Files selected for processing (3)
  • .fallowrc.json
  • apps/www/app/components/problem.tsx
  • apps/www/app/components/walkthrough.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/www-copy

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@faw01
faw01 merged commit 539f188 into main Jul 21, 2026
6 of 7 checks passed
@faw01
faw01 deleted the fix/www-copy branch July 21, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant