1
0

merge: Allow note footer bar to shrink responsively and scroll on overflow (resolves #1057) (!1094)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1094

Closes #1057

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Hazelnoot
2025-06-05 11:55:18 +00:00
10 changed files with 48 additions and 169 deletions
+4
View File
@@ -13241,6 +13241,10 @@ export interface Locale extends ILocale {
* Enabled (copy CW and prepend "RE:")
*/
"keepCwPrependRe": string;
/**
* Note controls
*/
"noteFooterLabel": string;
}
declare const locales: {
[lang: string]: Locale;