Skip to content
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/add button #89

Merged
merged 13 commits into from
Jul 2, 2024
Merged

Feat/add button #89

merged 13 commits into from
Jul 2, 2024

Conversation

XavierJ96
Copy link
Owner

This PR introduces a new feature that allows users to add manual tasks to their plans. Before adding a task, users must select a date from two options: "Yesterday" and "Today". This ensures tasks are accurately categorized based on their intended date.

Key Changes:

Manual Tasks Feature:

Users can now add manual tasks to their plans.
Each task must be associated with a date selection of either "Yesterday" or "Today".

Date Selection:

  1. Implemented a dropdown allowing users to choose between "Yesterday" and "Today" before adding a task. Ensured that the selected date persists through state management. State Management: Introduced state management for handling the date selection using useState in React. Added logic to reset the date selection to "Today" after a task is submitted.

@XavierJ96 XavierJ96 added bug Something isn't working chore Small changes made to the file feat labels Jul 2, 2024
@XavierJ96 XavierJ96 self-assigned this Jul 2, 2024
@XavierJ96 XavierJ96 merged commit 98d09c1 into main Jul 2, 2024
1 check passed
@XavierJ96
Copy link
Owner Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@XavierJ96 XavierJ96 linked an issue Jul 2, 2024 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Small changes made to the file feat released
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add Button
1 participant