-
Notifications
You must be signed in to change notification settings - Fork 39
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
Custom applicant dashboard header #3587
Conversation
Can you share some info on it, it see it being fundamentally same. I agree the rest of the admin bar will update as a result of this, but it's that expected here? |
We should able to pass an extra parameter |
Fixes #3588 Increase the font-weight on the heading in the admin bar. The application details and project detail doesn't use the admin bar so updated the font weight on it separately. The are other pages that doesn't still use admin-bar web component. They'll get the same treatment once admin-bar component is used in them. I'll try to convert more pages to use the admin-bar in this PR. - [x] Review edit page - [x] Review detail page - [x] Add Review page Related #3587
@sandeepsajan0 We have merged in everything on test now to main so this can be rebased. |
60b3c09
to
65a1446
Compare
Fixes #3588 Increase the font-weight on the heading in the admin bar. The application details and project detail doesn't use the admin bar so updated the font weight on it separately. The are other pages that doesn't still use admin-bar web component. They'll get the same treatment once admin-bar component is used in them. I'll try to convert more pages to use the admin-bar in this PR. - [x] Review edit page - [x] Review detail page - [x] Add Review page Related #3587
Updated the applicant dashboard header as per the latest designs. Used a custom code instead of admin bar component because needed custom implementation that is different from other or common admin bars(headers)
Fixes #3588 Increase the font-weight on the heading in the admin bar. The application details and project detail doesn't use the admin bar so updated the font weight on it separately. The are other pages that doesn't still use admin-bar web component. They'll get the same treatment once admin-bar component is used in them. I'll try to convert more pages to use the admin-bar in this PR. - [x] Review edit page - [x] Review detail page - [x] Add Review page Related #3587
Updated the applicant dashboard header as per the latest designs. Used a custom code instead of admin bar component because needed custom implementation that is different from other or common admin bars(headers)
Updated the applicant dashboard header as per the latest designs.
Current version(old):

Updated version(latest):

Used a custom code instead of admin bar component because needed custom implementation that is different from other or common admin bars(headers)