-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added UI for no search results (#119)
* Adding search parameter for imodel-browser-react * Added UI for no search results * added changeset * Updated NoResults Component * Modified NoResults component based on search results * centering the component * reverting version bump change --------- Co-authored-by: Sourabh Bankey <sourabh.bankey@bentley.com>
- Loading branch information
1 parent
6cba9b8
commit e33e0f8
Showing
6 changed files
with
80 additions
and
34 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/imodel-browser-react/addNoSearchResultUI_2024-06-06-06-39.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/imodel-browser-react", | ||
"comment": "Updated no search results UI for IModelGrid component", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@itwin/imodel-browser-react" | ||
} |
10 changes: 10 additions & 0 deletions
10
...el-browser-react/sourabh-adding-search-parameter-for-imodel-browser_2024-06-04-07-50.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/imodel-browser-react", | ||
"comment": "Adding `Search` parameter to get iModels instead of `Name`. `Search` allows user to search without need to put the exact iModel name.", | ||
"type": "patch" | ||
} | ||
], | ||
"packageName": "@itwin/imodel-browser-react" | ||
} |
This file contains 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 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 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 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