-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Category with color #25
Conversation
Thank you @ahaneef29 for the contribution. Can you also provide some screenshots and fix the unit tests? |
@saleem-hadad Updated existing test case and with sample image. |
@saleem-hadad update test case, but still keep failing? |
I'll check |
database/migrations/2022_07_16_083805_add_color_column_in_table_categories.php
Outdated
Show resolved
Hide resolved
@ahaneef29 I guess the test is failing because now we have the default color is badge-gray? |
@saleem-hadad fixed the test cases.! Thank you for pointing out |
Yes. This is also a good place to have the default color. Co-authored-by: Saleem Hadad <[email protected]>
@saleem-hadad Updated as per your suggestion and all test passed |
database/migrations/2022_07_16_083805_add_color_column_in_table_categories.php
Outdated
Show resolved
Hide resolved
@saleem-hadad Updated |
Thank you very much @ahaneef29 for the hard & beautiful work. 🌹😍 |
@saleem-hadad Thank you very much for wonderful support. |
This PR added color option feature for category title, User can choose the predefined color while creating category and also user can change the color on update as well.