-
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(due): implement due date for tasks #24
Conversation
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-24-ciexysga.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 similar comment
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-24-ciexysga.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! |
I will take a look tmr morning. |
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-24-ciexysga.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-24-ciexysga.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! |
c35e0c3
to
97765ab
Compare
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-24-ciexysga.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! |
- Move DateTimePickers to Home folder. - Revert theme.js since is same as default values. - Refactor DateTimePickers to improve consistency. - Simplify logic in Task, MicroGoal and AddItem components.
🚀 Preview for this PR is available at: https://stepwise-bdab7--pr-24-ciexysga.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-24-ciexysga.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! |
Implement with
@mui/x-date-pickers/DateTimePicker
.Add new field
due
fortask
, default null.Feature Preview