Skip to content

site: point app cards at the console's /apps route - #8175

Merged
ankur-arch merged 2 commits into
mainfrom
console-apps-route
Aug 25, 2026
Merged

site: point app cards at the console's /apps route#8175
ankur-arch merged 2 commits into
mainfrom
console-apps-route

Conversation

@sneub

@sneub sneub commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

The console's template route was renamed to /apps, so the deploy link on each card follows it.

-const deployUrl = new URL(`/templates/${template.id}`, "https://console.prisma.io");
+const deployUrl = new URL(`/apps/${template.id}`, "https://console.prisma.io");

Closes the one bit of drift flagged in #8170 — before this, the "Use this app" button pointed at the console's old path.

utm_medium=templates on the same link is untouched, for the analytics-continuity reason described in #8170.

Summary by CodeRabbit

  • Bug Fixes
    • Updated the “Use this app” button to direct users to the correct app deployment page in the Prisma console.

The console's template route was renamed to /apps, so the deploy link on
each card follows it.
@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview Aug 25, 2026 10:46am
docs Ready Ready Preview Aug 25, 2026 10:46am
eclipse Ready Ready Preview Aug 25, 2026 10:46am
site Ready Ready Preview Aug 25, 2026 10:46am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 40731487-a884-4b45-bb6a-a210cee9fe62

📥 Commits

Reviewing files that changed from the base of the PR and between 644d4cf and 77df32d.

📒 Files selected for processing (1)
  • apps/site/src/app/apps/page.tsx

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


Walkthrough

The TemplateCard component now links the “Use this app” action to the Prisma console apps route.

Changes

App deployment route

Layer / File(s) Summary
Update template deployment link
apps/site/src/app/apps/page.tsx
The deploy URL now uses /apps/${template.id} instead of /templates/${template.id}.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 77df3

This updates app-card deploy links to the console’s renamed /apps route without changing analytics parameters. No actionable merge-blocking risk remains.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 1 files. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: updating app cards to use the console's /apps route.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch console-apps-route

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.

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.

2 participants