Improve Regular Member Name Contrast in Dark Mode #776
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
javascript
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
MyVideoGameList/myvideogamelist.com#776
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Regular member usernames need better contrast in dark mode anywhere the semantic member role color is rendered.
The current role color system stores member users as
text-member, and the CSS theme defines that color as a dark gray-blue. On dark backgrounds this can blend into the surrounding UI, making regular member names difficult to read compared with other roles.Scope
text-memberrole color and any dark-mode variant needed for readable member names.role->color, including profile headers, friends lists, comments, recent gamer updates, favorites, and wishlist/profile-adjacent user links.Acceptance Criteria
text-memberdatabase values continue to work without requiring a role data migration unless the implementation intentionally changes that contract.Test Coverage Required
role->colorfor a member.text-membervalues if the database value remains unchanged.npm run buildif Tailwind/theme CSS changes need asset verification.vendor/bin/pint --dirty --format agentbefore implementation closeout if PHP files change.Progress Checklist
text-memberis rendered in dark modevendor/bin/pint --dirty --format agentif PHP files changedColor for regular member in dark theme is unreadableto Improve Regular Member Name Contrast in Dark Mode