Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
efec7e08
Commit
efec7e08
authored
Aug 07, 2018
by
Dennis Tang
Committed by
Phil Hughes
Aug 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Frontend for clarifying the usefulness of the search bar"
parent
8a1d55a3
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
598 additions
and
430 deletions
+598
-430
app/assets/javascripts/gl_dropdown.js
app/assets/javascripts/gl_dropdown.js
+355
-233
app/assets/javascripts/search_autocomplete.js
app/assets/javascripts/search_autocomplete.js
+149
-114
app/assets/stylesheets/framework/gitlab_theme.scss
app/assets/stylesheets/framework/gitlab_theme.scss
+0
-32
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-1
app/assets/stylesheets/pages/search.scss
app/assets/stylesheets/pages/search.scss
+45
-27
app/helpers/search_helper.rb
app/helpers/search_helper.rb
+10
-10
app/views/layouts/_search.html.haml
app/views/layouts/_search.html.haml
+3
-5
changelogs/unreleased/36409-frontend-for-clarifying-the-usefulness-of-the-search-bar.yml
...ntend-for-clarifying-the-usefulness-of-the-search-bar.yml
+5
-0
doc/user/search/img/issues_mrs_shortcut.png
doc/user/search/img/issues_mrs_shortcut.png
+0
-0
doc/user/search/img/project_search.png
doc/user/search/img/project_search.png
+0
-0
locale/gitlab.pot
locale/gitlab.pot
+27
-0
spec/features/search/user_uses_header_search_field_spec.rb
spec/features/search/user_uses_header_search_field_spec.rb
+0
-4
spec/javascripts/fixtures/search_autocomplete.html.haml
spec/javascripts/fixtures/search_autocomplete.html.haml
+2
-4
No files found.
app/assets/javascripts/gl_dropdown.js
View file @
efec7e08
This diff is collapsed.
Click to expand it.
app/assets/javascripts/search_autocomplete.js
View file @
efec7e08
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/gitlab_theme.scss
View file @
efec7e08
...
...
@@ -3,7 +3,6 @@
*/
@mixin
gitlab-theme
(
$location-badge-color
,
$search-and-nav-links
,
$active-tab-border
,
$border-and-box-shadow
,
...
...
@@ -119,12 +118,6 @@
}
}
.location-badge
{
color
:
$location-badge-color
;
background-color
:
rgba
(
$search-and-nav-links
,
0
.1
);
border-right
:
1px
solid
$sidebar-text
;
}
.
search-input
:
:
placeholder
{
color
:
rgba
(
$search-and-nav-links
,
0
.8
);
}
...
...
@@ -141,10 +134,6 @@
background-color
:
$white-light
;
}
.location-badge
{
color
:
$gl-text-color
;
}
.search-input-wrap
{
.search-icon
{
fill
:
rgba
(
$search-and-nav-links
,
0
.8
);
...
...
@@ -200,7 +189,6 @@
body
{
&
.ui-indigo
{
@include
gitlab-theme
(
$indigo-100
,
$indigo-200
,
$indigo-500
,
$indigo-700
,
...
...
@@ -212,7 +200,6 @@ body {
&
.ui-light-indigo
{
@include
gitlab-theme
(
$indigo-100
,
$indigo-200
,
$indigo-500
,
$indigo-500
,
...
...
@@ -224,7 +211,6 @@ body {
&
.ui-blue
{
@include
gitlab-theme
(
$theme-blue-100
,
$theme-blue-200
,
$theme-blue-500
,
$theme-blue-700
,
...
...
@@ -236,7 +222,6 @@ body {
&
.ui-light-blue
{
@include
gitlab-theme
(
$theme-light-blue-100
,
$theme-light-blue-200
,
$theme-light-blue-500
,
$theme-light-blue-500
,
...
...
@@ -248,7 +233,6 @@ body {
&
.ui-green
{
@include
gitlab-theme
(
$theme-green-100
,
$theme-green-200
,
$theme-green-500
,
$theme-green-700
,
...
...
@@ -260,7 +244,6 @@ body {
&
.ui-light-green
{
@include
gitlab-theme
(
$theme-green-100
,
$theme-green-200
,
$theme-green-500
,
$theme-green-500
,
...
...
@@ -272,7 +255,6 @@ body {
&
.ui-red
{
@include
gitlab-theme
(
$theme-red-100
,
$theme-red-200
,
$theme-red-500
,
$theme-red-700
,
...
...
@@ -284,7 +266,6 @@ body {
&
.ui-light-red
{
@include
gitlab-theme
(
$theme-light-red-100
,
$theme-light-red-200
,
$theme-light-red-500
,
$theme-light-red-500
,
...
...
@@ -296,7 +277,6 @@ body {
&
.ui-dark
{
@include
gitlab-theme
(
$theme-gray-100
,
$theme-gray-200
,
$theme-gray-500
,
$theme-gray-700
,
...
...
@@ -308,7 +288,6 @@ body {
&
.ui-light
{
@include
gitlab-theme
(
$theme-gray-900
,
$theme-gray-700
,
$theme-gray-800
,
$theme-gray-700
,
...
...
@@ -357,10 +336,6 @@ body {
&
:hover
{
background-color
:
$white-light
;
box-shadow
:
inset
0
0
0
1px
$blue-200
;
.location-badge
{
box-shadow
:
inset
0
0
0
1px
$blue-200
;
}
}
}
...
...
@@ -373,13 +348,6 @@ body {
color
:
$gl-text-color
;
}
}
.location-badge
{
color
:
$theme-gray-700
;
box-shadow
:
inset
0
0
0
1px
$border-color
;
background-color
:
$nav-badge-bg
;
border-right
:
0
;
}
}
.nav-sidebar
li
.active
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
efec7e08
...
...
@@ -467,7 +467,8 @@ $award-emoji-positive-add-lines: #bb9c13;
*/
$search-input-border-color
:
rgba
(
$blue-400
,
0
.8
);
$search-input-focus-shadow-color
:
$dropdown-input-focus-shadow
;
$search-input-width
:
220px
;
$search-input-width
:
240px
;
$search-input-active-width
:
320px
;
$location-badge-active-bg
:
$blue-500
;
$location-icon-color
:
#e7e9ed
;
...
...
app/assets/stylesheets/pages/search.scss
View file @
efec7e08
$search-dropdown-max-height
:
400px
;
$search-avatar-size
:
16px
;
.search-results
{
.search-result-row
{
border-bottom
:
1px
solid
$border-color
;
...
...
@@ -24,8 +27,9 @@
box-shadow
:
0
0
4px
lighten
(
$search-input-focus-shadow-color
,
20%
);
}
input
[
type
=
"checkbox"
]
:hover
{
box-shadow
:
0
0
2px
2px
lighten
(
$search-input-focus-shadow-color
,
20%
)
,
0
0
0
1px
lighten
(
$search-input-focus-shadow-color
,
20%
);
input
[
type
=
'checkbox'
]
:hover
{
box-shadow
:
0
0
2px
2px
lighten
(
$search-input-focus-shadow-color
,
20%
)
,
0
0
0
1px
lighten
(
$search-input-focus-shadow-color
,
20%
);
}
.search
{
...
...
@@ -40,24 +44,15 @@ input[type="checkbox"]:hover {
height
:
32px
;
border
:
0
;
border-radius
:
$border-radius-default
;
transition
:
border-color
ease-in-out
$default-transition-duration
,
background-color
ease-in-out
$default-transition-duration
;
transition
:
border-color
ease-in-out
$default-transition-duration
,
background-color
ease-in-out
$default-transition-duration
,
width
ease-in-out
$default-transition-duration
;
&
:hover
{
box-shadow
:
none
;
}
}
.location-badge
{
white-space
:
nowrap
;
height
:
32px
;
font-size
:
12px
;
margin
:
-4px
4px
-4px
-4px
;
line-height
:
25px
;
padding
:
4px
8px
;
border-radius
:
$border-radius-default
0
0
$border-radius-default
;
transition
:
border-color
ease-in-out
$default-transition-duration
;
}
.search-input
{
border
:
0
;
font-size
:
14px
;
...
...
@@ -104,17 +99,28 @@ input[type="checkbox"]:hover {
}
.dropdown-header
{
text-transform
:
uppercase
;
font-size
:
11px
;
// Necessary because glDropdown doesn't support a second style of headers
font-weight
:
$gl-font-weight-bold
;
// .dropdown-menu li has 1px side padding
padding
:
$gl-padding-8
17px
;
color
:
$gl-text-color
;
font-size
:
$gl-font-size
;
line-height
:
16px
;
}
// Custom dropdown positioning
.dropdown-menu
{
left
:
-5px
;
max-height
:
$search-dropdown-max-height
;
overflow
:
auto
;
@include
media-breakpoint-up
(
xl
)
{
width
:
$search-input-active-width
;
}
}
.dropdown-content
{
max-height
:
none
;
max-height
:
$search-dropdown-max-height
-
18px
;
}
}
...
...
@@ -124,6 +130,10 @@ input[type="checkbox"]:hover {
border-color
:
$dropdown-input-focus-border
;
box-shadow
:
none
;
@include
media-breakpoint-up
(
xl
)
{
width
:
$search-input-active-width
;
}
.search-input-wrap
{
.search-icon
,
.clear-icon
{
...
...
@@ -141,12 +151,6 @@ input[type="checkbox"]:hover {
color
:
$gl-text-color-tertiary
;
}
}
.location-badge
{
transition
:
all
$default-transition-duration
;
background-color
:
$nav-badge-bg
;
border-color
:
$border-color
;
}
}
&
.has-value
{
...
...
@@ -160,10 +164,24 @@ input[type="checkbox"]:hover {
}
}
&
.has-location-badge
{
.search-input-wrap
{
width
:
68%
;
}
.inline-search-icon
{
position
:
relative
;
margin-right
:
4px
;
color
:
$gl-text-color-secondary
;
}
.identicon
,
.search-item-avatar
{
flex-basis
:
$search-avatar-size
;
flex-shrink
:
0
;
margin-right
:
4px
;
}
.search-item-avatar
{
width
:
$search-avatar-size
;
height
:
$search-avatar-size
;
border-radius
:
50%
;
border
:
1px
solid
$avatar-border
;
}
}
...
...
app/helpers/search_helper.rb
View file @
efec7e08
...
...
@@ -82,16 +82,16 @@ module SearchHelper
ref
=
@ref
||
@project
.
repository
.
root_ref
[
{
category:
"
Current P
roject"
,
label:
"Files"
,
url:
project_tree_path
(
@project
,
ref
)
},
{
category:
"
Current P
roject"
,
label:
"Commits"
,
url:
project_commits_path
(
@project
,
ref
)
},
{
category:
"
Current P
roject"
,
label:
"Network"
,
url:
project_network_path
(
@project
,
ref
)
},
{
category:
"
Current P
roject"
,
label:
"Graph"
,
url:
project_graph_path
(
@project
,
ref
)
},
{
category:
"
Current P
roject"
,
label:
"Issues"
,
url:
project_issues_path
(
@project
)
},
{
category:
"
Current P
roject"
,
label:
"Merge Requests"
,
url:
project_merge_requests_path
(
@project
)
},
{
category:
"
Current P
roject"
,
label:
"Milestones"
,
url:
project_milestones_path
(
@project
)
},
{
category:
"
Current P
roject"
,
label:
"Snippets"
,
url:
project_snippets_path
(
@project
)
},
{
category:
"
Current P
roject"
,
label:
"Members"
,
url:
project_project_members_path
(
@project
)
},
{
category:
"
Current P
roject"
,
label:
"Wiki"
,
url:
project_wikis_path
(
@project
)
}
{
category:
"
In this p
roject"
,
label:
"Files"
,
url:
project_tree_path
(
@project
,
ref
)
},
{
category:
"
In this p
roject"
,
label:
"Commits"
,
url:
project_commits_path
(
@project
,
ref
)
},
{
category:
"
In this p
roject"
,
label:
"Network"
,
url:
project_network_path
(
@project
,
ref
)
},
{
category:
"
In this p
roject"
,
label:
"Graph"
,
url:
project_graph_path
(
@project
,
ref
)
},
{
category:
"
In this p
roject"
,
label:
"Issues"
,
url:
project_issues_path
(
@project
)
},
{
category:
"
In this p
roject"
,
label:
"Merge Requests"
,
url:
project_merge_requests_path
(
@project
)
},
{
category:
"
In this p
roject"
,
label:
"Milestones"
,
url:
project_milestones_path
(
@project
)
},
{
category:
"
In this p
roject"
,
label:
"Snippets"
,
url:
project_snippets_path
(
@project
)
},
{
category:
"
In this p
roject"
,
label:
"Members"
,
url:
project_project_members_path
(
@project
)
},
{
category:
"
In this p
roject"
,
label:
"Wiki"
,
url:
project_wikis_path
(
@project
)
}
]
else
[]
...
...
app/views/layouts/_search.html.haml
View file @
efec7e08
...
...
@@ -6,21 +6,19 @@
-
group_data_attrs
=
{
group_path:
j
(
@group
.
path
),
name:
@group
.
name
,
issues_path:
issues_group_path
(
j
(
@group
.
path
)),
mr_path:
merge_requests_group_path
(
j
(
@group
.
path
))
}
-
if
@project
&&
@project
.
persisted?
-
project_data_attrs
=
{
project_path:
j
(
@project
.
path
),
name:
j
(
@project
.
name
),
issues_path:
project_issues_path
(
@project
),
mr_path:
project_merge_requests_path
(
@project
),
issues_disabled:
!
@project
.
issues_enabled?
}
.search.search-form
{
class:
"#{'has-location-badge' if label.present?}"
}
.search.search-form
=
form_tag
search_path
,
method: :get
,
class:
'form-inline'
do
|
f
|
.search-input-container
-
if
label
.
present?
.location-badge
=
label
.search-input-wrap
.dropdown
{
data:
{
url:
search_autocomplete_path
}
}
=
search_field_tag
'search'
,
nil
,
placeholder:
_
(
'Search'
),
=
search_field_tag
'search'
,
nil
,
placeholder:
_
(
'Search
or jump to…
'
),
class:
'search-input dropdown-menu-toggle no-outline js-search-dashboard-options'
,
spellcheck:
false
,
tabindex:
'1'
,
autocomplete:
'off'
,
data:
{
issues_path:
issues_dashboard_path
,
mr_path:
merge_requests_dashboard_path
},
aria:
{
label:
_
(
'Search'
)
}
aria:
{
label:
_
(
'Search
or jump to…
'
)
}
%button
.hidden.js-dropdown-search-toggle
{
type:
'button'
,
data:
{
toggle:
'dropdown'
}
}
.dropdown-menu.dropdown-select
=
dropdown_content
do
...
...
changelogs/unreleased/36409-frontend-for-clarifying-the-usefulness-of-the-search-bar.yml
0 → 100644
View file @
efec7e08
---
title
:
UX improvements to top nav search bar
merge_request
:
20537
author
:
type
:
changed
doc/user/search/img/issues_mrs_shortcut.png
View replaced file @
8a1d55a3
View file @
efec7e08
33.3 KB
|
W:
|
H:
60.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/search/img/project_search.png
View replaced file @
8a1d55a3
View file @
efec7e08
40.9 KB
|
W:
|
H:
86.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
locale/gitlab.pot
View file @
efec7e08
...
...
@@ -4606,12 +4606,39 @@ msgstr ""
msgid "Search milestones"
msgstr ""
msgid "Search or jump to…"
msgstr ""
msgid "Search project"
msgstr ""
msgid "Search users"
msgstr ""
msgid "SearchAutocomplete|All GitLab"
msgstr ""
msgid "SearchAutocomplete|Issues I've created"
msgstr ""
msgid "SearchAutocomplete|Issues assigned to me"
msgstr ""
msgid "SearchAutocomplete|Merge requests I've created"
msgstr ""
msgid "SearchAutocomplete|Merge requests assigned to me"
msgstr ""
msgid "SearchAutocomplete|in all GitLab"
msgstr ""
msgid "SearchAutocomplete|in this group"
msgstr ""
msgid "SearchAutocomplete|in this project"
msgstr ""
msgid "Seconds before reseting failure information"
msgstr ""
...
...
spec/features/search/user_uses_header_search_field_spec.rb
View file @
efec7e08
...
...
@@ -62,10 +62,6 @@ describe 'User uses header search field' do
end
end
it
'contains location badge'
do
expect
(
page
).
to
have_selector
(
'.has-location-badge'
)
end
context
'when clicking the search field'
,
:js
do
before
do
page
.
find
(
'#search'
).
click
...
...
spec/javascripts/fixtures/search_autocomplete.html.haml
View file @
efec7e08
.search.search-form
.has-location-badge
%form
.
navbar-form
.search.search-form
%form
.
form-inline
.search-input-container
%div
.location-badge
This project
.search-input-wrap
.dropdown
%input
#search
.search-input.dropdown-menu-toggle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment