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

feat: add user page design #3433

Open
wants to merge 2 commits into
base: andrea/group-page
Choose a base branch
from

Conversation

andre-code
Copy link
Contributor

Apply new user page design

/deploy renku=andrea/update-dashboard-layout renku-data-services=andrea/fix-total-groups-in-all-group

@RenkuBot
Copy link
Contributor

RenkuBot commented Dec 9, 2024

You can access the deployment of this PR at https://renku-ci-ui-3433.dev.renku.ch

const information = (
<div className={cx("d-flex", "flex-column", "gap-3")}>
<div>
<p className={cx("align-items-center", "d-flex", "gap-2", "mb-0")}>
Copy link
Member

Choose a reason for hiding this comment

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

Just use me-2 on the Icon, all these classes are not needed except mb-0.

Also, I don't think using a p element is appropriate here since the semantic flow is broken. The whole Identifer: <username> should be found inside a single p if possible. Otherwise just use <div> and <span>.

</section>
return (
<ContainerWrap className="position-relative">
<EntityWatermark type="user" />
Copy link
Member

Choose a reason for hiding this comment

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

This may be broken just like for groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants