-
Notifications
You must be signed in to change notification settings - Fork 123
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
Add deposited tab #490
Add deposited tab #490
Conversation
obah
commented
Jan 22, 2025
- Implemented deposited tab with dummy data
- Changed tab switch to switch 2 so as to accommodate 3 tabs
- Added mobile styles for new tab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix failed CI along with all comments
All changes implemented. I am having issues running the project on docker and have informed @djeck1432 so currently, I can't fine tune the styling or see if anything breaks visually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix build issues (you can verify that build works running build locally)
also you don't necessary need docker to run, you need only frontend.
You can just directly run start
script and test things.
frontend/src/components/dashboard/dashboard-tab/DashboardTab.jsx
Outdated
Show resolved
Hide resolved
frontend/src/components/dashboard/dashboard-tab/dashboardTab.css
Outdated
Show resolved
Hide resolved
@obah please sync with main branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sync with main
also build issue still isn't fixed
I am yet to push. Yarn start worked, thank you, so I am just fixing up the styles. I will soon be done then I will sync with main and push |
done |
All done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me