Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Fix sign up status message#472

Merged
hyochan merged 6 commits into
hyochan:masterfrom
rarira:fix_signUp_statusMessage
Sep 13, 2021
Merged

Fix sign up status message#472
hyochan merged 6 commits into
hyochan:masterfrom
rarira:fix_signUp_statusMessage

Conversation

@rarira
Copy link
Copy Markdown
Contributor

@rarira rarira commented Aug 24, 2021

Specify project

client

Description

Related PR : #457

Some improvement and fix :

  1. The "input-status" EditText of SignUp component should also have textInputProps.maxLength=60 props.
    By the way, Writing status while signup process looks bit weird, so it might be needless.

  2. Use dooboo-ui Snackbar component for better UI of Added to your friend message
    Simulator Screen Recording - iPhone 12 Pro - 2021-08-25 at 00 04 04

Related Issues

N/A

Tests

Updated ProfileModal test code:
now checks if snackbar rendered

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the [CLA].
  • Run yarn lint && yarn tsc
  • Run yarn test or yarn test -u if you need to update snapshot.
  • I am willing to follow-up on review comments in a timely manner.

[wehack2021]-[cloud]

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 24, 2021

Codecov Report

Merging #472 (46c9b23) into master (51b3f9f) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #472      +/-   ##
==========================================
- Coverage   64.52%   64.51%   -0.02%     
==========================================
  Files         110      110              
  Lines        2599     2598       -1     
  Branches      431      430       -1     
==========================================
- Hits         1677     1676       -1     
- Misses        793      798       +5     
+ Partials      129      124       -5     
Impacted Files Coverage Δ
client/src/components/pages/SignUp.tsx 58.22% <ø> (ø)
...ts/navigations/MainStackNavigator/ProfileModal.tsx 58.09% <100.00%> (+0.66%) ⬆️
client/src/components/uis/StatusMessageView.tsx 100.00% <100.00%> (+3.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 51b3f9f...46c9b23. Read the comment docs.

@rarira
Copy link
Copy Markdown
Contributor Author

rarira commented Aug 25, 2021

I'll make another commit, if #470 adds Snackbar to the Root and gets merged.

Comment on lines +481 to +483
<View style={{zIndex: 101}}>
<Snackbar testID="profile-snackbar" theme={theme} ref={snackbarRef} />
</View>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've asked in #470 to put this in RootStack for reusability.

#470 (comment)

I think you might want to talk to @woosanggyu who is going to work on this :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#470 is merged, and this PR is ready to be merged :)

@hyochan hyochan added the 🍗 enhancement New feature or request label Aug 25, 2021
@rarira rarira force-pushed the fix_signUp_statusMessage branch from e684f4e to c70a7a3 Compare August 31, 2021 03:02
Copy link
Copy Markdown
Owner

@hyochan hyochan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can continue this work after rebasing to master.

@rarira rarira force-pushed the fix_signUp_statusMessage branch from c70a7a3 to 25bcb44 Compare September 1, 2021 13:02
Copy link
Copy Markdown
Owner

@hyochan hyochan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~! Thanks for the great work again 🥇

@hyochan hyochan merged commit 7fdf3f8 into hyochan:master Sep 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

🍗 enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants