You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created PromptInput component and moved the other components to Metronome (#81)
* Add new button styles and button states
* Initial implementation of PromptInput components and styles in Metronome
* Updated button styling
* Fix other button stylings and add useTypingSimulation hook
* Add Popover component and fix styling issues
* Add Desktop Color Swatch Picker
* Add SwitchTabPicker component for selecting image styles
* Updated ThreeDots icon
* Modify Radio component to add support for displaying color swatch
* Add MobileOptionsPopover component for displaying the options in mobile
* Use MobileOptionsPopover component to display the mobile list and move the mockData
* Fix issue with Popover width in mobile
* Highlight button when menu is active
* Removed typing animation when enhancing prompt and just do a simple fade-in animation
* refactor: Use regular if/else and add comments to make it easier to read
* refactor: Remove extra space and applied suggested usage of classnames
* refactor: Refactored use of classnames
* refactor: Refactored code to use classnames
* refactor: Remove setTimeout initially added to make sure popup closes first before calling onEnhancePrompt
* refactor: use classnames lib and add pointer-events: none in css
* refactor: use classnames lib and combined isControlled and onToggle condition
* Added comment to clarify what the line of code is doing
* refactor: Used the css variables
* refactor: Replace with css variables if available
* refactor: Simplified the use of classnames
* Increment version
0 commit comments