feat: UX enhancements in HR & Payroll navigation & list views by krishna-254 [frappe] PR#4212
From: https://github.com/frappe/hrms/pull/4212
Date: 2026-03-10 17:17:52+05:30
- feat: rename people to HR setup in desktop icon, workspace sidebar and workspace
- feat: add new connections to employee dashboard and enable list view for employement_type
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4212
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4212
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease