Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![MSeeP.ai Security Assessment Badge](https://mseep.net/pr/opactorai-claudable-badge.png)](https://mseep.ai/app/opactorai-claudable)

# Claudable

<img src="./assets/Claudable_main.png" alt="CLovable" style="border-radius: 12px; width: 100%;" />
Expand Down
1 change: 0 additions & 1 deletion apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ export default function HomePage() {
value={prompt}
onChange={(e) => setPrompt(e.target.value)}
placeholder="Ask Claudable to create a blog about..."
maxLength={50000}
disabled={isCreatingProject}
className="flex w-full rounded-md px-2 py-2 placeholder:text-gray-400 dark:placeholder:text-white/50 focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50 resize-none text-[16px] leading-snug md:text-base focus-visible:ring-0 focus-visible:ring-offset-0 bg-transparent focus:bg-transparent flex-1 text-gray-900 dark:text-white overflow-y-auto"
style={{ height: '120px' }}
Expand Down
1 change: 0 additions & 1 deletion apps/web/components/chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ export default function ChatInput({
className="flex w-full ring-offset-background placeholder:text-gray-500 dark:placeholder:text-gray-400 focus-visible:outline-none focus-visible:ring-0 disabled:cursor-not-allowed disabled:opacity-50 resize-none text-[16px] leading-snug md:text-base max-h-[200px] bg-transparent focus:bg-transparent flex-1 m-1 rounded-md p-0 text-gray-900 dark:text-gray-100"
id="chatinput"
placeholder={placeholder}
maxLength={50000}
disabled={disabled}
style={{ minHeight: '40px', height: '40px' }}
/>
Expand Down