-
Notifications
You must be signed in to change notification settings - Fork 191
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
Onboarding Chunk 2 #3083
Onboarding Chunk 2 #3083
Conversation
moved some parts into the leftpanesectionheader
this will replace the sessionideditable eventually still needs error handling etc
it is still used
only show button when users enters something
created new ActionRow component
fix styles for other overlays
since we swapped some toast messages for input messages
updated error correction to 25%
updated account id and recovery password qr codes with logos
qr code logos can now be svgs for better rendering performance
monospaced, biggerText, isTextArea
some config messages are not handled correctly and we need to know why
disabled conversation header functionality
11 has been deprecated
using libsession COMMUNITY_FULL_URL_MAX_LENGTH
using libsession BASE_GROUP_MAX_NAME_LENGTH
makes error reporting easier
… display name remove privateKeyBytesHex since we don't use it
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.
Responded
for various convo duck, convo interactions, convo model and opengroup types
don't use testing functions to generate a temp secret key rather do it manually
user details dialog is now a fixed width
6ce969a
to
8ea7daa
Compare
const result = renderComponent( | ||
// NOTE we need to test the pubkey to color generation and ordering with appium. Since we can't access the value of a css variable in with the current unit test setup | ||
<AvatarPlaceHolder | ||
diameter={AvatarSize.XL} |
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.
can we not at least verify that the string var(--color-xxx) is the right one for each pubkeys?
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.
Unfortunately not because it possible from the component because the color is just the primary color variable. I wanted avoid abstrating the color generation into a function. Which is what strated unit testing components in the first place. I can do that and then we can test the individual color values.
i.e. The color prop returned is var(--primar-color)
it does not resolve to a hex code
since it caused overflow, disabled buttons when making a group
unneeded promise object returned
Code review has been done on Will’s fork:yougotwill#43Edit: Chunk 1 has been merged so we can do the final review here