Add Users' Account Data tab (#276)

* Add Account Data tab in User edit

* update readme
This commit is contained in:
Borislav Pantaleev
2025-01-16 11:00:59 +02:00
committed by GitHub
parent 44d801a2f5
commit 2a5b59002e
12 changed files with 138 additions and 7 deletions

7
src/i18n/index.d.ts vendored
View File

@@ -22,7 +22,7 @@ interface SynapseTranslationMessages extends TranslationMessages {
};
users: {
invalid_user_id: string;
tabs: { sso: string; experimental: string; limits: string; };
tabs: { sso: string; experimental: string; limits: string; account_data: string; };
};
rooms: {
details?: string; // TODO: fa, fr, it, zh
@@ -195,6 +195,11 @@ interface SynapseTranslationMessages extends TranslationMessages {
burst_count: string;
burst_count_text: string;
};
account_data: {
title: string;
global: string;
rooms: string;
}
};
rooms: {
name: string;