Improve search

This commit is contained in:
Peter Maquiran
2021-03-05 16:04:15 +01:00
parent 498b30a1fc
commit 791298a6fa
2 changed files with 16 additions and 10 deletions
+4
View File
@@ -67,6 +67,7 @@ export class SearchPage implements OnInit {
window['dynamicSearch'] = (search:string) =>{
this.searchSubject = search;
}
window['searchTriger'] = () =>{
this.basicSearch();
}
@@ -91,6 +92,7 @@ export class SearchPage implements OnInit {
// Editable -----------------------------------
const minimumSize = 9;
// Editable ------------------------------------
// 64
const maximum = 64;
res.forEach(e => {
@@ -102,6 +104,8 @@ export class SearchPage implements OnInit {
this.list = list
console.log(this.list)
const elem = document.documentElement.querySelector('.most-searched-word-container');
setTimeout(()=>{
+12 -10
View File
@@ -340,16 +340,18 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
}
.search-modal-to-desktop{
padding-top: 0px;
top: 75px;
.modal-wrapper{
transform: none !important;
width: 100%;
height: 100%;
box-shadow: none !important;
.ion-page {
@media only screen and (min-width: 1024px) {
.search-modal-to-desktop{
padding-top: 0px;
top: 75px;
.modal-wrapper{
transform: none !important;
width: 100%;
height: 100%;
box-shadow: none !important;
.ion-page {
transform: none !important;
}
}
}
}
}