opencodeiiita / Productivity-Tracker

6 stars 45 forks source link

Add a Persistent Drawer in dashboard #60

Closed ashutosh3027 closed 3 years ago

ashutosh3027 commented 3 years ago

Issue: 48

Add a Persistent Drawer in the dashboard Live Demo: https://competent-goldberg-e24976.netlify.app/

Short description of what this resolves:

Changes proposed in this pull request and/or Screenshots of changes:

-

-

opencode-bot commented 3 years ago

Hey @ashutosh3027

Thanks for opening this PR :rocket:. Mentor will review your PR soon and till then, keep contributing and stay calm.

Thanks for contributing to OpenCode ✨✨!

thelavenderhue commented 3 years ago

@ashutosh3027 instead of adding the code of drawer directly in dashboard.js, make another file and just import it on the dashboard page if possible. Also put a screenshot of the dashboard page

ashutosh3027 commented 3 years ago

@thelavenderhue mam, I have made all suggested changes once review it. I have also added a live demo link

thelavenderhue commented 3 years ago

@ashutosh3027 Refer to this link: https://mui.com/components/drawers/#heading-persistent-drawer The drawer should extend to the bottom of the page, exactly as shown in the example in the link above. Also, package-lock.json should not exist in frontend. The frontend part has been initialized using yarn, not npm. Delete the package-lock.json file. Read the frontend readme.md for more information.