From 582b42e409757ef43c1c939f747d2ce63799b6dd Mon Sep 17 00:00:00 2001 From: Brutal Strike Date: Wed, 16 Oct 2024 18:05:22 +0300 Subject: [PATCH 1/2] fix: don't always show scrollbars (#548) --- app/components/chat/BaseChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index b3820e16..c4f90f43 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -69,7 +69,7 @@ export const BaseChat = React.forwardRef( data-chat-visible={showChat} > {() => } -
+
{!chatStarted && (
From cecbc55380313004d4abcc1105b73d52255cbe46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Fri, 18 Oct 2024 01:40:09 +1100 Subject: [PATCH 2/2] fix(readme): use correct issues url (#514) Co-authored-by: Sam Denty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ca2f74..d3745298 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Once your free daily token limit is reached, AI interactions are paused until th Yes, Bolt.new is in beta, and we are actively improving it based on feedback. **How can I report Bolt.new issues?** -Check out the [Issues section](https://github.com/bolt.new/issues) to report an issue or request a new feature. Please use the search feature to check if someone else has already submitted the same issue/request. +Check out the [Issues section](https://github.com/stackblitz/bolt.new/issues) to report an issue or request a new feature. Please use the search feature to check if someone else has already submitted the same issue/request. **What frameworks/libraries currently work on Bolt?** Bolt.new supports most popular JavaScript frameworks and libraries. If it runs on StackBlitz, it will run on Bolt.new as well.