-
Notifications
You must be signed in to change notification settings - Fork 33
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
Implemented: Static UI for the more jobs sections(#2wn5yyv) #249
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.
small changes, otherwise looks good.
… display MoreJobs(#2wn5yyv)
|
||
<ion-card> | ||
<ion-card-header> | ||
<ion-card-title>{{ $t("More jobs") }}</ion-card-title> |
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.
Add this to en.json
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.
Done sir
@@ -33,6 +33,26 @@ | |||
</ion-label> | |||
</ion-item> | |||
</ion-card> | |||
|
|||
<ion-card> |
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.
I think we should create a separate component and reuse throughout the app
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.
Yes sir. We do have a separate component called "MoreJobs" but I created it in the PR I've added functionality part.
PR - #250
Do you want me to display static data through a separate component "MoreJobs"?
This is done with #274 |
Related Issues
Closes #
Short Description and Why It's Useful
Screenshots of Visual Changes before/after (If There Are Any)
IMPORTANT NOTICE - Remember to add changelog entry
Contribution and Currently Important Rules Acceptance