Basic Nested & Collapsible Comments

This commit is contained in:
spikecodes
2020-12-19 19:54:46 -08:00
parent 19dc7de3c5
commit 7b8f694c8c
8 changed files with 124 additions and 69 deletions

View File

@ -37,6 +37,7 @@ pub struct Comment {
pub author: String,
pub score: String,
pub time: String,
pub replies: Vec<Comment>,
}
#[allow(dead_code)]