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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@ docker-data/
data/
docs/

.claude/
.claude/
CLAUDE.md
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,8 @@ If you encounter the error: `Error output dangerously skip permissions cannot be

## License

MIT License.
MIT License.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=opactorai/Claudable&type=Date)](https://www.star-history.com/#opactorai/Claudable&Date)
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
File renamed without changes