Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voiceflow/react-chat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: voiceflow/react-chat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 3, 2025

  1. fix: carousel hitbox edges fix (COR-4364) (#486)

    **Fixes or implements VF-4364**
    
    ### Brief description. What is this change?
    
    Fixed the carousel button hitbox issue by making the 'surrounding' button component a little bit bigger so when the image is enlarged it will still be inside of the 'hitbox'.
    
    Added the `NewChat` component wrapper to the Carousel story, so that it looks good in storybook.
    Added a `2px` left margin to the first carousel card to align it with the other messages displayed above or below it.
    
    Also updated `@vanilla-extract/css` and `@vanilla-extract/vite` packages.
    Initially did this cause I thought there was a vanilla-extract related bug - there wasn't, but the update is still helpful to stay updated.
    gillyb committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    3a85e21 View commit details
    Browse the repository at this point in the history
Loading