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: improve design of task screen, dropdowns, add transition fade animation #34

Merged
merged 12 commits into from
May 25, 2024

Conversation

slatcarf
Copy link
Collaborator

No description provided.

@slatcarf slatcarf linked an issue May 25, 2024 that may be closed by this pull request
Comment on lines +12 to +16
useEffect(() => {
return () => {
console.log("SlideView unmounted");
};
}, []);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

header="Select Users"
/>
{/* TODO: When inserting a date into the database, it somehow is one day earlier in the database. For example inserting 31.05.2024 -> 30.05.2024 in db
Probably some timezone issues, investigate how to do this correctly */}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could update this comment, we know the issue/ we fixed it already?

@slatcarf slatcarf merged commit c0d72d4 into master May 25, 2024
@slatcarf slatcarf deleted the 31-improve-design-of-create-task-screen branch May 25, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve design of create task screen
2 participants