vinix c3b5ec2121 feat: refactor role display with dynamic colors and capitalize
- Add helper function capitalizeFirstLetter for consistent formatting
- Add helper function getRoleColor to determine tag color by role_level or role_name
- Refactor role_name column render to use dynamic helpers
- Replace 30+ lines of hardcoded conditions with 8 lines of clean code
- Support any role name from database without code changes
- Display role names with first letter capitalized
- Color mapping: Level 1=purple, Level 2=blue, Level 3=cyan, Level 4=green
- Add KeyOutlined icon import for change password feature
2025-10-10 15:44:46 +07:00
2025-09-17 12:15:29 +07:00
2025-09-29 16:23:20 +07:00
2025-09-29 16:23:20 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:13:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-17 12:14:25 +07:00
2025-09-29 16:23:20 +07:00
2025-09-15 04:01:19 +00:00
2025-09-17 12:14:25 +07:00

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitea.idetama.id/yogiedigital/cod-fe.git git push -u origin main

Description
No description provided
Readme 6.9 MiB
Languages
JavaScript 99.4%
CSS 0.5%