-
Notifications
You must be signed in to change notification settings - Fork 6
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: group page design #3428
base: andrea/add-new-dashboard-layout
Are you sure you want to change the base?
feat: group page design #3428
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3428.dev.renku.ch |
933b301
to
816c479
Compare
816c479
to
44902d2
Compare
44902d2
to
49c14e1
Compare
8492b99
to
a88b823
Compare
49c14e1
to
76c6751
Compare
76c6751
to
5c89a04
Compare
5c89a04
to
9ef2c8a
Compare
9ef2c8a
to
b891a8e
Compare
b891a8e
to
406e7d4
Compare
const watermarkStyles: CSSProperties = { | ||
right: "0", | ||
fontSize: "150px", | ||
lineHeight: "0", | ||
color: "rgba(0, 0, 0, 0.1)", | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use bootstrap classnames and SCSS modules.
right: "0"
->end-0
from bootstrap- others can go in a SCSS module
const type = `${storage?.configuration?.type?.toString() ?? ""} ${ | ||
storage?.configuration?.provider?.toString() ?? "" | ||
}`; | ||
const readOnly = storage?.readonly ? ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will prevent the element from being computed when extendedPreview is false
.
const readOnly = storage?.readonly ? ( | |
const readOnly = extendedPreview && (storage?.readonly ? ( |
<span className="fw-bold" data-cy="data-connector-name"> | ||
{name} | ||
</span> | ||
<div |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"align-items-center" | ||
)} | ||
> | ||
<UserAvatar username={namespace} size={UserAvatarSize.small} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: the initials go green when hovering.
errors={errors} | ||
name="slug" | ||
|
||
<PermissionsGuard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be "delete" permission, to be checked.
}; | ||
return ( | ||
<ContainerWrap className="position-relative"> | ||
<EntityWatermark type="group" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR to apply redesign to group page
/deploy renku=andrea/update-dashboard-layout renku-data-services=andrea/fix-total-groups-in-all-group