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

TidyTask - Zoe #41

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

TidyTask - Zoe #41

wants to merge 15 commits into from

Conversation

zoe-lindqvist
Copy link

@HIPPIEKICK
Copy link
Contributor

Getting a lot of errors on your deployed site and can't test it 😢

@zoe-lindqvist
Copy link
Author

Sorry Matilda, I just fixed it. Now it should work

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

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

Hi Zoe! Nice to see you're using Tailwind - and you managed to make it look so good 🥳 Regarding your Zustand stores, they are well-defined and structured.

Great job!

Comment on lines +22 to +33
<input
type="text"
value={text}
onChange={(e) => setText(e.target.value)}
placeholder="Add a new task..."
className={`w-full px-4 py-2 sm:py-3 pr-12 rounded-lg transition-all duration-200 text-sm sm:text-base ${
isDark
? "bg-gray-800 border border-gray-700 focus:border-indigo-500 text-white placeholder-gray-400"
: "bg-white border border-gray-300 focus:border-indigo-700 text-gray-900 placeholder-gray-500"
} focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50 outline-none`}
aria-label="New todo input"
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget labels!

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.

2 participants