Skip to content

Commit 280e8f2

Browse files
committed
fix: show only 3 prompt suggestions initially
- Keep most impactful examples: WebSocket, REST API, Microservices - Cleaner UI with fewer choices - Easier to scan and select for new users
1 parent 036554f commit 280e8f2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

apps/app/src/app/canvas/page.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -205,22 +205,10 @@ const DocumentEditor = () => {
205205
title: "Explain REST API architecture",
206206
message: "Write a detailed document about REST API design principles, HTTP methods, status codes, request/response structure, and best practices.",
207207
},
208-
{
209-
title: "How does OAuth 2.0 work?",
210-
message: "Create a document explaining OAuth 2.0 authentication flow, including authorization servers, access tokens, refresh tokens, and common scenarios.",
211-
},
212208
{
213209
title: "Microservices architecture",
214210
message: "Write a comprehensive guide to microservices architecture, covering service decomposition, inter-service communication, data consistency, and deployment patterns.",
215211
},
216-
{
217-
title: "What is GraphQL?",
218-
message: "Create a document explaining GraphQL, including how it differs from REST, query language basics, schema definition, and resolver functions.",
219-
},
220-
{
221-
title: "CI/CD pipeline explained",
222-
message: "Write a detailed document about continuous integration and continuous deployment, covering stages, automated testing, build artifacts, and deployment strategies.",
223-
},
224212
],
225213
available: "on-empty",
226214
});

0 commit comments

Comments
 (0)