c3b5ec212134e1dbe647c1cfb6a05cb21e9556c0
- 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
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
Languages
JavaScript
99.4%
CSS
0.5%