Add Showcase section to README and website#235
Conversation
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
🚀 Preview DeploymentA preview build has been generated for this PR from CI run #19970436505! Download the artifact: To view the preview locally:
🌐 Live Preview URL: https://d2e1183c.razorconsole.pages.dev The live preview will be automatically updated when you push new |
|
@copilot Add this project |
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
|
@copilot In website, add an img for wave. You can find it in wave repo |
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
website/src/pages/Showcase.tsx
Outdated
| {showcaseProjects.length > 0 ? ( | ||
| <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 max-w-5xl mx-auto"> | ||
| {showcaseProjects.map((project) => ( | ||
| <Card key={project.name} className="flex flex-col"> |
There was a problem hiding this comment.
Make the entire card clickable - click on card, jump to url
website/src/pages/Showcase.tsx
Outdated
| </div> | ||
| )} | ||
|
|
||
| <div className="mt-16 text-center"> |
There was a problem hiding this comment.
Make it compact and place it right next to the Showcase header
LittleLittleCloud
left a comment
There was a problem hiding this comment.
@copilot fix comment
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
website/src/pages/Showcase.tsx
Outdated
| target="_blank" | ||
| rel="noopener noreferrer" | ||
| > | ||
| <Button size="sm" className="gap-2"> |
There was a problem hiding this comment.
Remove Add Your project
website/src/pages/Showcase.tsx
Outdated
| className="block transition-transform hover:scale-[1.02]" | ||
| > | ||
| <Card className="flex flex-col h-full cursor-pointer hover:shadow-lg transition-shadow"> | ||
| {project.image && ( |
website/src/data/showcase.ts
Outdated
| name: "Waves", | ||
| description: "GitHub Game Off 2025 entry - A console game built with RazorConsole.", | ||
| github: "Skuzzle-UK/Waves", | ||
| image: "https://raw.githubusercontent.com/Skuzzle-UK/Waves/main/coverimage.png", |
There was a problem hiding this comment.
replace it with images, allows mulitple images
website/src/data/showcase.ts
Outdated
| name: "Waves", | ||
| description: "GitHub Game Off 2025 entry - A console game built with RazorConsole.", | ||
| github: "Skuzzle-UK/Waves", | ||
| images: [ |
There was a problem hiding this comment.
rename it to imageUrls
website/src/pages/Showcase.tsx
Outdated
| } | ||
|
|
||
| return ( | ||
| <div className="relative h-48 overflow-hidden rounded-t-lg group"> |
There was a problem hiding this comment.
image too small, make it larger
LittleLittleCloud
left a comment
There was a problem hiding this comment.
@copilot fix comments
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
| } | ||
|
|
||
| return ( | ||
| <div className="relative h-72 overflow-hidden rounded-t-lg group"> |
There was a problem hiding this comment.
Made the cards wider in commit 318bc4f:
- Changed grid from 3-column to 2-column layout
- Increased max width from max-w-5xl to max-w-6xl
- Increased gap between cards from gap-6 to gap-8
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>
Signed-off-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
|
@copilot Fix website build error |
Co-authored-by: LittleLittleCloud <16876986+LittleLittleCloud@users.noreply.github.com>



imagestoimageUrlsin interfaceOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.