Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Block Explorer UI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
Block Explorer UI
Commits
61d649f0
Commit
61d649f0
authored
5 months ago
by
Lukas
Browse files
Options
Downloads
Patches
Plain Diff
Hide key-property search for block search
parent
a93546d0
No related branches found
Branches containing commit
No related tags found
2 merge requests
!481
bring recent develop changes to mater to match the backend
,
!467
Lbudginas/#364 update search responses
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/home/searches/BlockSearch.tsx
+8
-7
8 additions, 7 deletions
components/home/searches/BlockSearch.tsx
with
8 additions
and
7 deletions
components/home/searches/BlockSearch.tsx
+
8
−
7
View file @
61d649f0
...
...
@@ -136,8 +136,9 @@ const BlockSearch: React.FC<BlockSearchProps> = ({
)
}
/>
</
div
>
<
div
className
=
"flex flex-col "
>
<
div
className
=
"flex mb-4 items-center"
>
{
/*TODO: Hide this for now, NOT REMOVE IT. It will be moved to search operation seaction when BE is done */
}
{
/* <div className="flex flex-col "> */
}
{
/* <div className="flex mb-4 items-center">
<label>Property</label>
<TooltipProvider>
<Tooltip>
...
...
@@ -152,8 +153,8 @@ const BlockSearch: React.FC<BlockSearchProps> = ({
</TooltipContent>
</Tooltip>
</TooltipProvider>
</
div
>
<
div
className
=
"flex"
>
</div>
*/
}
{
/*
<div className="flex">
<Select
onValueChange={onSelect}
value={selectedIndex}
...
...
@@ -214,8 +215,8 @@ const BlockSearch: React.FC<BlockSearchProps> = ({
</Button>
)}
</div>
</
div
>
<
div
className
=
"flex flex-col"
>
</div>
*/
}
{
/*
<div className="flex flex-col">
<Input
className="w-1/2 border-0 border-b-2 bg-theme text-text"
type="text"
...
...
@@ -229,7 +230,7 @@ const BlockSearch: React.FC<BlockSearchProps> = ({
!selectedKeys.length
}
/>
</
div
>
</div>
*/
}
<
div
className
=
"flex items-center "
>
<
Button
data-testid
=
"block-search-btn"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment