-
Notifications
You must be signed in to change notification settings - Fork 0
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(category): enabling selecting colors only for goals(color) #23
Conversation
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-23-l3rnyrfp.web.app 🧪 Test Results✅ Tests Passed: All tests passed successfully! 🎨 Prettier Format Check✅ Prettier: No formatting issues found! 🎨 Lint Check✅ Lint: No linting issues found! |
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-23-l3rnyrfp.web.app 🧪 Test Results✅ Tests Passed: All tests passed successfully! 🎨 Prettier Format Check✅ Prettier: No formatting issues found! 🎨 Lint Check✅ Lint: No linting issues found! |
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-23-l3rnyrfp.web.app 🧪 Test Results✅ Tests Passed: All tests passed successfully! 🎨 Prettier Format Check✅ Prettier: No formatting issues found! 🎨 Lint Check✅ Lint: No linting issues found! |
57753a9
to
ff2d358
Compare
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-23-l3rnyrfp.web.app 🧪 Test Results✅ Tests Passed: All tests passed successfully! 🎨 Prettier Format Check✅ Prettier: No formatting issues found! 🎨 Lint Check✅ Lint: No linting issues found! |
ff2d358
to
0f74ebe
Compare
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-23-l3rnyrfp.web.app 🧪 Test Results✅ Tests Passed: All tests passed successfully! 🎨 Prettier Format Check✅ Prettier: No formatting issues found! 🎨 Lint Check✅ Lint: No linting issues found! |
1. seperate the AddItem logic to add categories only for goals 2. add color indicator to the goals
0f74ebe
to
395b8da
Compare
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-23-l3rnyrfp.web.app 🧪 Test Results✅ Tests Passed: All tests passed successfully! 🎨 Prettier Format Check✅ Prettier: No formatting issues found! 🎨 Lint Check✅ Lint: No linting issues found! |
1. Add `CategoryPicker` to pick a category on the left inside the goal input box. 2. Adjust `useGoalsUpdater`, and add `category` field for future `addGoal`. --------- Co-authored-by: ZL Asica <[email protected]>
CategoryPicker
to pick a category on the left inside the goal input box.useGoalsUpdater
, and addcategory
field for futureaddGoal
.