Commit everything.

This commit is contained in:
FireMasterK
2021-02-24 15:05:41 +05:30
parent bb2888343a
commit 69e6118dc5
11 changed files with 394 additions and 458 deletions

View File

@@ -64,15 +64,11 @@ export default {
return;
}
fetch(
this.fetchJson(
Constants.BASE_URL +
"/suggestions?query=" +
encodeURI(this.searchText + e.key)
)
.then(resp => resp.json())
.then(json => {
this.searchSuggestions = json;
});
);
}
}
};
@@ -104,7 +100,7 @@ export default {
background-color: #0b0e0f;
}
* {
scrollbar-color: #15191a #444a4e;
}
</style>
* {
scrollbar-color: #15191a #444a4e;
}
</style>