Switch to tailwind for css styling
Could use more partials to reduce some of the current repetition (especially forms), but this is a start with everything converted.
This commit is contained in:
@@ -21,5 +21,7 @@ pub async fn get(
|
||||
return Ok::<ApiResponse<Vec<Feed>>, Error>(ApiResponse::Json(feeds));
|
||||
}
|
||||
}
|
||||
Ok(ApiResponse::Html(feed_list(feeds, &options).into_string()))
|
||||
Ok(ApiResponse::Html(
|
||||
feed_list(feeds, &options, false).into_string(),
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user