Redux Toolkit, Redux Persist, NextJS, ReactJS, TailwindCSS
Design comparison
Solution retrospective
- The difficult part was making sure the components were rerendering properly when dispatching an event to redux because the components are related to each other
Community feedback
- @solracssPosted about 1 year ago
Unable to add board and task. Edit board -> save changes is not responding to click.
0@vladiusftwPosted about 1 year ago@solracss How do you reproduce this, because on the live website, I can change the board name just fine, as well as adding tasks
0@solracssPosted about 1 year ago@vladiusftw I didn't notice that creating board is on the sidebar (that is hidden by default).
But still you have bug -> three dots -> edit board with no board selected. I can open popup to edit boards, click button and nothing happens. So as user I'm not sure what is going on.
0@vladiusftwPosted about 1 year ago@solracss the sidebar is hidden by default because it's not appropriate to hide the entire screen every time a user gets in the website (since the mobile sidebar is full screen). And as for the edit board when you have 0 boards, I did not handle that situation as this is just a test project nthn too major
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord