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

feat: Use floating-ui/react for the autosuggest input in the pixel code sample #24

Merged
merged 1 commit into from
Aug 20, 2024
Merged
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
1 change: 1 addition & 0 deletions examples/pixel/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"rules": {
"camelcase": "off",
"react/jsx-props-no-spreading": "off",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sometime just hate the arbitrary opinions in eslint, this is one of them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I need to switch this to one of the standard eslint configs, haven't gotten around to it yet, but I will in the next couple of weeks

"react/react-in-jsx-scope": "off",
"react/prop-types": "off"
}
Expand Down
45 changes: 30 additions & 15 deletions examples/pixel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/pixel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@bloomreach/discovery-web-sdk": "^1.1.0",
"@bloomreach/react-banana-ui": "1.20.0",
"@floating-ui/react": "^0.26.22",
"@mui/base": "^5.0.0-beta.40",
"@uiw/react-json-view": "^2.0.0-alpha.25",
"lodash": "^4.17.21",
Expand Down
Loading