adds search bar functionality

The process of finding image for a specific device by select inputs
was a tidious one.
Search bar functionality was introduced to make the process easier
and convenient.
The search uses fuzzyset.js to find possible suggestions for the user
in realtime.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-07-03 02:51:14 +05:30
parent 07b13c3f7a
commit 3f7007f259
6 changed files with 180 additions and 337 deletions

View file

@ -1,8 +1,18 @@
.home-container {
margin-top: 30px;
.MuiPaper-root {
.home-container-paper {
padding: 30px;
text-align: left;
.search-label {
background-color: #fff;
padding: 0 10px;
position: absolute;
white-space: nowrap;
}
.search-results {
position: absolute;
z-index: 10;
}
.MuiTypography-h4 {
font-weight: bold;
margin-bottom: 15px;