1000395: Fixed issues in Employee Management #39
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug description
Need to complete the following pending issues in the Employee Management:
1. Make the Total and Net Pay text bold in the My Profile section.
2. Properly align the calendar icon.
3. Apply consistent box-shadow across all sections.
4. Ensure the bottom line thickness of the NextGen7 Software header appears correctly.
5. Maintain consistent thickness for the top and bottom lines across all sections.
6. Disable the Mark All Read button when all announcements are already read.
7. Ensure notification icons properly occupy the entire notification tab.
8. Provide smooth animation when closing dialogs.
9. Make the next-tab icon for the Leave Report properly vertical
Root cause
• Lack of centralized styling guidelines (e.g., typography, borders, shadows, icon alignment) leading to visual inconsistencies.
• Missing or incomplete application of responsive design principles for mobile views.
• Absence of uniform component behavior and state-driven logic (e.g., button enable/disable conditions, animations).
Solution description
Reason for not identifying earlier
Guidelines not followed. If yes, provide which guideline is not followed.
Guidelines not given. If yes, provide which/who need to address.
Tag label
update-guideline-coreteamorupdate-guideline-productteam.If any other reason, provide the details here.
Areas tested against this fix
Provide details about the areas or combinations that have been tested against this code changes.
Is it a breaking issue?
breaking-issue.If yes, provide the breaking commit details / MR here.
Action taken
What action did you take to avoid this in future?
Feature matrix document updated
Automation details - Mark
Is Automatedfield as (Yes, Manual, Not Applicable) in corresponding JIRA task once the bug is automated.If the same issue is reproduced in ej2, what will you do?
Is this common issue need to be addressed in the same component or on other components in our platform?
needs-attention-coreteamOutput screenshots
Before fix


After Fix
Before fix


After fix
Before fix


After fix
Before fix


After fix
Before fix


After fix
Before fix


After fix
Before fix


After fix
Blazor Checklist
Confirm whether this feature is ensured in both Blazor Server and WASM
Is there any new API or existing API name change?
Is there any existing behavior change due to this code change?
breaking-changelabel.Do the code changes cause any memory leak and performance issue? (Test only if you suspect that your code may cause problem)
Reviewer Checklist