- [x] add e2e test - happy case (make sure it clears selection and next prompt is empty, and preview is cleared); de-selection case - [x] shim - old & new file - [x] upgrade path - [x] add docs - [x] add try-catch to parser script - [x] make it work for next.js - [x] extract npm package - [x] make sure plugin doesn't apply in prod
14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
===
|
|
role: user
|
|
message: [dump] make it smaller
|
|
|
|
Selected component: h1 (file: src/pages/Index.tsx)
|
|
|
|
Snippet:
|
|
```
|
|
<header className="flex-1 flex flex-col items-center justify-center px-4 py-16">
|
|
<h1 className="text-5xl font-extrabold mb-4 text-foreground text-center"> // <-- EDIT HERE
|
|
Launch Your Next Project
|
|
</h1>
|
|
<p className="text-xl text-muted-foreground mb-8 text-center max-w-xl">
|
|
``` |