mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
Closes #8765 Changes proposed in this pull request: - Add disabled-user CSS class to user rows in the management table when the account is disabled - Add .disabled-user { opacity: 0.5; } style to base theme to visually dim disabled accounts - Add entry to CREDITS.md How to test the feature manually: 1. Go to Administration → User Management 2. Have at least one disabled user account in the list 3. Verify that disabled user rows appear dimmed (50% opacity) compared to active users, without any change in functionality