Sabitlenmiş Tweet
nick
6.5K posts


Add a little joy to your UI when removing an item.
.removing-item .container {
filter: blur(8px);
opacity: 0;
transform: scale(0.92);
transition: filter 280ms ease-in,
opacity 200ms ease-in,
transform 280ms ease-in;
}
.removing-item {
width: 0;
transition: width 320ms cubic-bezier(0.2, 0, 0, 1) 60ms;
}
English

Also: When using base-ui, you get the "top" and "bottom" elements automatically.
Florian@flornkm
Kinda related: Inline scroll areas that cut off suck as well. Adding a scroll-driven mask to the top and bottom makes it feel much smoother
English

I see. How many of you do this? I’d like to get a sense of how common this is.
Cristian@iamthatcris
the first thing I do when I install @shadcn is to add cursor pointer on the button
English

Stealth model reveal!
The Elephant Alpha model is live now as @AntLingAGI's new Ling-2.6-flash.
Elephant topped the trending charts on OpenRouter throughout its stealth period and will continue free for one week.

English

@ericzakariasson to give more context: i AM seeing a screen recording, but the window is not showing, there is only a dock and background showing
English

@ericzakariasson actually not working for me, even with a proper environment set up don’t know what i am doing wrong
English

one of the few things that really changed my mental model around working with coding agents. highly recommend trying out demo videos if you haven't already
Cursor@cursor_ai
Cursor can now attach demos and screenshots of its work to PRs it opens. Your team can review artifacts created by cloud agents directly in GitHub.
English

@CodeVxDev no front, but these look super outdated. to have a polished feeling on your apps, try using more simpler ones
English

@oezguercelebi You can directly get those on the repo from Gunnar: github.com/gunnargray-dev…
English


















