Project member management

This commit is contained in:
Takeshi Kimata
2024-05-29 23:12:38 +09:00
parent 4b46944440
commit abf2d48bee
20 changed files with 588 additions and 9 deletions

View File

@@ -42,4 +42,5 @@ export type ProjectMessages = {
home: string;
testCases: string;
testRuns: string;
settings: string;
};

View File

@@ -0,0 +1,8 @@
export type SettingsMessages = {
memberManagement: string;
avatar: string;
email: string;
username: string;
role: string;
noMembersFound: string;
};