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

To-Do-Project #35

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

To-Do-Project #35

wants to merge 50 commits into from

Conversation

gittebe
Copy link

@gittebe gittebe commented Nov 24, 2024

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 Gitte! Your stores are set up nicely and I like that you've used the persist middleware. Please think about cleaning up your code and indenting properly going forward. Remove unnecessary fragments.

Your UI is a little bit off - have a look at your overall layout in big screens. Also, I argue that a checked box is usually filled with color and an unchecked box is not 👀

I'm approving, but please think about this going forward and have a look at this when you have time.

src/App.jsx Outdated
Comment on lines 5 to 8
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
Copy link
Contributor

Choose a reason for hiding this comment

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

Indentation

src/App.jsx Outdated
Comment on lines 12 to 16
<>
<AppStyle>
<Home />
</AppStyle>
</>
Copy link
Contributor

Choose a reason for hiding this comment

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

No need for a fragment when you already have a div wrapping

Copy link

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

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

Great job!

You have converted your code to TypeScript and implemented interfaces in a great way!
All approved

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.

3 participants