Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Surendar Reddy Mangannagari
amundsen_dev
Commits
fce50b2b
Commit
fce50b2b
authored
Mar 22, 2021
by
Surendar Reddy Mangannagari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes in search constant basic
parent
4f20cc9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
constants.ts
...n_application/static/js/components/SearchBar/constants.ts
+2
-2
styles.scss
...en_application/static/js/components/SearchBar/styles.scss
+2
-2
No files found.
amundsen_application/static/js/components/SearchBar/constants.ts
View file @
fce50b2b
// TODO: Hard-coded text strings should be translatable/customizable
export
const
PLACEHOLDER_DEFAULT
=
'
Search for data resources
...'
;
export
const
PLACEHOLDER_DEFAULT
=
'
You can search for data resources here
...'
;
export
const
SEARCH_BUTTON_TEXT
=
'Search'
;
export
const
BUTTON_CLOSE_TEXT
=
'Close'
;
export
const
SIZE_SMALL
=
'small'
;
export
const
INVALID_SYNTAX_MESSAGE
=
"Your search
term contains invalid syntax ':'.
"
;
"Your search
input contains invalid syntax ':' please renter the input :-
"
;
amundsen_application/static/js/components/SearchBar/styles.scss
View file @
fce50b2b
...
...
@@ -33,7 +33,7 @@
.search-bar-input
{
border-color
:
$stroke
;
border-radius
:
4
px
;
border-radius
:
10
px
;
box-shadow
:
0
3px
12px
0
rgba
(
17
,
17
,
31
,
0
.04
);
width
:
100%
;
...
...
@@ -76,6 +76,6 @@
}
.error
{
color
:
red
;
color
:
magenta
;
}
}
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