WIP : Indicate to users how "trending" works (#1458)
* Get the INTERVAL_DAYS const in the video-trending component * Change Trending section title * Add a tooltip to explain how trending section works * Minor CSS fix for the my-feed popover next to the titlepage
This commit is contained in:
parent
e902e03f0f
commit
9b4b15f91c
7 changed files with 33 additions and 4 deletions
|
@ -78,4 +78,10 @@ export interface ServerConfig {
|
|||
videoQuota: number
|
||||
videoQuotaDaily: number
|
||||
}
|
||||
|
||||
trending: {
|
||||
videos: {
|
||||
intervalDays: number
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue