Skip to content
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

Migrate FeedbackWidget to shadcn #13456

Merged
merged 23 commits into from
Jul 26, 2024
Merged

Migrate FeedbackWidget to shadcn #13456

merged 23 commits into from
Jul 26, 2024

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    9779b6d View commit details
    Browse the repository at this point in the history
  2. feat: add useDisclosure hook

    custom replacement for Chakra-UI useDisclosure hook
    wackerow committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e94ab48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67856e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15fb601 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. refactor: FixedDot using tailwind

    deprecate chakra
    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    23b0d03 View commit details
    Browse the repository at this point in the history
  2. update: FixedDot component

    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dc0c674 View commit details
    Browse the repository at this point in the history
  3. update: popover component

    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0381441 View commit details
    Browse the repository at this point in the history
  4. refactor: FeedbackWidget component to use shadcn

    deprecates use of Chakra dependencies
    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2dc132a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0c233b View commit details
    Browse the repository at this point in the history
  6. fix: tw string interpolated classes

    refactor using offsetBottom boolean instead of passing offset number value, conditionally apply full tw class names
    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6de7e0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    093b5a9 View commit details
    Browse the repository at this point in the history
  8. chore: layout adjustments

    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3141a98 View commit details
    Browse the repository at this point in the history
  9. fix: useDisclosure types

    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4163348 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b85defb View commit details
    Browse the repository at this point in the history
  11. deprecate: FeedbackGlyphIcon component

    in lieu of .svg replacement; removed from Icon story
    wackerow committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0dbfc89 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. refactor: simplify useDisclosure

    to match commit 263698d
    wackerow committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3b95fd0 View commit details
    Browse the repository at this point in the history
  2. refactor: use new useDisclosure

    to match commit 263698d
    wackerow committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3a7664d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix: incorrect class and order

    Co-authored-by: Pablo Pettinari <[email protected]>
    wackerow and pettinarip authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    253e98e View commit details
    Browse the repository at this point in the history
  2. chore: use doublequote

    Co-authored-by: Pablo Pettinari <[email protected]>
    wackerow and pettinarip authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7c63636 View commit details
    Browse the repository at this point in the history
  3. fix: hover scale conditional

    avoids popover from shifting while open
    wackerow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8eea331 View commit details
    Browse the repository at this point in the history
  4. fix: remove hover shadow

    wackerow committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0869c61 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. regenerate yarn.lock file

    pettinarip committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3ca4ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5da4c View commit details
    Browse the repository at this point in the history