-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Resolved the bug The banner message is causing the search bar to be o… #20794
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
641b99f
chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /sr…
dependabot[bot] 8696cf0
Resolved the bug The banner message is causing the search bar to be o…
kunal-511 fac9934
Updated the search-result.component.ts file to dynamically update the…
kunal-511 1bc7e52
Check for the other case of baneers also
kunal-511 a605a5f
Replace inline style binding with topValue property in search-result.…
kunal-511 2b0f37a
Refactored search overlay component bindings.
kunal-511 e8875d2
Removed the listener and clean unused components
kunal-511 72d7e64
add Test Case for SBOM feature (#20797)
4179f6a
refactor: unify the mock file generation (#20765)
chlins 4acf375
add list project arifacts API (#20803)
wy65701436 cd698c4
Fixes-20799 can't remove artifact labels (#20816)
xuelichao 6dc9a00
Extend AWS ECR regex for c2s support (#20648)
ethanchowell f21f193
feat: implement bandwidth limit for proxy-cache (#20812)
05fbeb4
Parallel attach ldap group (#20705)
stonezdj ac036dc
remove migrate-patch (#20619)
kariya-mitsuru 3a1e897
Check create when fire the artifact event (#20832)
stonezdj 7406132
Fix #20658 docker-compose `version` is obsolete warning (#20659)
jhdxr 21f9bcc
fix: fix the GC job index data race (#20830)
chlins 98026a0
Fix typo in Swagger API docs (#20841)
johankok 802ad6a
fix: update e2e test engine images (#20845)
0710e8f
enable audit log for robot (#20843)
wy65701436 2827912
add creator for robot (#20846)
wy65701436 7112044
Merge branch 'main' into bug-#20608
kunal-511 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
2 changes: 1 addition & 1 deletion
2
src/portal/src/app/shared/components/global-search/search-result.component.html
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
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.
if you use this function to re-render the dom, then you can remove the style binding in
[search-result.component.html](https://github.com/goharbor/harbor/pull/20794/files#diff-ec327ae356d30c4098c563bfce30fa1e746dfc33c449e9dcdd0a273c11297c7c)
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.
Please remove this function