-
Notifications
You must be signed in to change notification settings - Fork 12
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
Removed Edit Profile button and Added individuals buttons for edit profile pic and bio #293
Conversation
@developer-rachit Can you rebase and fix merge conflicts, then I will take a look again and see if we can merge? |
Codecov Report
@@ Coverage Diff @@
## development #293 +/- ##
===============================================
+ Coverage 26.96% 26.98% +0.02%
===============================================
Files 139 139
Lines 3620 3624 +4
===============================================
+ Hits 976 978 +2
- Misses 2644 2646 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
5be7e86
to
77ff369
Compare
9ffa101
to
7fdfc72
Compare
05db9fc
to
1ac5990
Compare
color: Color(0xFF666666), | ||
), | ||
textAlign: TextAlign.left, | ||
Row( |
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.
Maybe this could be a Widget itself?
), | ||
onPressed: () { | ||
if (state.isBioEditing == true) { | ||
/// TODO: Implement save profile image |
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.
Not relevant comment?
), | ||
const SizedBox(height: 10), | ||
if (state.isEditing == true) ...[ | ||
if (state.isBioEditing == true) ...[ | ||
//idhr bio editing start |
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.
Remove
), | ||
), | ||
), | ||
], | ||
] else ...[ | ||
// TODO only for MVP (remove later) |
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.
Not sure if this comment is still relevant?
); | ||
context | ||
.read<ProfileBloc>() | ||
.add(EditProfilePic()); |
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.
I don't remember how this works, but shouldn't the image be passed to this event?
This PR is regarding this suggestion #214
Updated Figma design as discussed with @Xazin
In these one requirement is pending, when Bio character counts exceed 150 then we need to disable the Save Bio btn.
I am not getting this how, I need @Xazin your assistance pls.