-
Notifications
You must be signed in to change notification settings - Fork 6
feat: update group and user page design #3428
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
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.
client/src/features/dataConnectorsV2/components/DataConnectorsBoxListDisplay.tsx
Outdated
Show resolved
Hide resolved
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.
406e7d4
to
19c75b2
Compare
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.
LGTM
19c75b2
to
77e2d28
Compare
77e2d28
to
708bf74
Compare
…avatar throughout the dashboard
…ve green text when hover on avatar
d34a7c4
to
efb52ef
Compare
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.
LGTM
This looks very nice @andre-code
Tearing down the temporary RenkuLab deplyoment for this PR. |
PR to apply redesign to group page
/deploy renku=release-0.62.0 renku-data-services=main