Skip to content

200 user management invitation to new admins - #214

Open
betigirma wants to merge 16 commits into
release-02from
200-user-management-invitation-to-new-admins
Open

betigirma wants to merge 16 commits into
release-02from
200-user-management-invitation-to-new-admins

Conversation

@betigirma

Copy link
Copy Markdown
Collaborator

Screenshot 2025-03-31 145839

@betigirma betigirma added the Features New Features to be added label Mar 31, 2025
@betigirma
betigirma requested a review from misudesu March 31, 2025 18:00
@betigirma betigirma self-assigned this Mar 31, 2025
@betigirma betigirma linked an issue Mar 31, 2025 that may be closed by this pull request
@betigirma

Copy link
Copy Markdown
Collaborator Author

i added the invite-admin-dialog component only, the real invitation works on next PR. and also i removed password field there.


interface InviteAdminDialogProps {
userName: string;
accountId: string;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move those interface or type in type folder or adjust as needed

triggerState,
setTriggerState,
}: InviteAdminDialogProps) {
const [isOpen, setIsOpen] = useState(false);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isOpen need type boolean

…types to types/admin.ts and remove password field from invitation form.
@betigirma
betigirma requested a review from misudesu April 14, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Features New Features to be added

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

user management ( invitation to new admin's )

2 participants