merge: Overhaul trending polls (!1022)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1022 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Vendored
+20
@@ -13077,6 +13077,26 @@ export interface Locale extends ILocale {
|
||||
* Users popular on {name}
|
||||
*/
|
||||
"popularUsersLocal": ParameterizedString<"name">;
|
||||
/**
|
||||
* Polls trending on {name}
|
||||
*/
|
||||
"pollsOnLocal": ParameterizedString<"name">;
|
||||
/**
|
||||
* Polls trending on the global network
|
||||
*/
|
||||
"pollsOnRemote": string;
|
||||
/**
|
||||
* Polls that have ended recently
|
||||
*/
|
||||
"pollsExpired": string;
|
||||
/**
|
||||
* Trending polls are disabled on this instance.
|
||||
*/
|
||||
"trendingPollsDisabled": string;
|
||||
/**
|
||||
* Please log in to view trending polls.
|
||||
*/
|
||||
"trendingPollsDisabledLogIn": string;
|
||||
/**
|
||||
* Silenced
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user