add: "all" timeline
add: only show most popular posts from the past week
This commit is contained in:
parent
fc9c0f294e
commit
24f67221ca
13 changed files with 143 additions and 27 deletions
|
@ -120,8 +120,13 @@ pub struct UserSettings {
|
|||
/// Hover state for secondary buttons.
|
||||
#[serde(default)]
|
||||
pub theme_color_secondary_lowered: String,
|
||||
/// Custom CSS input.
|
||||
#[serde(default)]
|
||||
pub theme_custom_css: String,
|
||||
#[serde(default)]
|
||||
pub disable_other_themes: bool,
|
||||
#[serde(default)]
|
||||
pub disable_other_theme_css: bool,
|
||||
}
|
||||
|
||||
impl Default for User {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue