-
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!: allow copying projects (#3393) #3427
Conversation
c574f2e
to
36474e4
Compare
36474e4
to
ea90f6e
Compare
You can access the deployment of this PR at https://renku-ci-ui-3427.dev.renku.ch |
89037d6
to
ea90f6e
Compare
ea90f6e
to
cae6aa2
Compare
cae6aa2
to
f3300a2
Compare
ab0f5a1
to
db1a39b
Compare
db1a39b
to
20b95e5
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.
This looks good! 👏
Some small comments below, but they do not need to be resolved immediately.
For the tests, it may be necessary to delete the deployment, delete the PVCs and re-deploy. It it unfortunately quite common for the KG to have database issues when deployments are a bit old.
|
||
.primaryAlert { | ||
--bs-primary-bg-subtle: #{tint-color($primary, 90%)}; | ||
max-height: 50vh; |
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.
The other alerts do not have this CSS rule. Maybe it should not be here by default.
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.
Fixed in 63fa000
// ! Temporary workaround to quickly implement a design solution -- to be removed ASAP #3250 | ||
const additionalProps = preventPropagation | ||
? { onClick: (e: React.MouseEvent) => e.stopPropagation() } | ||
: {}; |
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.
If you are not using this button on interactive elements, then you do not need this workaround. Interactive elements should not be nested in the DOM tree (e.g. having <button>
as a descendant of <a>
).
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.
Fixed in a4a6efa
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/ProjectPageV2/ProjectPageHeader/ProjectTemplateInfoBanner.tsx
Outdated
Show resolved
Hide resolved
Fixed in a195420 |
Thanks for the reviews, everyone. I have made the requested changes. |
client/src/features/ProjectPageV2/ProjectPageHeader/ProjectTemplateInfoBanner.tsx
Outdated
Show resolved
Hide resolved
Tearing down the temporary RenkuLab deplyoment for this PR. |
Testing
/deploy renku=release-0.63.0