feat: premium minimalist greeting layout, suggested cards, and boot diagnostics#1496
Open
rohanvibe wants to merge 1 commit into
Open
feat: premium minimalist greeting layout, suggested cards, and boot diagnostics#1496rohanvibe wants to merge 1 commit into
rohanvibe wants to merge 1 commit into
Conversation
…nment diagnostics
Contributor
|
@rohanvibe is attempting to deploy a commit to the Templates Test vtest314 Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR introduces key visual refinements and functional safety features to elevate the chatbot developer experience:
Key Changes Included
🎨 1. Minimalist Welcoming Experience (
components/chat/greeting.tsx)Sparklesicon.🎴 2. Suggested Cards Layout (
components/chat/suggested-actions.tsx)GlobeIcon,Code2Icon,BookOpenIcon,CloudSunIcon) to respective prompts.hover:-translate-y-0.5) and transition-aware borders.🛡️ 3. Safe-Boot Environment Diagnostics (
app/(chat)/layout.tsx)SidebarShellserver component.POSTGRES_URLis missing, it displays a highly professional dark-themed diagnostics screen guiding the developer on how to provision the database and construct.env.local.cookies()), ensuring it will never affect the static pre-rendering build phase duringnext build.Verification & Quality Checks
All checks passed with pristine states locally:
npx tsc --noEmitsuccessfully (Exit Code: 0).npx biome lint .with zero linting, styling, or formatting violations detected.