-
Notifications
You must be signed in to change notification settings - Fork 987
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: doc info boxes while onboarding #15697
Conversation
Jenkins BuildsClick to see older builds (58)
|
d82c0e2
to
f08bc9e
Compare
18ced7a
to
2c81b20
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, Please remove WIP from PR title
@@ -58,3 +58,7 @@ | |||
[] | |||
{:margin-bottom (if platform/android? 20 46)}) | |||
|
|||
(def forget-password-doc-container {:margin-right 16}) | |||
(def forget-password-step-container {:flex-direction :row :margin-top 14}) |
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.
nit, consider aligning the keys of this map
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.
You mean like this? Lint won't pass.
(def forget-password-doc-container {:margin-right 16})
(def forget-password-step-container {:flex-direction :row :margin-top 14})
translations/en.json
Outdated
@@ -956,6 +958,13 @@ | |||
"name-of-token": "The name of your token", | |||
"need-help": "Need help?", | |||
"new-to-status": "I’m new to Status", | |||
"getting-started-with-status": "Getting started with Status", | |||
"getting-started-description": "Something here about what keys are and how great and important they are.\n\nYour options:", |
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.
hmm, I don't think it's beneficial to add these messages which are not ready from design/ documentation team to the translations strings.
It would be better to just use a plain string message and include a todo in the file to update them with the correct translations strings once ready from the respective teams.
cc @pedro-et @jorge-campo
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.
Hey @J-Son89 , from Documentation, the messages in Onboarding are ready and in the Figma file (yellow cards). I guess this was overlooked (?)
Please, see this Figma link and let me know if I can be of any help.
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.
ah thanks @jorge-campo! @yqrashawn can you update with the finalized copy 👍
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.
@yqrashawn, let me know if you need anything else. Happy to help.
Note
We're aware that the final copy in the yellow cards is longer than the one in the mockups. Users will need to scroll to read the entire text.
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.
Looks good, but see my comment about translation strings for non-finalized copy in the designs
7c9ac59
to
91c62e7
Compare
@yqrashawn, I've noticed the yellow card about the Status Profile Password (see image) is missing a title. I added a comment on the Figma file. Could you please add the title to the text? Thank you! |
37a52cd
to
874a3cb
Compare
@J-Son89 @jorge-campo new copy added, also updated the screenshots |
c36ab8c
to
d5300f8
Compare
d5300f8
to
f38e980
Compare
Hey @yqrashawn, thanks for the PR! Android: Figma / iOS: |
@qoqobolo Not on purpose. It's a known issue Kureev/react-native-blur#511 and discussed here #15440 (comment) |
f38e980
to
ed4cb66
Compare
@yqrashawn got it, thanks for sharing the issue! |
ed4cb66
to
0fd7a33
Compare
fix #15017 Signed-off-by: yqrashawn <[email protected]>
Signed-off-by: yqrashawn <[email protected]>
Signed-off-by: yqrashawn <[email protected]>
0fd7a33
to
7afabed
Compare
add info box for
add copy of forgot password, the info box of for this is blocked by step component Implement Quo2 component Step #15696waiting for the doc drawer component to be merged #15674fix #15017
status: ready