forked from OpenStackweb/summit-admin
-
Notifications
You must be signed in to change notification settings - Fork 4
fix: update uicore, replace and implement mui search input from uicore #867
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
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5e3fc9a
fix: update uicore, replace and implement mui search input from uicore
tomrndom aa04977
fix: adjust search-input import at test file
tomrndom 4899bc7
fix: adjust default page after search
tomrndom 1250f0b
fix: revert changes in react dependencies
tomrndom c8ce3bc
fix: add missing import for search input on show pages
tomrndom c2aa9c0
fix: update imports mocks on unit test for search input
tomrndom f58be23
fix: adjust input size styling, remove searchTerm state unused
tomrndom 566d639
fix: update uicore with latest search-input adjustments
tomrndom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 2648
🌐 Web query:
openstack-uicore-foundation 5.0.3 SearchInput component public API documentation💡 Result:
I couldn’t find any exported/public React component named
SearchInputinopenstack-uicore-foundation(including around thelib/components/inputsandlib/componentslistings I inspected). (app.unpkg.com)What does exist in the public build is a search-related component named
FreeTextSearch:lib/components/free-text-search.js(app.unpkg.com)lib/components/inputs/(app.unpkg.com)Also, version
5.0.3is present on UNPKG as a selectable/latest version for this package, so if you specifically need5.0.3, you can switch the UNPKG version selector to5.0.3and then open the same paths (e.g.,lib/components/free-text-search.js) to see the exact public API for that version. (app.unpkg.com)Citations:
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 9342
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 122
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 48
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 94
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 48
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 128
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 152
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 48
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 48
🏁 Script executed:
Repository: fntechgit/summit-admin
Length of output: 772
This import path does not exist in openstack-uicore-foundation@5.0.3.
Line 20 imports from
openstack-uicore-foundation/lib/components/mui/search-input, but web search of the published v5.0.3 package shows noSearchInputcomponent in thelib/components/mui/directory. The package provides other components (e.g.,FreeTextSearch, input components inlib/components/inputs/), but this specific path is not a documented or supported export. No local fallback component exists either. Either switch to a confirmed public export from the package, or if aSearchInputcomponent is needed, create or import it from a local source.🤖 Prompt for AI Agents