Bernardo Ferrari

Results 404 comments of Bernardo Ferrari

I have good news. Compose is coming soon! I'm still tweaking it, but this how it looks so far: ![Screenshot_20250530_003034_SDK Monitor.png](https://github.com/user-attachments/assets/cd9f28db-215d-4e64-933e-ef565eab9807) ![Screenshot_20250530_003027_SDK Monitor.png](https://github.com/user-attachments/assets/f89f7ed6-4c72-4fef-90f1-a56592dcdc0c) ![Screenshot_20250530_003016_SDK Monitor.png](https://github.com/user-attachments/assets/21d32de6-cdd9-4292-be92-66a1fd70f73a) ![Screenshot_20250530_003037_SDK Monitor.png](https://github.com/user-attachments/assets/72f089c0-34e6-4816-9bcd-fb26f8693c25)

Do you prefer A or B? ![Screenshot_20250530_174330_SDK Monitor.png](https://github.com/user-attachments/assets/3902ed78-b963-40da-a949-c71b75475048) ![Screenshot_20250530_174247_SDK Monitor.png](https://github.com/user-attachments/assets/4160fbd6-6406-4a77-b6ff-906549d69116)

Yeah, that's a nice idea, although I have maybe two or three users and I love to hear them 😅. The taller one is slightly taller, but allows longer app...

![Screenshot_20250603_013424_SDK Monitor.png](https://github.com/user-attachments/assets/b210fea4-f6b1-4446-a71c-ee573e59f094) New UI 👀

New version 2.0.0 just got released. Thanks for all your help during the past 7 years!! It is a complete rewrite, I know you will enjoy!!

Why? Just because of the test being too much pain?

```css @import "tailwindcss"; @plugin "tailwindcss-animate"; @custom-variant dark (&:is(.dark *)); @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); --font-sans: var(--font-geist-sans); --font-mono: var(--font-geist-mono); --color-sidebar-ring: var(--sidebar-ring); --color-sidebar-border: var(--sidebar-border); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);...

I think you should use `@import "tw-animate-css";` (and pnpm install it) instead of `tailwindcss-animate` which doesn't support Tailwind 4. It is interesting the official shadcn v4 sample has the @keyframes...