-
Notifications
You must be signed in to change notification settings - Fork 6
chore: update first-time legacy message #3712
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-3712.dev.renku.ch |
f868d74
to
b0485c2
Compare
b0485c2
to
c9ac242
Compare
c9ac242
to
778fd4f
Compare
778fd4f
to
a7f13fc
Compare
a7f13fc
to
06211c6
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.
Thanks, @rokroskar, for checking this and adding the missing texts! I just left a couple of small, easy code suggestions.
title="search" | ||
url="/v1/search" | ||
title="Community Portal" | ||
url="https://renku.notion.site/Renku-Community-Portal-2a154d7d30b24ab8a5968c60c2592d87" |
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 the RENKU_2_COMMUNITY_PORTAL constant from client/src/utils/constants/Docs.js
title="create a new project" | ||
url="/v1/projects/new" | ||
title="hands-on tutorial" | ||
url="https://renku.notion.site/Hands-On-Tutorial-1a50df2efafc800f8554e30fd7458fa6" |
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 define this value as a constant in client/src/utils/constants/Docs.js
e.g. RENKU_2_HANDS_ON_TUTORIAL
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.
Note: we should consolidate links to v2 docs into a constants file.
Thanks @andre-code! I've made the change - I also updated all the links to point to the web version of the notion pages - otherwise it first tries to open the page in notion and I'm not sure what exactly that means for users who are not notion users. |
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.
Great to see more contributors to the UI 😄
Just an extra space to remove, and potentially a comma (not sure, I can read only basic English 😁 ) and we merge this!
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! 🚀
Tearing down the temporary RenkuLab deplyoment for this PR. |
The "First time" message still points people to the legacy docs and tutorial. This redirects them to 2.0.
The banner now looks like this:
/deploy