-
Notifications
You must be signed in to change notification settings - Fork 94
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
feature(ui): /myRecentJobs
page completed
#228
Conversation
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.
Along with the changes, I am getting following error while compiling.
Is it some issue from my end?
Failed to compile.
src/pages/Jobs/MyRecentJobs/index.jsx
Line 31:30: Unable to resolve path to module 'mdbreact' import/no-unresolved
Search for the keywords to learn more about each error.
Also, the commit message is in wrong format. It should be |
Did you run Thank you, do let me know if the problem persists. |
I did the exact same steps but it failed last time. I did the exact same steps again and it worked this time. :-P |
Fixing it |
Fixed @GMishx |
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
Closing this, PR this needs a fresh implementation after discussion. |
Description
/allRecentJobs
page UI is completed with a table featuring dynamic search and pagination. Also with a customizable number of rows.Changes
A new package has been installed MDBreact (https://github.com/mdbootstrap/mdb-react-ui-kit)
(same in PR #223 )
How to test
install the updated dependencies and run the server to visit the
/myRecentJobs
pageScreenshots
User 1 perspective:
User 2 perspective:
Fixes #226
@shaheemazmalmmd @GMishx @sjha2048 PTAL