Commit Graph

31 Commits

Author SHA1 Message Date
Hayden Bleasel 33a12b70c3 Update Streamdown to 1.2 2025-09-04 22:00:53 -07:00
Hayden Bleasel a1929e8e50 Resolves #63 2025-09-02 19:49:55 -07:00
Hayden Bleasel 16d3a6f255 Update Streamdown 2025-09-02 19:46:18 -07:00
Hayden Bleasel 5cabdd443d Update package.json 2025-08-30 10:12:29 -07:00
Hayden Bleasel b9d252fa6c Resolves #55 2025-08-30 10:11:42 -07:00
Timo Wernars 5933623f65 apply classname prop in sources trigger (#54)
Co-authored-by: Timo <timo@goedgemerkt.nl>
2025-08-30 10:06:56 -07:00
Hayden Bleasel 6351918777 Improve registry reliability (#53)
* Improve registry reliability

* Add error handling

* Update index.js

* Run all shadcn commands together

* Update package.json
2025-08-28 15:12:08 -07:00
Hayden Bleasel 8de78cb32e Update tool.tsx 2025-08-28 08:28:48 -07:00
Hayden Bleasel a8cd7d45a7 Update registry script 2025-08-28 08:28:45 -07:00
Hayden Bleasel b0a2940350 Rename source -> sources 2025-08-27 15:28:02 -07:00
Hayden Bleasel 85d5b72eea Fix registry 2025-08-27 15:24:30 -07:00
Hayden Bleasel e2c4b5f659 Add shadcn registry blocks (#47)
* Migrate examples

* Load examples as blocks

* Update route.ts
2025-08-26 23:51:24 -07:00
Hayden Bleasel ee76e9b0b9 Update Streamdown 2025-08-26 21:26:15 -07:00
Francisco Moretti aa72a23d80 fix(message): merge nested divs so flex-col gap applies to parts (#29)
Otherwise the flex col and gap is not being applied to message parts
2025-08-25 14:02:50 -07:00
Damiano Carradori ed5b5d0e76 refactor: update Reasoning component to adjust the auto-close logic (#36) 2025-08-25 14:02:07 -07:00
Krisdevs 8bc46ebf00 Add relative to Actions button to make sure the sr-only classname doesnt cause extra scrollbars (#23)
When using the Actions component there's an added sr-only class for screenreaders, however this adds a  
```
.sr-only{position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;}``` 
which causes an extra scrollbar to appear. adding relative to the Button, makes sure the position absolute is scoped to the Button and not the parent container
2025-08-20 18:08:32 -07:00
Hayden Bleasel c4809d448c Resolves #25 2025-08-20 18:06:04 -07:00
Hayden Bleasel 16277742ba Resolves #21 2025-08-19 12:29:15 -07:00
Hayden Bleasel 06383b04ee Resolves #11 2025-08-19 12:10:17 -07:00
Hayden Bleasel 528d2386f1 Resolves #7 2025-08-19 11:47:47 -07:00
Hayden Bleasel 89ff341764 Merge pull request #20 from vercel/streamdown
Streamdown
2025-08-18 22:48:09 -07:00
Hayden Bleasel 1900b78b1e Merge pull request #12 from AbhiArya20/duplicate-hook
Refactor: Remove duplicate useIsMobile hook & install required dependencies
2025-08-18 18:51:26 -07:00
Brandon McConnell 7c88274ac6 Add pl-8 to account for -ml-4 in parent element
shadcn/ui adds `-ml-4` to wrapper created by `CarouselContent`. By default, the wrapped content is flush to all four sides even with its default `pl-4`. To apply an even `p-4` inside the content area, you must also account for the additional 4 units of padding initially present on the left side, totaling `pl-8`.
2025-08-18 18:19:38 -04:00
Abhishek Kumar 4dfcaad3eb Removed: duplicate useIsMobile hook 2025-08-18 00:57:54 +05:30
Hayden Bleasel 6e44e08381 Misc linting and formatting improvements 2025-08-15 15:32:05 -07:00
Hayden Bleasel ba3146c135 Update package.json 2025-08-15 13:03:46 -07:00
Hayden Bleasel 240bf26b57 Move components to src folder 2025-08-15 13:00:23 -07:00
Hayden Bleasel e23583dfea Fix refs 2025-08-15 12:25:35 -07:00
Hayden Bleasel 32d5dfec85 Migrate components, shadcn/ui, typescript and registry 2025-08-15 12:24:21 -07:00
Hayden Bleasel 92b64593bf Remove existing apps and packages 2025-08-15 12:22:34 -07:00
Turbobot c54948890f feat(create-turbo): apply official-starter transform 2025-08-15 12:22:06 -07:00