-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: change css to allow color picker selector to show (refs #634) #638
Conversation
Just noticed the color picker div isn't in the correct position when expanded. |
@adeptflax |
@lja1018 yeah, I was going to do that. I'm going to work on it now. |
Would It be better if the color picker expanded below the activation button and hide the arrow or expanded upward or something else? |
https://github.com/nhn/tui.image-editor/blob/master/apps/image-editor/src/js/ui/filter.js#L418 Commenting out these lines, fixes the weird rending issues. |
Expanding upward seems like the better idea, I'll see if I can get that working. |
I think the color slider should be moved above the color pallet. |
@adeptflax |
@lja1018 I meant the color picker box expands downward. I have version where it expands upward. I need to get some alignment bug fixed with it. I'm going to add a opacity setting to the draw tool. |
… change opacity of draw tool (refs nhn#634)
ok got it fixed. I added an option to set the opacity of the draw tool |
@adeptflax |
…lters, add numerical input to filter values, and force filters to be processed in a consisent order
New Filter UI:Things I changed:
OtherThe filter code was really badly written. I'll fix the conflicts and update the tests later. I will be adding more features in the coming weeks. |
@adeptflax |
I'll revert when I get around to it. I think I will just maintain my own fork of this repo. I don't agree with a lot of the design decisions of this repo. |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
@adeptflax is there any update regarding this PR??? |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
This issue will be closed due to inactivity. Thanks for your contribution! |
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
This pull request changes the css so that the color slider from the color picker shows up. It would make it easier for people to select colors. I'm not sure why this was hidden. I had to add some css to make it show up correctly.
Before:
After: