-
Notifications
You must be signed in to change notification settings - Fork 19
Feat: Add PromptContainerFullLineBottomLargeActions component #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: block-kit-squad
Are you sure you want to change the base?
Feat: Add PromptContainerFullLineBottomLargeActions component #32
Conversation
- Implement full-width text input with auto-resize functionality - Add keyboard shortcut (Ctrl/Cmd + Enter) for message submission - Include screen reader announcements for accessibility - Support custom action buttons and styling options - Add comprehensive test coverage - Configure Storybook stories for component visualization
- Create PromptContainerFullLineBottomActionsLarge component with size variants - Add size-specific styling for typography, padding, and spacing - Implement comprehensive test suite - Add Storybook stories demonstrating all variants - Export component through index file
…ottomActionsLarge tests - Update size-related tests to check for text classes on container element instead of textarea - Align test assertions with actual component implementation - Maintain existing functionality tests unchanged
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
This PR introduces a new "Large" variant of the PromptContainerFullLineBottomActions component. The new component provides an alternative visual presentation with increased typography size, more generous padding, and larger icon buttons within the actions area. It maintains API consistency with the base component while offering size-specific styling options.
Key features:
Type of change
How has this been tested?
The component has been thoroughly tested through:
Unit Tests:
Storybook Stories:
Manual Testing:
Screenshots
https://jam.dev/c/70c6dd77-588f-4d97-95ed-38e364820563
Checklist