fix(projects): improve project access modal UI and UX
Some checks failed
Frontend CI/CD / build (push) Has been cancelled
Frontend CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-05-15 12:02:44 +03:30
parent 8584807be1
commit 3d706da457
2 changed files with 353 additions and 101 deletions

View File

@@ -463,6 +463,7 @@ export const Projects: React.FC = () => {
description: t.projects?.accessModalDescription || "Grant or revoke project access for workspace members.",
close: t.actions?.cancel || "Close",
member: t.projects?.accessMemberLabel || "Member",
projects: t.sidebar?.projects || "Projects",
loading: t.loading || "Loading...",
noMembers: t.projects?.accessNoMembers || "No eligible members were found.",
noProjects: t.projects?.accessNoProjects || "No projects found.",