Skip to content

feat(web): screenshots page upgrades — recent feed, GitHub icons, path autocomplete - #725

Merged
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
claude/screenshots-page-upgrades-a5bb4b
Aug 20, 2026
Merged

feat(web): screenshots page upgrades — recent feed, GitHub icons, path autocomplete#725
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
claude/screenshots-page-upgrades-a5bb4b

Conversation

@zachdunn

@zachdunn Zach Dunn (zachdunn) commented Aug 20, 2026

Copy link
Copy Markdown
Member

What

Five upgrades to the workspace screenshots page:

  • Grouped ⇄ Recent toggle — a segmented control in the filter row switches between the existing by-path grouping and a flat newest-first feed of the latest uploads (?view=recent, URL-synced). The by-path API now returns an additive latest field (30 newest path-tagged shots with project, path, uploadedAt), enriched with the same url/state/gh metadata as group thumbs. Older clients ignore it; older APIs degrade to an empty Recent view.
  • GitHub mark next to repo project labels — a label containing / can only come from the repo/gh.repo branches of the project-label coalesce, so those headers get the Octocat glyph.
  • PR/issue icons — pull-request and issue-opened Octicons on GitHub context pills and in the hover preview's PR line.
  • Path filter autocomplete — a keyboard-navigable (arrows/Enter/Escape) dropdown of catalog paths with counts under the filter input. Matching is substring-loose on purpose so a half-typed segment (/ca) still surfaces /catalog/families; picking a suggestion drills into that path. No new backend — it rides the existing catalog payload.
  • Rail tip copy — sentence case instead of the stylized all-lowercase, on screenshots plus the galleries/files/people tips for consistency.

Testing

  • apps/web vitest: 736 passed; apps/api vitest: 2001 passed
  • astro check + worker tsc clean
  • Verified in the local stack-raw browser session: grouped view icons, Recent toggle + deep link, autocomplete pick → drill-in, PR/issue pills, sentence-case tip

Screenshots

Grouped Recent feed
Grouped view with GitHub marks on repo labels and the new toggle Recent feed with PR and issue pills

Path filter autocomplete suggesting /catalog/families for a half-typed /ca

…h autocomplete

- Grouped/Recent toggle on the screenshots overview (?view=recent): the
  by-path API now returns a flat newest-first latest feed (30 shots with
  project, path, uploadedAt) that the page renders as one grid, still
  honoring the project and path filters
- GitHub mark next to repo project labels; pull-request/issue Octicons on
  GitHub context pills and in the hover preview's PR line
- Path filter autocomplete: keyboard-navigable dropdown of catalog paths
  (substring match so a half-typed segment still completes), picking one
  drills into that path
- Rail tips rewritten in sentence case (screenshots, galleries, files,
  people)
@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b52de30

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (2)
  • coderabbit:review
  • review
🚫 Excluded labels (none allowed) (1)
  • wip

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 94b7978c-69ed-45e4-a22c-b403803a9e0a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
uploads-api b52de30 Commit Preview URL

Branch Preview URL
Aug 20 2026, 11:40 PM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
uploads-web b52de30 Commit Preview URL

Branch Preview URL
Aug 20 2026, 11:40 PM

@uploads-sh

uploads-sh Bot commented Aug 20, 2026

Copy link
Copy Markdown

grouped.webp
/account/workspaces/:name/screenshots

path-autocomplete.webp
/account/workspaces/:name/screenshots

recent-feed.webp
/account/workspaces/:name/screenshots

Maintained by uploads.sh · add media: uploads put <file> --pr 725 · docs

@zachdunn
Zach Dunn (zachdunn) merged commit 417bea1 into main Aug 20, 2026
5 checks passed
@zachdunn
Zach Dunn (zachdunn) deleted the claude/screenshots-page-upgrades-a5bb4b branch August 20, 2026 23:53
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