-
Notifications
You must be signed in to change notification settings - Fork 66
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
PAINTROID-455 Add Color Picker #40
Conversation
@juliajulie95 @bakicelebi Can you please suggest any possible changes? |
Hi! |
Sure! I will look into the ticket and adjust it as required. |
@juliajulie95 Should the design and look of the color picker be same as in the original app? There's a similar design based on the Can I integrate this in the app? |
The color picker will also be used in our other apps so we would like to implement it oursselves instead of being dependent on other libraries :) |
Okay sure! Will try to implement the color picker as per the requirements |
@juliajulie95 I have made a |
Please rename the PR to PAINTROID-455 so it gets tracked on our jira board |
@juliajulie95 I have renamed the PR as required |
Please resolve your conflicts :) |
@juliajulie95 I have resolved the conflicts. Please have a look |
@juliajulie95 Are there any other changes required? |
@bhav-khurana Thank you! |
Okay, thank you so much! |
@juliajulie95 should this be a separate package or do we just put it in tools? There is not that much code so that is not the issue. I am just not sure if it is considered a tools or something else. |
-> seperate package is good: we also need to build it seperately for the PocketCode app |
Yes I think it should be in a separate package only as it is in the original app.. we can add more functionalities to the colorpicker in future too |
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.
@bhav-khurana Good job on coding. Please check my requested changes in comments. Hopefully they make sense :). Also resolve conflicts with develop if there are any.
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.
Hi, bhav. Tested on iOS, works good. Please just do this one fix I commented and then we should be good to do a QA review :)
lib/ui/pages/workspace_page/components/bottom_bar/bottom_nav_bar.dart
Outdated
Show resolved
Hide resolved
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.
Good.
Hi @bhav-khurana |
A second issue I found: |
Hi @juliajulie95 |
This is something I have also pointed out before. |
Please resolve the conflicts. |
Seems like it doesn't work anymore. |
@juliajulie95 |
For example tests for the problem with the opacity changing on the next stroke :) |
Please resolve the conflicts
|
Ticket
PAINTROID 455
New Features and Enhancements
Added the functionality to choose from a set of defined colors, adjust the alpha value.
Implemented a custom color picker as a separate module
Checklist
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.