Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added user list table in user management tab of settings #981

Merged
merged 18 commits into from
Apr 7, 2023

Conversation

harishshg
Copy link
Contributor

Fixes # .

Changes proposed in this pull request:

  • added user list table

@deepfence/engineering

Copy link
Member

@manV manV left a comment

Choose a reason for hiding this comment

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

Lets discuss this today.

@manV
Copy link
Member

manV commented Apr 6, 2023

  • The buttons needs to be in the dropdown.

image

  • Align these things and put the back button on the same line as title

image

  • for the forms, use one type of layout. either side by side or one on top of other

Copy link
Member

@manV manV left a comment

Choose a reason for hiding this comment

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

added these minor change requests.

import { ApiError, makeRequest } from '@/utils/api';
import { typedDefer, TypedDeferredData } from '@/utils/router';
import { DFAwait } from '@/utils/suspense';
import { usePageNavigation } from '@/utils/usePageNavigation';
Copy link
Member

Choose a reason for hiding this comment

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

cleanup

label={'Status'}
placeholder="Active"
sizing="xs"
className="w-3/4 min-[200px] max-w-xs relative pl-3"
Copy link
Member

Choose a reason for hiding this comment

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

min-[200px] relative classes are probably not required.

<p
className={`mt-1.5 w-3/4 min-[200px] max-w-xs ${Typography.size.sm} text-green-500`}
>
Invite URL:{data?.invite_url}, invite will expire after{' '}
Copy link
Member

Choose a reason for hiding this comment

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

lets have a copy button for ease of use.

Copy link
Member

Choose a reason for hiding this comment

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

for the url

Copy link
Member

@manV manV left a comment

Choose a reason for hiding this comment

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

added these minor change requests.

@harishshg harishshg merged commit be47fc9 into v2 Apr 7, 2023
@harishshg harishshg deleted the V2-UI-user-list-in-user-management branch April 7, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants