user-auth store frontend css v7

This commit is contained in:
2023-01-07 12:14:43 +05:30
parent 5c5426fe72
commit 6a134d8128
2 changed files with 129 additions and 101 deletions

View File

@@ -668,7 +668,7 @@ async fn search_openlibrary(
//resjson.set_all_descriptions().await;
print!("Search token {:?}\n", search);
let mut vec = Vec::with_capacity(12);
for i in 0..12 as usize {
for i in 0..resjson.docs.len() as usize {
let doc = resjson.docs[i].clone();
let mut goodread = "".to_string();
if doc.id_goodreads.is_some() {