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

user management panel UI #406

Open
wants to merge 59 commits into
base: develop
Choose a base branch
from
Open

user management panel UI #406

wants to merge 59 commits into from

Conversation

aehnh
Copy link
Collaborator

@aehnh aehnh commented Jul 29, 2024

No description provided.

@aehnh aehnh self-assigned this Jul 29, 2024
@aehnh aehnh linked an issue Jul 29, 2024 that may be closed by this pull request
@aehnh aehnh requested a review from incorbador August 12, 2024 15:58
@aehnh aehnh marked this pull request as ready for review August 13, 2024 09:10
@@ -6,8 +6,10 @@
}

.cb-passkey-list-title {
font-size: calc(var(--cb-base-font-size) * 1.9);
margin: 0.5rem 0rem 2rem 0rem;
font-size: calc(var(--cb-base-font-size) * 2.7);
Copy link
Contributor

Choose a reason for hiding this comment

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

this change is related to PasskeyList, right? Why is it included?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This change was to make the UserDetails title consistent in style with PasskeyList title, like shown in Figma

@@ -0,0 +1,817 @@
import { LoginIdentifierConfigType, LoginIdentifierType } from '@corbado/shared-ui';
Copy link
Contributor

Choose a reason for hiding this comment

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

We should break this up into components :)
Let's get help from @Dopeamin for that

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.

User Management Panel UI
3 participants